Package com.gargoylesoftware.base.resource.jdbc
An implementation of.ResourceFactory that manages JDBC connections
-
Class Summary Class Description CallableStatementWrapper The interface used to execute SQL stored procedures.ConnectionWrapper A wrapper for java.sql.Connection objects.DatabaseMetaDataWrapper Wrapper for DatabaseMetaDataJDBCResourceFactory A ResourceFactory for JDBC connectionsPreparedStatementWrapper A wrapper for a PreparedStatementResultSetWrapper 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 Summary Exception Description AlreadyClosedException Thrown if the close() method is called on an object that is already closed