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 protected
DeathmarchConnectionStatementManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)
GooGooStatementCache.Deathmarch
getDeathmarch(java.sql.Connection pcon)
boolean
removeStatementForConnection(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:
addStatementForConnection
in classGooGooStatementCache.ConnectionStatementManager
-
removeStatementForConnection
public boolean removeStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)
- Overrides:
removeStatementForConnection
in classGooGooStatementCache.ConnectionStatementManager
-
getDeathmarch
public GooGooStatementCache.Deathmarch getDeathmarch(java.sql.Connection pcon)
-
-