public class ConnectionProxy extends DynamicConnectionProxy
| 限定符和类型 | 字段和说明 |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| 构造器和说明 |
|---|
ConnectionProxy(Connection connection,
String owner) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
commit() |
void |
doClose() |
void |
doCommit() |
void |
doRollback() |
void |
rollback() |
abort, clearWarnings, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getConnection, getHoldability, getMetaData, getNetworkTimeout, getOwner, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setConnection, setHoldability, setNetworkTimeout, setOwner, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, toString, unwrappublic ConnectionProxy(Connection connection, String owner)
public void doCommit()
throws SQLException
SQLExceptionpublic void doRollback()
throws SQLException
SQLExceptionpublic void doClose()
throws SQLException
SQLExceptionpublic void commit()
throws SQLException
commit 在接口中 Connectioncommit 在类中 DynamicConnectionProxySQLExceptionpublic void rollback()
throws SQLException
rollback 在接口中 Connectionrollback 在类中 DynamicConnectionProxySQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 Connectionclose 在类中 DynamicConnectionProxySQLExceptionCopyright © 2023. All rights reserved.