@Deprecated public class JDBCDriver extends Object implements Driver
| Modifier and Type | Field and Description |
|---|---|
static JDBCDriver |
drv
Deprecated.
|
| Constructor and Description |
|---|
JDBCDriver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String arg0)
Deprecated.
|
Connection |
connect(String url,
Properties arg1)
Deprecated.
|
int |
getMajorVersion()
Deprecated.
|
int |
getMinorVersion()
Deprecated.
|
Logger |
getParentLogger()
Deprecated.
|
DriverPropertyInfo[] |
getPropertyInfo(String arg0,
Properties arg1)
Deprecated.
|
boolean |
jdbcCompliant()
Deprecated.
|
public static JDBCDriver drv
public boolean acceptsURL(String arg0) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic Connection connect(String url, Properties arg1) throws SQLException
connect in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String arg0, Properties arg1) throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionCopyright © 2017 OpenDaylight. All rights reserved.