org.seasar.extension.dbcp
インタフェース ConnectionWrapper
- すべてのスーパーインタフェース:
- Connection
- 既知の実装クラスの一覧:
- ConnectionWrapperImpl
- public interface ConnectionWrapper
- extends Connection
- 作成者:
- higa
インタフェース 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.