public class PooledConnectionComponentPoolFactory extends Object
| Constructor and Description |
|---|
PooledConnectionComponentPoolFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentPool<PooledConnection> |
constructComponentPool(String poolName,
String driverClassName,
String validationQuery,
int maxStatements,
ComplexPoolConfig poolConfig,
DatabaseConnection... connections) |
public PooledConnectionComponentPoolFactory()
public static ComponentPool<PooledConnection> constructComponentPool(String poolName, String driverClassName, String validationQuery, int maxStatements, ComplexPoolConfig poolConfig, DatabaseConnection... connections) throws SQLException, ComponentPoolException
SQLExceptionComponentPoolExceptionCopyright © 2013. All Rights Reserved.