Class C3P0PooledConnectionProvider
java.lang.Object
com.kingsrook.qqq.backend.module.rdbms.jdbc.C3P0PooledConnectionProvider
- All Implemented Interfaces:
ConnectionProviderInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
customizePool
(com.mchange.v2.c3p0.ComboPooledDataSource pool) org.json.JSONObject
void
init
(RDBMSBackendMetaData backend)
-
Constructor Details
-
C3P0PooledConnectionProvider
public C3P0PooledConnectionProvider()
-
-
Method Details
-
init
- Specified by:
init
in interfaceConnectionProviderInterface
- Throws:
QException
-
customizePool
protected void customizePool(com.mchange.v2.c3p0.ComboPooledDataSource pool) -
getConnection
- Specified by:
getConnection
in interfaceConnectionProviderInterface
- Throws:
SQLException
-
dumpDebug
- Specified by:
dumpDebug
in interfaceConnectionProviderInterface
- Throws:
SQLException
-