All Classes and Interfaces
Class
Description
The representation (mapping) in the JavaTM
programming language of an SQL BLOB value.
The interface used to execute SQL stored procedures.
The mapping in the JavaTM programming
language for the SQL CLOB type.
Provides a site for holding the ResultSetMetaData for individual ResultSet
columns.
A connection (session) with a specific database.
Comprehensive information about the database as a whole.
A factory for connections to the physical data source that this
DataSource
object represents.A JNDI ObjectFactory for creating
jdbcDatasource
object instances.Each JDBC driver must supply a class that implements the Driver
interface.
An object that can be used to get information about the types and
properties of the parameters in a PreparedStatement object.
An object that represents a precompiled SQL statement.
A table of data representing a database result set, which
is usually generated by executing a statement that queries the database.
An object that can be used to get information about the types
and properties of the columns in a
ResultSet
object.The representation of a savepoint, which is a point within
the current transaction that can be referenced from the
Connection.rollback
method.The object used for executing a static SQL statement
and returning the results it produces.
All the info we need to connect up to a database.
The HSQLDB HSQL protocol network database server.
Sql Tool.
The interface an HSQLDB TRIGGER must implement.
Sample code for use of triggers in hsqldb.
Provides driver constants and a gateway from internal HsqlExceptions to
external SQLExceptions.
The HSQLDB HTTP protocol network database server.