Java.Sql.IDriver.AcceptsURL Method
Returns whether the driver thinks that it can open a connection to the given URL.

Syntax

[Android.Runtime.Register("acceptsURL", "(Ljava/lang/String;)Z", "GetAcceptsURL_Ljava_lang_String_Handler:Java.Sql.IDriverInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool AcceptsURL (string url)

Parameters

url
the URL to connect to.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Returns whether the driver thinks that it can open a connection to the given 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