Class BrokeredConnection42
java.lang.Object
org.apache.derby.iapi.jdbc.BrokeredConnection
org.apache.derby.iapi.jdbc.BrokeredConnection42
- All Implemented Interfaces:
AutoCloseable, Connection, Wrapper, EngineConnection
-
Field Summary
Fields inherited from class BrokeredConnection
control, isClosed, stateHoldabilityFields inherited from interface Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of BrokeredConnection40 -
Method Summary
Modifier and TypeMethodDescriptionnewBrokeredStatement(BrokeredStatementControl statementControl, String sql) newBrokeredStatement(BrokeredStatementControl statementControl, String sql, Object generatedKeys) Methods inherited from class BrokeredConnection
abort, addWarning, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getCurrentSchemaName, getHoldability, getIsolationUptoDate, getLOBMapping, getMetaData, getNetworkTimeout, getPrepareIsolation, getRealConnection, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isInGlobalTransaction, isReadOnly, isValid, isWrapperFor, nativeSQL, newBrokeredStatement, noCurrentConnection, notifyException, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, resetFromPool, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setDrdaID, setHoldability, setNetworkTimeout, setPrepareIsolation, setReadOnly, setSavepoint, setSavepoint, setSchema, setState, setTransactionIsolation, setTypeMap, statementHoldabilityCheck, syncState, toString, unwrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Connection
beginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid
-
Constructor Details
-
BrokeredConnection42
Creates a new instance of BrokeredConnection40- Throws:
SQLException
-
-
Method Details
-
newBrokeredStatement
public final BrokeredPreparedStatement newBrokeredStatement(BrokeredStatementControl statementControl, String sql, Object generatedKeys) throws SQLException - Overrides:
newBrokeredStatementin classBrokeredConnection- Throws:
SQLException
-
newBrokeredStatement
public BrokeredCallableStatement newBrokeredStatement(BrokeredStatementControl statementControl, String sql) throws SQLException - Overrides:
newBrokeredStatementin classBrokeredConnection- Throws:
SQLException
-