com.lucidera.jdbc
Class LucidDbLocalDriver

java.lang.Object
  extended by net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
      extended by net.sf.farrago.jdbc.engine.FarragoUnregisteredJdbcEngineDriver
          extended by com.lucidera.jdbc.LucidDbLocalDriver
All Implemented Interfaces:
Driver, FarragoJdbcServerDriver

public class LucidDbLocalDriver
extends FarragoUnregisteredJdbcEngineDriver

LucidDbLocalDriver is a JDBC driver for the LucidDB engine for use by callers running in the same JVM with the DBMS.

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

Constructor Summary
LucidDbLocalDriver()
           
 
Method Summary
 FarragoSessionFactory newSessionFactory()
          Creates a new FarragoSessionFactory which will govern the behavior of connections established through this driver.
 
Methods inherited from class net.sf.farrago.jdbc.engine.FarragoUnregisteredJdbcEngineDriver
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
 
Methods inherited from interface net.sf.farrago.jdbc.engine.FarragoJdbcServerDriver
getBaseUrl
 
Methods inherited from interface java.sql.Driver
acceptsURL, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 

Constructor Detail

LucidDbLocalDriver

public LucidDbLocalDriver()
Method Detail

newSessionFactory

public FarragoSessionFactory newSessionFactory()
Description copied from interface: FarragoJdbcServerDriver
Creates a new FarragoSessionFactory which will govern the behavior of connections established through this driver.

Specified by:
newSessionFactory in interface FarragoJdbcServerDriver
Overrides:
newSessionFactory in class FarragoUnregisteredJdbcEngineDriver
Returns:
new factory