net.sf.farrago.jdbc.client
Class FarragoVjdbcHttpClientDriver

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

public class FarragoVjdbcHttpClientDriver
extends FarragoUnregisteredVjdbcHttpClientDriver

FarragoJdbcHttpClientDriver implements the Farrago client side of the Driver interface via the VJDBC HTTP servlet proxy.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/jdbc/client/FarragoVjdbcHttpClientDriver.java#4 $
Author:
Oscar Gothberg

Constructor Summary
FarragoVjdbcHttpClientDriver()
           
 
Method Summary
 
Methods inherited from class net.sf.farrago.jdbc.client.FarragoUnregisteredVjdbcHttpClientDriver
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

FarragoVjdbcHttpClientDriver

public FarragoVjdbcHttpClientDriver()