The members of Java.Sql.IDriver are listed below.
| [read-only] | MajorVersion | int. Gets the driver's major version number. |
| [read-only] | MinorVersion | int. Gets the driver's minor version number. |
| [read-only] | ParentLogger | Java.Util.Logging.Logger. Documentation for this section has not yet been entered. |
AcceptsURL(string)Returns whether the driver thinks that it can open a connection to the given URL. | ||
Connect(string, Java.Util.Properties)Attempts to make a database connection to a data source specified by a supplied URL. | ||
GetPropertyInfo(string, Java.Util.Properties)Gets information about possible properties for this driver. | ||
JdbcCompliant()Reports whether this driver is a genuine JDBC CompliantTM driver. | ||