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 Driver
SQLException
public Connection connect(String arg0, Properties arg1) throws SQLException
connect
in interface Driver
SQLException
public int getMajorVersion()
getMajorVersion
in interface Driver
public int getMinorVersion()
getMinorVersion
in interface Driver
public Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger
in interface Driver
SQLFeatureNotSupportedException
public DriverPropertyInfo[] getPropertyInfo(String arg0, Properties arg1) throws SQLException
getPropertyInfo
in interface Driver
SQLException
public boolean jdbcCompliant()
jdbcCompliant
in interface Driver
Copyright © 2012-2013. All Rights Reserved.