Package com.mchange.v2.c3p0.impl
Class NewProxyConnectionNoShardingKey
- java.lang.Object
-
- com.mchange.v2.c3p0.impl.AbstractNewProxyConnection
-
- com.mchange.v2.c3p0.impl.NewProxyConnectionNoShardingKey
-
- All Implemented Interfaces:
C3P0ProxyConnection
,java.lang.AutoCloseable
,java.sql.Connection
,java.sql.Wrapper
public final class NewProxyConnectionNoShardingKey extends AbstractNewProxyConnection implements java.sql.Connection, C3P0ProxyConnection
-
-
Field Summary
-
Fields inherited from class com.mchange.v2.c3p0.impl.AbstractNewProxyConnection
inner
-
Fields inherited from interface com.mchange.v2.c3p0.C3P0ProxyConnection
RAW_CONNECTION
-
-
Constructor Summary
Constructors Constructor Description NewProxyConnectionNoShardingKey(java.sql.Connection inner, NewPooledConnection parentPooledConnection)
-
Method Summary
-
Methods inherited from class com.mchange.v2.c3p0.impl.AbstractNewProxyConnection
abort, beginRequest, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, endRequest, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, rawConnectionOperation, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, toString, unwrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.mchange.v2.c3p0.C3P0ProxyConnection
rawConnectionOperation
-
Methods inherited from interface java.sql.Connection
abort, beginRequest, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, endRequest, 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, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid, setTransactionIsolation, setTypeMap
-
-
-
-
Constructor Detail
-
NewProxyConnectionNoShardingKey
public NewProxyConnectionNoShardingKey(java.sql.Connection inner, NewPooledConnection parentPooledConnection)
-
-