| Package | Description |
|---|---|
| org.hsqldb.jdbc |
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
|
| org.hsqldb.jdbc.pool |
| Constructor | Description |
|---|---|
JDBCConnection(JDBCConnection c,
JDBCConnectionEventListener eventListener) |
Constructor for use with connection pooling and XA.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JDBCPooledConnection |
An implementations of
PooledConnection
for use by connection pooling software. |
class |
JDBCXAConnection |
Subclass of JDBCPooledConnection implements the XAConnection interface.
|
Copyright �� 2001 - 2018 HSQL Development Group.