Uses of Class
com.caucho.sql.DBPoolImpl

Packages that use DBPoolImpl
com.caucho.sql   
 

Uses of DBPoolImpl in com.caucho.sql
 

Methods in com.caucho.sql that return DBPoolImpl
 DBPoolImpl DriverConfig.getDBPool()
          Returns the DBPool.
 DBPoolImpl ManagedFactoryImpl.getDBPool()
          Returns the DB pool.
 

Constructors in com.caucho.sql with parameters of type DBPoolImpl
DriverConfig(DBPoolImpl pool)
          Null constructor for the Driver interface; called by the JNDI configuration.