Uses of Class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
-
Packages that use C3P0PooledConnectionPool Package Description com.mchange.v2.c3p0.impl -
-
Uses of C3P0PooledConnectionPool in com.mchange.v2.c3p0.impl
Methods in com.mchange.v2.c3p0.impl that return C3P0PooledConnectionPool Modifier and Type Method Description C3P0PooledConnectionPoolC3P0PooledConnectionPoolManager. getPool()C3P0PooledConnectionPoolC3P0PooledConnectionPoolManager. getPool(DbAuth auth)C3P0PooledConnectionPoolC3P0PooledConnectionPoolManager. getPool(java.lang.String username, java.lang.String password)C3P0PooledConnectionPoolC3P0PooledConnectionPoolManager. getPool(java.lang.String username, java.lang.String password, boolean create)
-