Methods Summary |
---|
public boolean | acceptsURL(java.lang.String url)Returns whether the driver thinks that it can open a connection to the
given URL.
|
public java.sql.Connection | connect(java.lang.String url, java.util.Properties info)Attempts to make a database connection to a data source specified by a
supplied URL.
|
public int | getMajorVersion()Gets the driver's major version number.
|
public int | getMinorVersion()Gets the driver's minor version number.
|
public java.sql.DriverPropertyInfo[] | getPropertyInfo(java.lang.String url, java.util.Properties info)Gets information about possible properties for this driver.
This method is intended to provide a listing of possible properties that
the client of the driver must supply in order to establish a connection
to a database. Note that the returned array of properties may change
depending on the supplied list of property values.
|
public boolean | jdbcCompliant()Reports whether this driver is a genuine JDBC CompliantTM driver. The
driver may only return {@code true} if it passes all the JDBC compliance
tests.
A driver may not be fully compliant if the underlying database has
limited functionality.
|