| jdbcBlob | The representation (mapping) in the JavaTM
programming language of an SQL BLOB value. |
| jdbcCallableStatement | <!-- start generic documentation -->
The interface used to execute SQL stored procedures. |
| jdbcClob | The mapping in the JavaTM programming
language for the SQL CLOB type. |
| jdbcColumnMetaData | Provides a site for holding the ResultSetMetaData for individual ResultSet
columns. |
| jdbcConnection | <!-- start generic documentation -->
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 | A JNDI ObjectFactory for creating jdbcDatasource
object instances. |
| jdbcParameterMetaData | An object that can be used to get information about the types and
properties of the parameters in a PreparedStatement object. |
| jdbcPreparedStatement | <!-- start generic documentation -->
An object that represents a precompiled SQL statement. |
| jdbcResultSet | <!-- start generic documentation -->
A table of data representing a database result set, which
is usually generated by executing a statement that queries the database. |
| jdbcResultSetMetaData | <!-- start generic documentation -->
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 | <!-- start generic documentation -->
The object used for executing a static SQL statement
and returning the results it produces. |
| Util | Provides driver constants and a gateway from internal HsqlExceptions to
external SQLExceptions. |