Package com.mchange.v2.c3p0.impl
Class C3P0PooledConnection
java.lang.Object
com.mchange.v2.c3p0.impl.C3P0PooledConnection
- All Implemented Interfaces:
com.mchange.v1.util.ClosableResource
,PooledConnection
-
Constructor Summary
ConstructorsConstructorDescriptionC3P0PooledConnection
(Connection con, ConnectionTester connectionTester, boolean autoCommitOnClose, boolean forceIgnoreUnresolvedTransactions, ConnectionCustomizer cc, String pdsIdt) -
Method Summary
-
Constructor Details
-
C3P0PooledConnection
public C3P0PooledConnection(Connection con, ConnectionTester connectionTester, boolean autoCommitOnClose, boolean forceIgnoreUnresolvedTransactions, ConnectionCustomizer cc, String pdsIdt) throws SQLException - Throws:
SQLException
-
-
Method Details
-
getConnection
- Throws:
SQLException
-
closeAll
- Throws:
SQLException
-
close
- Throws:
SQLException
-
addConnectionEventListener
-
removeConnectionEventListener
-
addStatementEventListener
-
removeStatementEventListener
-
getConnectionStatus
public int getConnectionStatus()
-