Class Summary |
jdbcBlob |
|
jdbcCallableStatement |
The interface used to execute SQL stored procedures. |
jdbcClob |
Provides methods for getting the length of an SQL CLOB (Character Large
Object) value, for materializing a CLOB value on the client, and for
searching for a substring or CLOB object within a CLOB value. |
jdbcColumnMetaData |
Provides a site for holding the ResultSetMetaData for individual ResultSet
columns. |
jdbcConnection |
A connection (session) with a specific database. |
jdbcDatabaseMetaData |
Comprehensive information about the database as a whole.
|
jdbcDataSource |
A factory for connections to the physical data source that this
DataSource object represents. |
jdbcDataSourceFactory |
|
jdbcParameterMetaData |
An object that can be used to get information about the types and
properties of the parameters in a PreparedStatement object. |
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.
|
jdbcSavepoint |
The representation of a savepoint, which is a point within
the current transaction that can be referenced from the
Connection.rollback method. |
jdbcStatement |
The object used for executing a static SQL statement
and returning the results it produces.
|
jdbcUtil |
|