Uses of Interface
com.jolbox.bonecp.IStatementCache

Packages that use IStatementCache
com.jolbox.bonecp The core package for the BoneCP connection pool. 
 

Uses of IStatementCache in com.jolbox.bonecp
 

Classes in com.jolbox.bonecp that implement IStatementCache
 class StatementCache
          JDBC statement cache.
 

Fields in com.jolbox.bonecp declared as IStatementCache
protected  IStatementCache StatementHandle.cache
          Cache pertaining to this statement.
 

Methods in com.jolbox.bonecp with parameters of type IStatementCache
protected static ConnectionHandle ConnectionHandle.createTestConnectionHandle(Connection connection, IStatementCache preparedStatementCache, IStatementCache callableStatementCache, BoneCP pool)
          Private -- used solely for unit testing.
 

Constructors in com.jolbox.bonecp with parameters of type IStatementCache
CallableStatementHandle(CallableStatement internalCallableStatement, String sql, ConnectionHandle connectionHandle, String cacheKey, IStatementCache cache)
          CallableStatement constructor
PreparedStatementHandle(PreparedStatement internalPreparedStatement, String sql, ConnectionHandle connectionHandle, String cacheKey, IStatementCache cache)
          PreparedStatement Wrapper constructor.
StatementHandle(Statement internalStatement, String sql, IStatementCache cache, ConnectionHandle connectionHandle, String cacheKey, boolean logStatementsEnabled)
          Constructor to statement handle wrapper.
 



Copyright © 2009-2012 JolBox. All Rights Reserved.