Java.Sql.ISQLOutput.WriteObject Method
Write an SQLData object into the output stream.

Syntax

[Android.Runtime.Register("writeObject", "(Ljava/sql/SQLData;)V", "GetWriteObject_Ljava_sql_SQLData_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteObject (ISQLData theObject)

See Also

ISQLData

Parameters

theObject
the SQLData object to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write an SQLData object into the output stream.

If the SQLData object is null, writes NULL to the stream.

Otherwise, calls the SQLData.writeSQL method of the object, which writes the object's attributes to the stream by calling the appropriate SQLOutput writer methods for each attribute, in order. The order of the attributes is the order they are listed in the SQL definition of the User Defined Type.

[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