net.sf.farrago.jdbc.client
Class FarragoVjdbcClientDriver

java.lang.Object
  extended by net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
      extended by net.sf.farrago.jdbc.client.FarragoUnregisteredVjdbcClientDriver
          extended by net.sf.farrago.jdbc.client.FarragoVjdbcClientDriver
All Implemented Interfaces:
Driver

public class FarragoVjdbcClientDriver
extends FarragoUnregisteredVjdbcClientDriver

FarragoJdbcClientDriver implements the Farrago client side of the Driver interface via the VJDBC proxy.

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

Constructor Summary
FarragoVjdbcClientDriver()
           
 
Method Summary
 
Methods inherited from class net.sf.farrago.jdbc.client.FarragoUnregisteredVjdbcClientDriver
connect, 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

FarragoVjdbcClientDriver

public FarragoVjdbcClientDriver()