Package com.mchange.v2.c3p0.impl
Class NewProxyConnectionJdbc43Full
- java.lang.Object
-
- com.mchange.v2.c3p0.impl.AbstractNewProxyConnection
-
- com.mchange.v2.c3p0.impl.NewProxyConnectionJdbc43Full
-
- All Implemented Interfaces:
C3P0ProxyConnection,java.lang.AutoCloseable,java.sql.Connection,java.sql.Wrapper
public final class NewProxyConnectionJdbc43Full 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 NewProxyConnectionJdbc43Full(java.sql.Connection inner, NewPooledConnection parentPooledConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetShardingKey(java.sql.ShardingKey a)voidsetShardingKey(java.sql.ShardingKey a, java.sql.ShardingKey b)booleansetShardingKeyIfValid(java.sql.ShardingKey a, int b)booleansetShardingKeyIfValid(java.sql.ShardingKey a, java.sql.ShardingKey b, int c)-
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, setTransactionIsolation, setTypeMap
-
-
-
-
Constructor Detail
-
NewProxyConnectionJdbc43Full
public NewProxyConnectionJdbc43Full(java.sql.Connection inner, NewPooledConnection parentPooledConnection)
-
-
Method Detail
-
setShardingKeyIfValid
public final boolean setShardingKeyIfValid(java.sql.ShardingKey a, int b) throws java.sql.SQLException- Specified by:
setShardingKeyIfValidin interfacejava.sql.Connection- Throws:
java.sql.SQLException
-
setShardingKeyIfValid
public final boolean setShardingKeyIfValid(java.sql.ShardingKey a, java.sql.ShardingKey b, int c) throws java.sql.SQLException- Specified by:
setShardingKeyIfValidin interfacejava.sql.Connection- Throws:
java.sql.SQLException
-
setShardingKey
public final void setShardingKey(java.sql.ShardingKey a) throws java.sql.SQLException- Specified by:
setShardingKeyin interfacejava.sql.Connection- Throws:
java.sql.SQLException
-
setShardingKey
public final void setShardingKey(java.sql.ShardingKey a, java.sql.ShardingKey b) throws java.sql.SQLException- Specified by:
setShardingKeyin interfacejava.sql.Connection- Throws:
java.sql.SQLException
-
-