|
||||||||||
| 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. |
| Fields in com.jolbox.bonecp declared as IStatementCache | |
|---|---|
protected IStatementCache |
StatementHandle.cache
Cache pertaining to this statement. |
| Constructors in com.jolbox.bonecp with parameters of type IStatementCache | |
|---|---|
CallableStatementHandle(CallableStatement internalCallableStatement,
String sql,
ConnectionHandle connectionHandle,
String cacheKey,
IStatementCache cache)
CallableStatement constructor |
|
ConnectionHandle(Connection connection,
IStatementCache preparedStatementCache,
IStatementCache callableStatementCache,
BoneCP pool)
Private constructor used solely for unit testing. |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||