Package | Description |
---|---|
org.hsqldb.jdbc |
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
|
Modifier and Type | Field and Description |
---|---|
java.lang.ThreadLocal<JDBCConnection> |
JDBCDriver.threadConnection
As a separate instance of this class is registered with DriverManager
for each class loader, the threadConnection is not declared as static.
|
java.lang.ThreadLocal<JDBCConnection> |
JDBCDriver.threadConnection
As 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,
java.lang.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
JDBCResultSet object using the specified
navigator and org.hsqldb.result.ResultMetaData . |
JDBCResultSet(JDBCConnection conn,
org.hsqldb.result.Result r,
org.hsqldb.result.ResultMetaData metaData) |
Copyright �� 2001 - 2013 HSQL Development Group.