|
Class Summary |
| HsqlProperties |
Wrapper for java.util.Properties to limit values to String objects and
allow saving and loading. |
| HsqlServerFactory |
HsqlServerFactory |
| HsqlSocketRequestHandlerImpl |
Interface HsqlSocketRequestHandlerImpl |
| jdbcConnection |
A connection (session) with a specific database. |
| jdbcDatabaseMetaData |
Comprehensive information about the database as a whole. |
| jdbcDataSource |
|
| jdbcDataSourceFactory |
|
| jdbcDriver |
Each JDBC driver must supply a class that implements the Driver
interface. |
| jdbcPreparedStatement |
Implements both the java.sql.PreparedStatement and
java.sql.CallableStatement interfaces. |
| jdbcResultSet |
Implements both the java.sql.ResultSet and
java.sql.ResultSetMetaData interfaces. |
| jdbcStatement |
The object used for executing a static SQL statement
and returning the results it produces. |
| Server |
Server acts as a database server and is one way of using
the client-server mode of HSQL Database Engine. |
| Servlet |
Servlet acts as a interface between the applet and the database for the
the client / server mode of HSQL Database Engine. |
| Trace |
handles creation and reporting of error messages and throwing SQLException |
| WebServer |
WebServer acts as an HTTP server and is one way of
using the client / server mode of HSQL Database Engine. |