Java.Sql.DriverManager.GetDriver Method
Tries to find a driver that can interpret the supplied URL.

Syntax

[Android.Runtime.Register("getDriver", "(Ljava/lang/String;)Ljava/sql/Driver;", "")]
public static IDriver GetDriver (string url)

Parameters

url
the URL of a database.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif there is any kind of problem accessing the database.

Remarks

Tries to find a driver that can interpret the supplied URL.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1