| Constructor and Description |
|---|
NullDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String arg0) |
Connection |
connect(String arg0,
Properties arg1) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String arg0,
Properties arg1) |
boolean |
jdbcCompliant() |
public boolean acceptsURL(String arg0) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic Connection connect(String arg0, Properties arg1) throws SQLException
connect in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionpublic DriverPropertyInfo[] getPropertyInfo(String arg0, Properties arg1) throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface DriverCopyright © 2012-2013. All Rights Reserved.