org.eigenbase.jdbc4
Class UnwrappableRJConnection

java.lang.Object
  extended by org.objectweb.rmijdbc.RJConnection
      extended by org.eigenbase.jdbc4.UnwrappableRJConnection
All Implemented Interfaces:
Serializable, Connection
Direct Known Subclasses:
FarragoRJConnection

public abstract class UnwrappableRJConnection
extends org.objectweb.rmijdbc.RJConnection

Gunk for JDBC 4 source compatibility. See Eigenpedia.

Version:
$Id: //open/dev/farrago/jdbc4/UnwrappableRJConnection14.java#5 $
Author:
John Sichi
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class org.objectweb.rmijdbc.RJConnection
rmiConnection_
 
Constructor Summary
protected UnwrappableRJConnection(org.objectweb.rmijdbc.RJConnectionInterface rmiconn)
           
protected UnwrappableRJConnection(org.objectweb.rmijdbc.RJDriverInterface drv, String url, Properties info)
           
 
Method Summary
 
Methods inherited from class org.objectweb.rmijdbc.RJConnection
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnwrappableRJConnection

protected UnwrappableRJConnection(org.objectweb.rmijdbc.RJConnectionInterface rmiconn)

UnwrappableRJConnection

protected UnwrappableRJConnection(org.objectweb.rmijdbc.RJDriverInterface drv,
                                  String url,
                                  Properties info)
                           throws Exception
Throws:
Exception