See: Description
| Interface | Description | 
|---|---|
| JDBCConnectionEventListener | 
| Class | Description | 
|---|---|
| JDBCArray | The mapping in the Java programming language for the SQL type
  ARRAY. | 
| JDBCArrayBasic | The mapping in the Java programming language for the SQL type
  ARRAY. | 
| JDBCBlob | The representation (mapping) in
 the Java™ programming language of an SQL
  BLOBvalue. | 
| JDBCBlobClient | A wrapper for HSQLDB BlobData objects. | 
| JDBCBlobFile |  | 
| JDBCCallableStatement | The interface used to execute SQL stored procedures. | 
| JDBCClob | The mapping in the Java™ programming language for the SQL  CLOBtype. | 
| JDBCClobClient | A wrapper for HSQLDB ClobData objects. | 
| JDBCClobFile |  | 
| JDBCColumnMetaData | Provides a site for holding the ResultSetMetaData for individual ResultSet
 columns. | 
| JDBCCommonDataSource | Common base for DataSource implementations. | 
| JDBCConnection | |
| JDBCDatabaseMetaData | Comprehensive information about the database as a whole. | 
| JDBCDataSource | A factory for connections to the physical data source that this
  DataSourceobject represents. | 
| JDBCDataSourceFactory | A JNDI ObjectFactory for creating data sources supported by HyperSQL
   JDBCDataSourcefor plain
  connections for the end user. | 
| JDBCDriver | Provides the java.sql.Driver interface implementation required by
 the JDBC specification. | 
| JDBCNClob | The mapping in the Java™ programming language
 for the SQL  NCLOBtype. | 
| JDBCParameterMetaData | An object that can be used to get information about the types
 and properties for each parameter marker in a
  PreparedStatementobject. | 
| JDBCPool |  | 
| JDBCPreparedStatement | An object that represents a precompiled SQL statement. | 
| JDBCResultSet | A table of data representing a database result set, which
 is usually generated by executing a statement that queries the database. | 
| JDBCResultSetMetaData | An object that can be used to get information about the types
 and properties of the columns in a  ResultSetobject. | 
| JDBCRowId | The representation (mapping) in the Java programming language of an SQL ROWID
 value. | 
| JDBCSavepoint | The representation of a savepoint, which is a point within
 the current transaction that can be referenced from the
  Connection.rollbackmethod. | 
| JDBCSQLXML | The mapping in the JavaTM programming language for the SQL XML type. | 
| JDBCSQLXML.SAX2XMLStreamWriter | Writes to a  XMLStreamWriterfrom SAX events. | 
| JDBCStatement | |
| JDBCUtil | Provides driver constants and a gateway from internal HsqlExceptions to
 external SQLExceptions. | 
Copyright © 2001 - 2017 HSQL Development Group.