Сводка методов класса
Сводка методов класса
public interface Driver {
boolean acceptsURL(String url) throws SQLException;
Connection connect(String url, Properties info)
throws SQLException;
int getMajorVersion();
int getMinorVersion();
DriverPropertyInfo[] getProperty!nfo(String url,
Properties info) throws SQLException;
boolean jdbcCompliant(); }