org.seasar.extension.dbcp
インタフェース ConnectionWrapper

すべてのスーパーインタフェース:
Connection
既知の実装クラスの一覧:
ConnectionWrapperImpl

public interface ConnectionWrapper
extends Connection

作成者:
higa

フィールドの概要
 
インタフェース java.sql.Connection から継承したフィールド
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
メソッドの概要
 void cleanup()
           
 void closeReally()
           
 Connection getPhysicalConnection()
           
 XAConnection getXAConnection()
           
 XAResource getXAResource()
           
 void init(boolean localTx)
           
 void release()
           
 
インタフェース java.sql.Connection から継承したメソッド
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 

メソッドの詳細

closeReally

public void closeReally()

release

public void release()
             throws SQLException
例外:
SQLException

init

public void init(boolean localTx)

cleanup

public void cleanup()

getPhysicalConnection

public Connection getPhysicalConnection()

getXAResource

public XAResource getXAResource()

getXAConnection

public XAConnection getXAConnection()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.