ISQLOutput.WriteURL(URL) Method

Definition

Writes a SQL DATALINK value to the stream.

[Android.Runtime.Register("writeURL", "(Ljava/net/URL;)V", "GetWriteURL_Ljava_net_URL_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteURL (Java.Net.URL? x);
[<Android.Runtime.Register("writeURL", "(Ljava/net/URL;)V", "GetWriteURL_Ljava_net_URL_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteURL : Java.Net.URL -> unit

Parameters

x
URL

a java.net.URL object representing the data of SQL DATALINK type

Attributes

Exceptions

if a database error occurs.

Remarks

Writes a SQL DATALINK value to the stream.

Added in 1.4.

Java documentation for java.sql.SQLOutput.writeURL(java.net.URL).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also