net.sf.farrago.jdbc.client
Class FarragoJdbcClientDriver

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

public class FarragoJdbcClientDriver
extends FarragoAbstractJdbcDriver

FarragoJdbcClientDriver implements the Farrago client side of the Driver interface via the RmiJdbc proxy.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/jdbc/client/FarragoJdbcClientDriver.java#19 $
Author:
John V. Sichi

Nested Class Summary
private static class FarragoJdbcClientDriver.CustomRJDriver
           
 
Constructor Summary
FarragoJdbcClientDriver()
          Creates a new FarragoJdbcClientDriver object.
 
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

FarragoJdbcClientDriver

public FarragoJdbcClientDriver()
Creates a new FarragoJdbcClientDriver object.

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