| Interface java.sql.Driver | 1.1 |
| Methoden | |
|---|---|
| public boolean | acceptsURL(String url) |
| public Connection | connect(String url, Properties info) |
| public int | getMajorVersion() |
| public int | getMinorVersion() |
| public DriverPropertyInfo[] | getPropertyInfo(String url, Properties info) |
| public boolean | jdbcCompliant() |