Package com.quadrique.jbuildingblocks.core.database

Class Summary
JbbDatabaseClient This class encapsulates most of the JDBC api and provides a synchronous interface to any database.
JbbDatabaseClientPool A single-threaded pool of DatabaseHandler (the underlying database connections are opened once and reused as oppposed to being ccreated/closed every single time)
JbbSqlClause This class simplifies the dynamic creation of SQL statement by allowing you to have well formatted groups of SQL commands (e.g.
 



Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.