net.sf.farrago.jdbc.client
Class FarragoUnregisteredVjdbcHttpClientDriver
java.lang.Object
net.sf.farrago.jdbc.FarragoAbstractJdbcDriver
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
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 |
FarragoUnregisteredVjdbcHttpClientDriver
public FarragoUnregisteredVjdbcHttpClientDriver()
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