com.mchange.v2.c3p0.stmt
Class GooGooStatementCache.ConnectionStatementManager
java.lang.Object
com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
- Direct Known Subclasses:
- GooGooStatementCache.DeathmarchConnectionStatementManager, GooGooStatementCache.SimpleConnectionStatementManager
- Enclosing class:
- GooGooStatementCache
protected abstract static class GooGooStatementCache.ConnectionStatementManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GooGooStatementCache.ConnectionStatementManager
protected GooGooStatementCache.ConnectionStatementManager()
getNumConnectionsWithCachedStatements
public int getNumConnectionsWithCachedStatements()
connectionSet
public java.util.Set connectionSet()
statementSet
public java.util.Set statementSet(java.sql.Connection pcon)
getNumStatementsForConnection
public int getNumStatementsForConnection(java.sql.Connection pcon)
addStatementForConnection
public void addStatementForConnection(java.lang.Object ps,
java.sql.Connection pcon)
removeStatementForConnection
public boolean removeStatementForConnection(java.lang.Object ps,
java.sql.Connection pcon)