net.sf.farrago.jdbc.client
Class FarragoUnregisteredVjdbcHttpClientDriver

java.lang.Object
  extended by net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
      extended by net.sf.farrago.jdbc.client.FarragoUnregisteredVjdbcHttpClientDriver
All Implemented Interfaces:
Driver
Direct Known Subclasses:
FarragoVjdbcHttpClientDriver, LucidDbHttpDriver

public class FarragoUnregisteredVjdbcHttpClientDriver
extends FarragoAbstractJdbcDriver

FarragoUnregisteredVJdbcHttpClientDriver implements the Farrago client side of the Driver interface via the VJDBC HTTP servlet proxy. It does not register itself; for that, use FarragoVjdbcHttpClientDriver.

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

Constructor Summary
FarragoUnregisteredVjdbcHttpClientDriver()
           
 
Method Summary
 Connection connect(String url, Properties info)
           
 String 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

FarragoUnregisteredVjdbcHttpClientDriver

public FarragoUnregisteredVjdbcHttpClientDriver()
Method Detail

getUrlPrefix

public String getUrlPrefix()
Specified by:
getUrlPrefix in class FarragoAbstractJdbcDriver
Returns:
the prefix for JDBC URL's understood by this driver; subclassing drivers can override this to customize the URL scheme

connect

public Connection connect(String url,
                          Properties info)
                   throws SQLException
Throws:
SQLException