public class Driver extends UnregisteredDriver
UnregisteredDriver.JdbcVersion| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECT_STRING_PREFIX |
factory, handler| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
protected DriverVersion |
createDriverVersion()
Creates an object describing the name and version of this driver.
|
Meta |
createMeta(AvaticaConnection connection)
Creates a service handler that will give connections from this Driver
their behavior.
|
protected Collection<ConnectionProperty> |
getConnectionProperties()
Returns the connection properties supported by this driver.
|
protected String |
getConnectStringPrefix()
Returns the prefix of the connect string that this driver will recognize
as its own.
|
acceptsURL, connect, createFactory, createHandler, getDriverVersion, getFactoryClassName, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, instantiateFactory, jdbcCompliant, registerpublic static final String CONNECT_STRING_PREFIX
protected String getConnectStringPrefix()
UnregisteredDrivergetConnectStringPrefix in class UnregisteredDriverprotected DriverVersion createDriverVersion()
UnregisteredDrivercreateDriverVersion in class UnregisteredDriverprotected Collection<ConnectionProperty> getConnectionProperties()
UnregisteredDrivergetConnectionProperties in class UnregisteredDriverpublic Meta createMeta(AvaticaConnection connection)
UnregisteredDrivercreateMeta in class UnregisteredDriverCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.