DriverManager
Connection
boolean acceptsURL(String url) throws SQLException
Driver.acceptsURL ( hm_db_url ) ;
Connection connect(String url, Properties info) throws SQLException
int getMajorVersion()
int getMinorVersion()
DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
boolean jdbcCompliant()