public interface ConnectionWrapper extends 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(Transaction tx) |
void |
release() |
abort, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMapisWrapperFor, unwrapvoid init(Transaction tx)
void cleanup()
void closeReally()
Connection getPhysicalConnection()
XAResource getXAResource()
XAConnection getXAConnection()
void release()
throws SQLException
SQLExceptionCopyright © 2015 The DBFlute Project. All rights reserved.