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 Object
  • Constructor Details

    • ConnectionStatementManager

      protected ConnectionStatementManager()
  • Method Details

    • getNumConnectionsWithCachedStatements

      public int getNumConnectionsWithCachedStatements()
    • connectionSet

      public Set connectionSet()
    • statementSet

      public Set statementSet(Connection pcon)
    • getNumStatementsForConnection

      public int getNumStatementsForConnection(Connection pcon)
    • addStatementForConnection

      public void addStatementForConnection(Object ps, Connection pcon)
    • removeStatementForConnection

      public boolean removeStatementForConnection(Object ps, Connection pcon)