ISQLOutput.WriteArray(IArray) Method

Definition

Writes an SQL <code>ARRAY</code> value to the stream.

[Android.Runtime.Register("writeArray", "(Ljava/sql/Array;)V", "GetWriteArray_Ljava_sql_Array_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteArray (Java.Sql.IArray? x);
[<Android.Runtime.Register("writeArray", "(Ljava/sql/Array;)V", "GetWriteArray_Ljava_sql_Array_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteArray : Java.Sql.IArray -> unit

Parameters

x
IArray

an <code>Array</code> object representing data of an SQL <code>ARRAY</code> type

Attributes

Exceptions

if a database error occurs.

Remarks

Java documentation for java.sql.SQLOutput.writeArray(java.sql.Array).

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