JDBCClob |
The mapping in the Java programming language
for the SQL CLOB type.
|
JDBCCommonDataSource |
Common base for DataSource implementations.
|
JDBCConnection |
A connection (session) with a specific
database.
|
JDBCConnectionEventListener |
|
JDBCDriver |
The interface that every driver class must implement.
|
JDBCPreparedStatement |
An object that represents a precompiled SQL statement.
|
JDBCResultSet |
A table of data representing a database result set, which
is usually generated by executing a statement that queries the database.
|
JDBCResultSetMetaData |
An object that can be used to get information about the types
and properties of the columns in a ResultSet object.
|