protected final class GooGooStatementCache.DeathmarchConnectionStatementManager extends GooGooStatementCache.ConnectionStatementManager
Modifier | Constructor and Description |
---|---|
protected |
DeathmarchConnectionStatementManager() |
Modifier and Type | Method and 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) |
connectionSet, getNumConnectionsWithCachedStatements, getNumStatementsForConnection, statementSet
protected DeathmarchConnectionStatementManager()
public void addStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)
addStatementForConnection
in class GooGooStatementCache.ConnectionStatementManager
public boolean removeStatementForConnection(java.lang.Object ps, java.sql.Connection pcon)
removeStatementForConnection
in class GooGooStatementCache.ConnectionStatementManager
public GooGooStatementCache.Deathmarch getDeathmarch(java.sql.Connection pcon)