Constructor and Description |
---|
DriverImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url) |
Connection |
connect(String url,
Properties props) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
protected URI |
processUrl(String url) |
public Connection connect(String url, Properties props) throws SQLException
connect
in interface Driver
SQLException
public Connection connect(String url) throws SQLException
SQLException
public int getMajorVersion()
getMajorVersion
in interface Driver
public int getMinorVersion()
getMinorVersion
in interface Driver
public boolean acceptsURL(String url)
acceptsURL
in interface Driver
public boolean jdbcCompliant()
jdbcCompliant
in interface Driver
public Logger getParentLogger()
getParentLogger
in interface Driver
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
getPropertyInfo
in interface Driver
protected URI processUrl(String url) throws SQLException
SQLException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.