Changed Classes and Interfaces |
CallableStatement
|
The interface used to execute SQL stored procedures. |
Connection
|
A connection (session) with a specific database. |
DatabaseMetaData
|
Comprehensive information about the database as a whole. |
PreparedStatement
|
An object that represents a precompiled SQL statement. |
ResultSet
|
A table of data representing a database result set which is usually generated by executing a statement that queries the database. |
Timestamp
|
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value. |