Driver
-
java.lang.Object
-
com.vertica.jdbc.common.BaseConnectionFactory
-
com.vertica.jdbc.common.AbstractDriver
-
com.vertica.jdbc.hybrid.HybridAbstractDriver
-
com.vertica.jdbc.Driver
-
All Implemented Interfaces: java.sql.Driver
public class Driver
extends com.vertica.jdbc.hybrid.HybridAbstractDriver
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | SUBPROTOCOL_NAME The subprotocol is the portion of the connection string that comes after "jdbc:" but before the "://". |
Fields inherited from class com.vertica.jdbc.common.AbstractDriver
URL_PROTOCOL
Fields inherited from class com.vertica.jdbc.common.BaseConnectionFactory
CONNECTION_LOCALE_KEY, s_Messages, URL_SEPARATOR
Constructor Summary
| Constructor and Description |
|---|
| Driver() |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.logging.Logger | getParentLogger() Get parent Logger of all the Loggers used by this data source. |
Methods inherited from class com.vertica.jdbc.hybrid.HybridAbstractDriver
initializeDriver
Methods inherited from class com.vertica.jdbc.common.AbstractDriver
acceptsURL, connect, getErrorMessageComponentName, getMajorVersion, getMinorVersion, getPropertyInfo, initialize, jdbcCompliant, setErrorMessageComponentName
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
SUBPROTOCOL_NAME
public static final java.lang.String SUBPROTOCOL_NAME
The subprotocol is the portion of the connection string that comes after "jdbc:" but before the "://".
See Also: Constant Field Values
Constructor Detail
Driver
public Driver()
Method Detail
getParentLogger
public java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
Get parent Logger of all the Loggers used by this data source.
Returns the Logger farthest from the root Logger that is still an ancestor of all of the Loggers used by this data source Throws: java.sql.SQLFeatureNotSupportedException