Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(String u) |
Connection |
connect(String u,
Properties p) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String u,
Properties p) |
boolean |
jdbcCompliant() |
public boolean acceptsURL(String u) throws SQLException
acceptsURL
in interface Driver
SQLException
public Connection connect(String u, Properties p) throws SQLException
connect
in interface Driver
SQLException
public int getMajorVersion()
getMajorVersion
in interface Driver
public int getMinorVersion()
getMinorVersion
in interface Driver
public DriverPropertyInfo[] getPropertyInfo(String u, Properties p) throws SQLException
getPropertyInfo
in interface Driver
SQLException
public boolean jdbcCompliant()
jdbcCompliant
in interface Driver
public Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger
in interface Driver
SQLFeatureNotSupportedException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly