public final class Driver extends java.lang.Object implements java.sql.Driver
Constructor and Description |
---|
Driver() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(java.lang.String url) |
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties properties) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties properties) |
boolean |
jdbcCompliant() |
public Driver()
public boolean acceptsURL(java.lang.String url)
acceptsURL
in interface java.sql.Driver
Driver.acceptsURL(java.lang.String)
public java.sql.Connection connect(java.lang.String url, java.util.Properties properties) throws java.sql.SQLException
connect
in interface java.sql.Driver
java.sql.SQLException
Driver.connect(java.lang.String, java.util.Properties)
public int getMajorVersion()
getMajorVersion
in interface java.sql.Driver
Driver.getMajorVersion()
public int getMinorVersion()
getMinorVersion
in interface java.sql.Driver
Driver.getMinorVersion()
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties properties) throws java.sql.SQLException
getPropertyInfo
in interface java.sql.Driver
java.sql.SQLException
Driver.getPropertyInfo(java.lang.String, java.util.Properties)
public boolean jdbcCompliant()
jdbcCompliant
in interface java.sql.Driver
Driver.jdbcCompliant()
public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
getParentLogger
in interface java.sql.Driver
java.sql.SQLFeatureNotSupportedException