Package com.is.util.sql

Class Summary
JDBCHelper Instances of this class execute JDBC queries and give access to data columns.
JDBCHelperPool Before anything else happens, do this:
JDBCHelperPool.createPool(
"XYZ_DB", // Name of the pool
JDBCHelperFactory.create(), // or however you create a JDBCHelper
5); // number of objects in the pool.