net.sf.farrago.jdbc.client
Class FarragoUnregisteredVjdbcClientDriver

java.lang.Object
  extended by net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
      extended by net.sf.farrago.jdbc.client.FarragoUnregisteredVjdbcClientDriver
All Implemented Interfaces:
Driver
Direct Known Subclasses:
FarragoVjdbcClientDriver, LucidDbRmiDriver

public abstract class FarragoUnregisteredVjdbcClientDriver
extends FarragoAbstractJdbcDriver

FarragoUnregisteredJdbcClientDriver implements the Farrago client side of the Driver interface via the VJDBC proxy. It does not register itself; for that, use FarragoVjdbcClientDriver.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/jdbc/client/FarragoUnregisteredVjdbcClientDriver.java#6 $
Author:
John V. Sichi

Constructor Summary
FarragoUnregisteredVjdbcClientDriver()
           
 
Method Summary
 Connection connect(String url, Properties info)
           
 String getUrlPrefix()
           
 
Methods inherited from class net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
acceptsURL, acceptsUrlWithHostPort, applyDefaultConnectionProps, getBaseUrl, getClientUrl, getDefaultConnectionProps, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, parseConnectionParams, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoUnregisteredVjdbcClientDriver

public FarragoUnregisteredVjdbcClientDriver()
Method Detail

getUrlPrefix

public String getUrlPrefix()
Specified by:
getUrlPrefix in class FarragoAbstractJdbcDriver
Returns:
the prefix for JDBC URL's understood by this driver; subclassing drivers can override this to customize the URL scheme

connect

public Connection connect(String url,
                          Properties info)
                   throws SQLException
Throws:
SQLException