com.lucidera.jdbc
Class LucidDbHttpDriver

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

public class LucidDbHttpDriver
extends FarragoUnregisteredVjdbcHttpClientDriver

LucidDbHttpDriver is a JDBC driver for the LucidDB server for use by remote clients over HTTP. It is based on VJDBC.

Version:
$Id: //open/dev/farrago/src/com/lucidera/jdbc/LucidDbHttpDriver.java#3 $
Author:
Oscar Gothberg

Constructor Summary
LucidDbHttpDriver()
           
 
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

LucidDbHttpDriver

public LucidDbHttpDriver()