Uses of Interface
com.sibvisions.rad.persist.jdbc.IConnectionPool

Packages that use IConnectionPool
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

Uses of IConnectionPool in com.sibvisions.rad.persist.jdbc
 

Classes in com.sibvisions.rad.persist.jdbc that implement IConnectionPool
 class DataSourceConnectionPool
          The IConnectionPool is an interface to allow simple custom connection pool implementations.
 

Methods in com.sibvisions.rad.persist.jdbc that return IConnectionPool
 IConnectionPool DBAccess.getConnectionPool()
          Returns the conncetion to the database.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type IConnectionPool
static DBAccess DBAccess.getDBAccess(IConnectionPool pConnectionPool)
          Gets the suitable DBAccess for the given connection pool.
protected  void DBAccess.setConnectionPool(IConnectionPool pConnectionPool)
          Sets the internal connection pool to the database.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.