com.lucidera.jdbc
Class LucidDbRmiDriver

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

public class LucidDbRmiDriver
extends FarragoUnregisteredVjdbcClientDriver

LucidDbRmiDriver is a JDBC driver for the LucidDB server for use by remote clients communicating via RMI. It is based on VJDBC.

Version:
$Id: //open/dev/farrago/src/com/lucidera/jdbc/LucidDbRmiDriver.java#10 $
Author:
John V. Sichi

Constructor Summary
LucidDbRmiDriver()
           
 
Method Summary
 String getBaseUrl()
           
 
Methods inherited from class net.sf.farrago.jdbc.client.FarragoUnregisteredVjdbcClientDriver
connect, getUrlPrefix
 
Methods inherited from class net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
acceptsURL, acceptsUrlWithHostPort, applyDefaultConnectionProps, 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

LucidDbRmiDriver

public LucidDbRmiDriver()
Method Detail

getBaseUrl

public String getBaseUrl()
Overrides:
getBaseUrl in class FarragoAbstractJdbcDriver
Returns:
the base JDBC URL for this driver; subclassing drivers can override this to customize the URL scheme