Class Summary | |
---|---|
jdbcBlob | The representation (mapping) in the JavaTM programming language of an SQL BLOB value. |
jdbcCallableStatement | |
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 | |
jdbcDatabaseMetaData | Comprehensive information about the database as a whole. |
jdbcDataSource |
A factory for connections to the physical data source that this
|
jdbcDataSourceFactory | A JNDI ObjectFactory for creating {@link jdbcDataSource jdbcDatasource} object instances. |
jdbcDriver | Each JDBC driver must supply a class that implements the Driver interface. |
jdbcParameterMetaData | An object that can be used to get information about the types and properties of the parameters in a PreparedStatement object. |
jdbcPreparedStatement | |
jdbcResultSet | |
jdbcResultSetMetaData | |
jdbcSavepoint |
The representation of a savepoint, which is a point within
the current transaction that can be referenced from the
Connection.rollback method. |
jdbcStatement | |
RCData | All the info we need to connect up to a database. |
Server | The HSQLDB HSQL protocol network database server. |
Server.ServerThread | A specialized Thread inner class in which the run() method of this server executes. |
SqlTool | Sql Tool. |
SqlTool.BadCmdline | Utility nested class for internal use. |
SqlTool.PrivateException | For trapping of exceptions inside this class. |
SqlTool.SqlToolException | |
Trigger | The interface an HSQLDB TRIGGER must implement. |
TriggerSample |
Sample code for use of triggers in hsqldb. |
Util | Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions. |
WebServer | The HSQLDB HTTP protocol network database server. |