public class ConnectionProxy extends ConnectionWrapper
| 构造器和说明 |
|---|
ConnectionProxy(java.sql.Connection real) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
commit() |
void |
rollback() |
abort, clearWarnings, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getReal, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unwrappublic void commit()
throws java.sql.SQLException
commit 在接口中 java.sql.Connectioncommit 在类中 ConnectionWrapperjava.sql.SQLExceptionpublic void rollback()
throws java.sql.SQLException
rollback 在接口中 java.sql.Connectionrollback 在类中 ConnectionWrapperjava.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
close 在接口中 java.lang.AutoCloseableclose 在接口中 java.sql.Connectionclose 在类中 ConnectionWrapperjava.sql.SQLException