Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.db.DBConnectionPool

Packages that use DBConnectionPool
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
 

Uses of DBConnectionPool in com.jcorporate.expresso.core.dataobjects.jdbc
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc that return DBConnectionPool
 DBConnectionPool JDBCDataObject.getConnectionPool()
          Retrieve the connection pool associated with this DBObject.
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc with parameters of type DBConnectionPool
protected  void JDBCDataObject.setDBConnectionPool(DBConnectionPool newPool)
          Sets the connection pool associated with this dbobject.
protected  String JoinedDataObject.getDistinct(DBConnectionPool contextPool)
          Add the DISTINCT keyword to the query if the join is supposed to be distinct.
 

Uses of DBConnectionPool in com.jcorporate.expresso.core.db
 

Fields in com.jcorporate.expresso.core.db declared as DBConnectionPool
protected  DBConnectionPool DBConnection.parentPool
          The ConnectionPool that created this connection.
 

Methods in com.jcorporate.expresso.core.db that return DBConnectionPool
static DBConnectionPool DBConnectionPool.getInstance(String dataContext)
          Version of getInstance that can only get an already initialized connection pool to an alternate database
 DBConnectionPool DBConnection.getParentPool()
          Retrieve what DBConnectionPool 'owns' this pool
protected  DBConnectionPool SimpleDataSource.getConnectionPool()
          Helper method to retrieve the instance of the connectionPool we're attached to
 DBConnectionPool DBTransaction.getPool()
           
 

Methods in com.jcorporate.expresso.core.db with parameters of type DBConnectionPool
 void DBConnection.setParentPool(DBConnectionPool newParentPool)
          Sets the parentPool... this is done by the DBConnecitonPool object.
 void DBTransaction.setPool(DBConnectionPool pool)
           
 

Constructors in com.jcorporate.expresso.core.db with parameters of type DBConnectionPool
SimpleDataSource(DBConnectionPool newPoolInstance)
          Wrapping constructor.
DBTransaction(DBConnectionPool pool)
          Constructor Create a new connection object
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.