See: Description
Class | Description |
---|---|
CallableStatementWrapper |
The interface used to execute SQL stored procedures.
|
ConnectionWrapper |
A wrapper for java.sql.Connection objects.
|
DatabaseMetaDataWrapper |
Wrapper for DatabaseMetaData
|
JDBCResourceFactory |
A ResourceFactory for JDBC connections
|
PreparedStatementWrapper |
A wrapper for a PreparedStatement
|
ResultSetWrapper |
A table of data representing a database result set, which is usually
generated by executing a statement that queries the database.
|
StatementWrapper |
The object used for executing a static SQL statement and obtaining the
results produced by it.
|
Exception | Description |
---|---|
AlreadyClosedException |
Thrown if the close() method is called on an object that is already closed
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.