Package com.mchange.v2.c3p0.debug
Class CloseLoggingConnectionWrapper
java.lang.Object
com.mchange.v2.sql.filter.FilterConnection
com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper
- All Implemented Interfaces:
AutoCloseable,Connection,Wrapper
public class CloseLoggingConnectionWrapper
extends com.mchange.v2.sql.filter.FilterConnection
-
Field Summary
Fields inherited from class com.mchange.v2.sql.filter.FilterConnection
innerFields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE -
Constructor Summary
ConstructorsConstructorDescriptionCloseLoggingConnectionWrapper(Connection conn, com.mchange.v2.log.MLevel level) -
Method Summary
Methods inherited from class com.mchange.v2.sql.filter.FilterConnection
abort, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getInner, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setInner, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.Connection
beginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid
-
Constructor Details
-
CloseLoggingConnectionWrapper
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceConnection- Overrides:
closein classcom.mchange.v2.sql.filter.FilterConnection- Throws:
SQLException
-