Java.Sql.IPreparedStatement.SetURL Method
Sets the value of a specified parameter to a supplied java.net.URL.

Syntax

[Android.Runtime.Register("setURL", "(ILjava/net/URL;)V", "GetSetURL_ILjava_net_URL_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetURL (int parameterIndex, Java.Net.URL theURL)

See Also

Java.Net.URL

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
theURL
the URL to which the parameter at parameterIndex is set.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of a specified parameter to a supplied java.net.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