Package com.mchange.v2.c3p0.stmt
Class GooGooStatementCache.DeathmarchConnectionStatementManager
- java.lang.Object
-
- com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
-
- com.mchange.v2.c3p0.stmt.GooGooStatementCache.DeathmarchConnectionStatementManager
-
- Enclosing class:
- GooGooStatementCache
protected final class GooGooStatementCache.DeathmarchConnectionStatementManager extends GooGooStatementCache.ConnectionStatementManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeathmarchConnectionStatementManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)GooGooStatementCache.DeathmarchgetDeathmarch(java.sql.Connection pcon)booleanremoveStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)-
Methods inherited from class com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
connectionSet, getNumConnectionsWithCachedStatements, getNumStatementsForConnection, statementSet
-
-
-
-
Method Detail
-
addStatementForConnection
public void addStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)- Overrides:
addStatementForConnectionin classGooGooStatementCache.ConnectionStatementManager
-
removeStatementForConnection
public boolean removeStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)- Overrides:
removeStatementForConnectionin classGooGooStatementCache.ConnectionStatementManager
-
getDeathmarch
public GooGooStatementCache.Deathmarch getDeathmarch(java.sql.Connection pcon)
-
-