Java.Sql.ISQLOutput.WriteStruct Method
Write an SQL Struct value into the output stream.

Syntax

[Android.Runtime.Register("writeStruct", "(Ljava/sql/Struct;)V", "GetWriteStruct_Ljava_sql_Struct_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteStruct (IStruct theStruct)

See Also

IStruct

Parameters

theStruct
the java.sql.Struct object to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write an SQL Struct value into the output stream.

[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