Package com.gargoylesoftware.base.resource.jdbc
package com.gargoylesoftware.base.resource.jdbc
An implementation of.ResourceFactory that manages JDBC connections
-
ClassDescriptionThrown if the close() method is called on an object that is already closedThe interface used to execute SQL stored procedures.A wrapper for java.sql.Connection objects.Wrapper for DatabaseMetaDataA ResourceFactory for JDBC connectionsA wrapper for a PreparedStatementA table of data representing a database result set, which is usually generated by executing a statement that queries the database.The object used for executing a static SQL statement and obtaining the results produced by it.