org.apache.derby.iapi.jdbc
Class BrokeredConnection30

java.lang.Object
  extended byorg.apache.derby.iapi.jdbc.BrokeredConnection
      extended byorg.apache.derby.iapi.jdbc.BrokeredConnection30
All Implemented Interfaces:
java.sql.Connection

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
 
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)
           
 
Methods inherited from class org.apache.derby.iapi.jdbc.BrokeredConnection
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getJDBCLevel, getMetaData, getRealConnection, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, newBrokeredStatement, newBrokeredStatement, newBrokeredStatement, notifyException, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setState, setTransactionIsolation, setTypeMap, syncState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokeredConnection30

public BrokeredConnection30(BrokeredConnectionControl control)


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.