| Package | Description |
|---|---|
| com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatementCache
JDBC statement cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected IStatementCache |
StatementHandle.cache
Cache pertaining to this statement.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ConnectionHandle |
ConnectionHandle.createTestConnectionHandle(Connection connection,
IStatementCache preparedStatementCache,
IStatementCache callableStatementCache,
BoneCP pool)
Private -- used solely for unit testing.
|
| Constructor and Description |
|---|
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-2013 JolBox. All Rights Reserved.