Changed Methods |
boolean acceptsURL(String )
|
Documentation changed from old to new. |
Retrieves whether the driver thinks that it can open a connection to the given URL. |
Connection connect(String, Properties)
|
Documentation changed from old to new. |
Attempts to make a database connection to the given URL. |
int getMajorVersion()
|
Documentation changed from old to new. |
Retrieves the driver's major version number. |
DriverPropertyInfo[] getPropertyInfo(String, Properties)
|
Documentation changed from old to new. |
Gets information about the possible properties for this driver. |
boolean jdbcCompliant()
|
Documentation changed from old to new. |
Reports whether this driver is a genuine JDBC CompliantTM driver. |