com.caucho.sql
Class QXAConnectionImpl

com.caucho.sql.QPooledConnectionImpl
  |
  +--com.caucho.sql.QXAConnectionImpl
All Implemented Interfaces:
java.sql.Connection

public class QXAConnectionImpl
extends QPooledConnectionImpl

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

dbg

protected static WriteStream dbg

L

protected static L10N L