Java.Sql.IDriver Members

The members of Java.Sql.IDriver are listed below.

Public Properties

[read-only]
MajorVersionint. Gets the driver's major version number.
[read-only]
MinorVersionint. Gets the driver's minor version number.
[read-only]
ParentLoggerJava.Util.Logging.Logger. Documentation for this section has not yet been entered.

Public Methods

AcceptsURL(string) : bool
Returns whether the driver thinks that it can open a connection to the given URL.
Connect(string, Java.Util.Properties) : IConnection
Attempts to make a database connection to a data source specified by a supplied URL.
GetPropertyInfo(string, Java.Util.Properties) : DriverPropertyInfo[]
Gets information about possible properties for this driver.
JdbcCompliant() : bool
Reports whether this driver is a genuine JDBC CompliantTM driver.