org.apache.derby.iapi.jdbc
Class BrokeredConnection30

java.lang.Object
  extended by org.apache.derby.iapi.jdbc.BrokeredConnection
      extended by org.apache.derby.iapi.jdbc.BrokeredConnection30
All Implemented Interfaces:
java.sql.Connection, java.sql.Wrapper, EngineConnection
Direct Known Subclasses:
BrokeredConnection40

public class BrokeredConnection30
extends BrokeredConnection

Extends BrokeredConnection to provide the JDBC 3.0 connection methods.


Field Summary
 
Fields inherited from class org.apache.derby.iapi.jdbc.BrokeredConnection
control, stateHoldability
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Constructor Summary
BrokeredConnection30(BrokeredConnectionControl control)
           
 
Method Summary
 java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 BrokeredCallableStatement newBrokeredStatement(BrokeredStatementControl statementControl, java.lang.String sql)
           
 BrokeredPreparedStatement newBrokeredStatement(BrokeredStatementControl statementControl, java.lang.String sql, java.lang.Object generatedKeys)
           
 java.sql.CallableStatement prepareCall(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String sql, int autoGeneratedKeys)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String sql, int[] columnIndexes)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String sql, java.lang.String[] columnNames)
           
 void releaseSavepoint(java.sql.Savepoint savepoint)
           
 void rollback(java.sql.Savepoint savepoint)
           
 void setHoldability(int holdability)
           
 java.sql.Savepoint setSavepoint()
           
 java.sql.Savepoint setSavepoint(java.lang.String name)
           
 
Methods inherited from class org.apache.derby.iapi.jdbc.BrokeredConnection
addWarning, checkIfClosed, clearLOBMapping, clearWarnings, close, commit, createStatement, createStatement, getAutoCommit, getCatalog, getCurrentSchemaName, getHoldability, getIsolationUptoDate, getLOBMapping, getMetaData, getPrepareIsolation, getRealConnection, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isInGlobalTransaction, isReadOnly, nativeSQL, newBrokeredStatement, notifyException, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, resetFromPool, rollback, setAutoCommit, setCatalog, setDrdaID, setPrepareIsolation, setReadOnly, setState, setTransactionIsolation, setTypeMap, statementHoldabilityCheck, syncState, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.sql.Connection
createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStruct, getClientInfo, getClientInfo, isValid, setClientInfo, setClientInfo
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

BrokeredConnection30

public BrokeredConnection30(BrokeredConnectionControl control)
Method Detail

createStatement

public final java.sql.Statement createStatement(int resultSetType,
                                                int resultSetConcurrency,
                                                int resultSetHoldability)
                                         throws java.sql.SQLException
Throws:
java.sql.SQLException

prepareCall

public final java.sql.CallableStatement prepareCall(java.lang.String sql,
                                                    int resultSetType,
                                                    int resultSetConcurrency,
                                                    int resultSetHoldability)
                                             throws java.sql.SQLException
Throws:
java.sql.SQLException

setSavepoint

public final java.sql.Savepoint setSavepoint()
                                      throws java.sql.SQLException
Throws:
java.sql.SQLException

setSavepoint

public final java.sql.Savepoint setSavepoint(java.lang.String name)
                                      throws java.sql.SQLException
Throws:
java.sql.SQLException

rollback

public final void rollback(java.sql.Savepoint savepoint)
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

releaseSavepoint

public final void releaseSavepoint(java.sql.Savepoint savepoint)
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

setHoldability

public final void setHoldability(int holdability)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

prepareStatement

public final java.sql.PreparedStatement prepareStatement(java.lang.String sql,
                                                         int autoGeneratedKeys)
                                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

prepareStatement

public final java.sql.PreparedStatement prepareStatement(java.lang.String sql,
                                                         int[] columnIndexes)
                                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

prepareStatement

public final java.sql.PreparedStatement prepareStatement(java.lang.String sql,
                                                         java.lang.String[] columnNames)
                                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

newBrokeredStatement

public BrokeredPreparedStatement newBrokeredStatement(BrokeredStatementControl statementControl,
                                                      java.lang.String sql,
                                                      java.lang.Object generatedKeys)
                                               throws java.sql.SQLException
Specified by:
newBrokeredStatement in class BrokeredConnection
Throws:
java.sql.SQLException

newBrokeredStatement

public BrokeredCallableStatement newBrokeredStatement(BrokeredStatementControl statementControl,
                                                      java.lang.String sql)
                                               throws java.sql.SQLException
Specified by:
newBrokeredStatement in class BrokeredConnection
Throws:
java.sql.SQLException

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.