The methods of Java.Sql.IDriver are listed below. For a list of all members, see the IDriver Members list.
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. | ||