public interface Driver
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(java.lang.String url) |
Connection |
connect(java.lang.String url,
Hashtable info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Connection connect(java.lang.String url, Hashtable info) throws java.sql.SQLException
java.sql.SQLException
boolean acceptsURL(java.lang.String url) throws java.sql.SQLException
java.sql.SQLException
int getMajorVersion()
int getMinorVersion()