Class GooGooStatementCache.ConnectionStatementManager

    • Constructor Detail

      • ConnectionStatementManager

        protected ConnectionStatementManager()
    • Method Detail

      • getNumConnectionsWithCachedStatements

        public int getNumConnectionsWithCachedStatements()
      • connectionSet

        public java.util.Set connectionSet()
      • statementSet

        public java.util.HashSet 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)