Class NewProxyConnectionNoShardingKey
java.lang.Object
com.mchange.v2.c3p0.impl.AbstractNewProxyConnection
com.mchange.v2.c3p0.impl.NewProxyConnectionNoShardingKey
- All Implemented Interfaces:
C3P0ProxyConnection, AutoCloseable, Connection, Wrapper
public final class NewProxyConnectionNoShardingKey
extends AbstractNewProxyConnection
implements Connection, C3P0ProxyConnection
-
Field Summary
Fields inherited from class AbstractNewProxyConnection
innerFields inherited from interface C3P0ProxyConnection
RAW_CONNECTIONFields inherited from interface Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE -
Constructor Summary
ConstructorsConstructorDescriptionNewProxyConnectionNoShardingKey(Connection inner, NewPooledConnection parentPooledConnection) -
Method Summary
Methods inherited from class 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, unwrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface C3P0ProxyConnection
rawConnectionOperationMethods inherited from interface 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, setTypeMapMethods inherited from interface Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
NewProxyConnectionNoShardingKey
public NewProxyConnectionNoShardingKey(Connection inner, NewPooledConnection parentPooledConnection)
-