|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.caucho.sql.QPooledConnectionImpl | +--com.caucho.sql.QXAConnectionImpl
Represents a single pooled connection. For the most part, it just passes the requests to the underlying JDBC connection.
Closing the connection will return the real connection to the pool and close any statements.
Field Summary | |
protected static WriteStream |
dbg
|
protected static L10N |
L
|
Fields inherited from class com.caucho.sql.QPooledConnectionImpl |
tm |
Fields inherited from interface java.sql.Connection |
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
Methods inherited from class com.caucho.sql.QPooledConnectionImpl |
clearWarnings, close, commit, commit, createStatement, createStatement, end, forget, getAutoCommit, getCatalog, getConnection, getMetaData, getTransactionIsolation, getTransactionTimeout, getTypeMap, getWarnings, isClosed, isReadOnly, isSameRM, nativeSQL, prepare, prepareCall, prepareCall, prepareStatement, prepareStatement, recover, rollback, rollback, setAutoCommit, setCatalog, setReadOnly, setTransactionIsolation, setTransactionTimeout, setTypeMap, start, toString |
Field Detail |
protected static WriteStream dbg
protected static L10N L
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |