Methods
| Name | Description |
|---|---|
| acceptsURL(String) | Returns true if the driver thinks that it can open a connection to the given URL. |
| connect(String, Properties) | Try to make a database connection to the given URL. |
| getMajorVersion() | Get the driver's major version number. |
| getMinorVersion() | Get the driver's minor version number. |
| getPropertyInfo(String, Properties) |
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database. |
| jdbcCompliant() | Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver. |