public interface Callable Statement |
This is a primary interface to access stored procedures on a database. The get methods in this interface are identical in functionality returning various datatypes like getInt, getDate etc. |
public interface Connection |
This is a high level class used to interact with the database. The main methods are |
clearWarmings() throws SQLException - clears warnings for the connection |
close() throws SQLException - close the connection |
commit() throws SQLException - commits the transaction |
createStatement() throws SQLException - create statements for queries |
getMetaData() throws SQLEXception - returns DatabaseMetaData |
isClosed() throws SQLException - Returns true if connection is closed |