public interface Driver
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
boolean acceptsURL(String url) throws SQLException
SQLException
Connection connect(String url, Properties info) throws SQLException
SQLException
int getMajorVersion()
int getMinorVersion()
DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
SQLException
boolean jdbcCompliant()