Package org.apache.derby.iapi.jdbc
Class BrokeredConnection42
- java.lang.Object
-
- org.apache.derby.iapi.jdbc.BrokeredConnection
-
- org.apache.derby.iapi.jdbc.BrokeredConnection42
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.sql.Connection,java.sql.Wrapper,EngineConnection
public class BrokeredConnection42 extends BrokeredConnection
-
-
Field Summary
-
Fields inherited from class org.apache.derby.iapi.jdbc.BrokeredConnection
control, isClosed, stateHoldability
-
-
Constructor Summary
Constructors Constructor Description BrokeredConnection42(BrokeredConnectionControl control)Creates a new instance of BrokeredConnection40
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrokeredCallableStatementnewBrokeredStatement(BrokeredStatementControl statementControl, java.lang.String sql)BrokeredPreparedStatementnewBrokeredStatement(BrokeredStatementControl statementControl, java.lang.String sql, java.lang.Object generatedKeys)-
Methods inherited from class org.apache.derby.iapi.jdbc.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, unwrap
-
-
-
-
Constructor Detail
-
BrokeredConnection42
public BrokeredConnection42(BrokeredConnectionControl control) throws java.sql.SQLException
Creates a new instance of BrokeredConnection40- Throws:
java.sql.SQLException
-
-
Method Detail
-
newBrokeredStatement
public final BrokeredPreparedStatement newBrokeredStatement(BrokeredStatementControl statementControl, java.lang.String sql, java.lang.Object generatedKeys) throws java.sql.SQLException
- Overrides:
newBrokeredStatementin classBrokeredConnection- Throws:
java.sql.SQLException
-
newBrokeredStatement
public BrokeredCallableStatement newBrokeredStatement(BrokeredStatementControl statementControl, java.lang.String sql) throws java.sql.SQLException
- Overrides:
newBrokeredStatementin classBrokeredConnection- Throws:
java.sql.SQLException
-
-