Class Summary |
jdbcConnection |
A connection (session) with a specific
database. |
jdbcDatabaseMetaData |
Comprehensive information about the database as a whole.
|
jdbcDriver |
Each JDBC driver must supply a class that implements
the Driver interface.
|
jdbcPreparedStatement |
In Hypersonic SQL, the class jdbcPreparedStatement implements both the
PreparedStatement and the CallableStatement interfaces.
|
jdbcResultSet |
In Hypersonic SQL, the class jdbcResultSet implements both the
ResultSet and ResultSetMetaData interfaces. |
jdbcStatement |
The object used for executing a static SQL statement
and obtaining the results produced by it.
|
Profile |
This class is used to test and profile Hypersonic SQL.
|
Server |
|
Servlet |
Servlet acts as a interface between the applet and the database for the
the client / server mode of Hypersonic SQL. |
WebServer |
WebServer acts as a HTTP server and is one way of using
the client / server mode of Hypersonic SQL. |