| Package | Description | 
|---|---|
| org.hsqldb.jdbc | Contains the HyperSQL JDBC Driver, and other classes providing JDBC
  functionality and support. | 
| org.hsqldb.jdbc.pool | 
| Modifier and Type | Field and Description | 
|---|---|
| ThreadLocal<JDBCConnection> | JDBCDriver. threadConnectionAs a separate instance of this class is registered with DriverManager
 for each class loader, the threadConnection is not declared as static. | 
| ThreadLocal<JDBCConnection> | JDBCDriver. threadConnectionAs a separate instance of this class is registered with DriverManager
 for each class loader, the threadConnection is not declared as static. | 
| Constructor and Description | 
|---|
| JDBCCallableStatement(JDBCConnection c,
                     String sql,
                     int resultSetType,
                     int resultSetConcurrency,
                     int resultSetHoldability)Constructs a new JDBCCallableStatement with the specified connection and
 result type. | 
| JDBCConnection(JDBCConnection c,
              JDBCConnectionEventListener eventListener)Constructor for use with connection pooling and XA. | 
| JDBCResultSet(JDBCConnection conn,
             org.hsqldb.jdbc.JDBCStatementBase s,
             org.hsqldb.result.Result r,
             org.hsqldb.result.ResultMetaData metaData)Constructs a new  JDBCResultSetobject using the specified
 navigator andorg.hsqldb.result.ResultMetaData. | 
| JDBCResultSet(JDBCConnection conn,
             org.hsqldb.result.Result r,
             org.hsqldb.result.ResultMetaData metaData) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JDBCXAConnectionWrapperThis is a wrapper class for JDBCConnection objects (not java.sql.XAConnection
 objects). | 
| Constructor and Description | 
|---|
| JDBCPooledConnection(JDBCConnection connection) | 
| JDBCXAConnection(JDBCXADataSource dataSource,
                JDBCConnection connection) | 
| JDBCXAConnectionWrapper(JDBCXAResource xaResource,
                       JDBCXAConnection xaConnection,
                       JDBCConnection databaseConnection) | 
| JDBCXAResource(JDBCXADataSource xaDataSource,
              JDBCConnection connection)Constructs a resource using the given data source and connection. | 
Copyright © 2001 - 2017 HSQL Development Group.