|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.dbcp.AbandonedTrace org.apache.commons.dbcp.DelegatingConnection org.apache.commons.dbcp.PoolingConnection org.kuali.rice.core.database.PreparedStatementCachingConnection
public class PreparedStatementCachingConnection
A subclass of Apache DBCP's PoolingConnection class. This class generates a unique toString value for each instance of this class, because XApool relies on such behavior
Field Summary | |
---|---|
private String |
stringRepresentation
|
Fields inherited from class org.apache.commons.dbcp.PoolingConnection |
---|
_pstmtPool |
Fields inherited from class org.apache.commons.dbcp.DelegatingConnection |
---|
_closed, _conn |
Fields inherited from interface java.sql.Connection |
---|
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
Constructor Summary | |
---|---|
PreparedStatementCachingConnection(Connection conn,
org.apache.commons.pool.KeyedObjectPool preparedStatementCache)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class org.apache.commons.dbcp.PoolingConnection |
---|
activateObject, close, createKey, createKey, destroyObject, makeObject, normalizeSQL, passivateObject, prepareStatement, prepareStatement, validateObject |
Methods inherited from class org.apache.commons.dbcp.DelegatingConnection |
---|
activate, checkOpen, clearWarnings, commit, createStatement, createStatement, createStatement, equals, getAutoCommit, getCatalog, getDelegate, getHoldability, getInnermostDelegate, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, handleException, hashCode, isClosed, isReadOnly, nativeSQL, passivate, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setDelegate, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
Methods inherited from class org.apache.commons.dbcp.AbandonedTrace |
---|
addTrace, clearTrace, getConfig, getLastUsed, getTrace, printStackTrace, removeTrace, setLastUsed, setLastUsed, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.sql.Wrapper |
---|
isWrapperFor, unwrap |
Field Detail |
---|
private String stringRepresentation
Constructor Detail |
---|
public PreparedStatementCachingConnection(Connection conn, org.apache.commons.pool.KeyedObjectPool preparedStatementCache)
Method Detail |
---|
public String toString()
toString
in class org.apache.commons.dbcp.PoolingConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |