|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Constructors in com.jolbox.bonecp with parameters of type IStatementCache | |
|---|---|
CallableStatementHandle(java.sql.CallableStatement internalCallableStatement,
java.lang.String sql,
ConnectionHandle connectionHandle,
java.lang.String cacheKey,
IStatementCache cache)
CallableStatement constructor |
|
ConnectionHandle(java.sql.Connection connection,
IStatementCache preparedStatementCache,
IStatementCache callableStatementCache,
BoneCP pool)
Private constructor used solely for unit testing. |
|
PreparedStatementHandle(java.sql.PreparedStatement internalPreparedStatement,
java.lang.String sql,
ConnectionHandle connectionHandle,
java.lang.String cacheKey,
IStatementCache cache)
PreparedStatement Wrapper constructor. |
|
StatementHandle(java.sql.Statement internalStatement,
java.lang.String sql,
IStatementCache cache,
ConnectionHandle connectionHandle,
java.lang.String cacheKey,
boolean logStatementsEnabled)
Constructor to statement handle wrapper. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||