Class Summary |
Access |
Access Class
|
ByteArray |
ByteArray class declaration
|
Cache |
Cache class declaration
|
CacheFree |
CacheFree Class declaration
|
Channel |
Class declaration |
Column |
Class declaration |
Constraint |
Class declaration |
Database |
Database class declaration
|
DatabaseInformation |
DatabaseInformation class declaration |
Expression |
Expression class declaration |
Function |
Function class declaration |
Index |
Index class declaration |
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 HSQL Database Engine, the class jdbcPreparedStatement implements both the
PreparedStatement and the CallableStatement interfaces. |
jdbcResultSet |
In HSQL Database Engine, 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. |
Library |
Class declaration |
Like |
Class declaration |
Log |
This class is responsible for most file handling. |
Node |
Class declaration |
Parser |
Class declaration |
Profile |
This class is used to test and profile HSQL Database Engine. |
Record |
Record class declaration |
Result |
Class declaration |
Row |
Class declaration |
Select |
Class declaration |
Server |
Class declaration |
ServerConnection |
Class declaration |
Servlet |
Servlet acts as a interface between the applet and the database for the
the client / server mode of HSQL Database Engine. |
StringConverter |
Class declaration |
Table |
Class declaration |
TableFilter |
Class declaration |
Tokenizer |
Tokenizer class declaration |
Trace |
Class declaration |
Transaction |
Class declaration |
TriggerDef |
TriggerDef class declaration
Definition and execution of triggers
Development of the trigger implementation sponsored by Logicscope Realisations Ltd |
User |
Class declaration |
WebServer |
WebServer acts as a HTTP server and is one way of using
the client / server mode of HSQL Database Engine. |
WebServerConnection |
Class declaration |