Java.Sql.IDriver: Method Members

The methods of Java.Sql.IDriver are listed below. For a list of all members, see the IDriver Members list.

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.