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, unwrap
public void commit() throws java.sql.SQLException
commit
在接口中 java.sql.Connection
commit
在类中 ConnectionWrapper
java.sql.SQLException
public void rollback() throws java.sql.SQLException
rollback
在接口中 java.sql.Connection
rollback
在类中 ConnectionWrapper
java.sql.SQLException
public void close() throws java.sql.SQLException
close
在接口中 java.lang.AutoCloseable
close
在接口中 java.sql.Connection
close
在类中 ConnectionWrapper
java.sql.SQLException