Java.Sql.ISQLOutput.WriteClob Method
Write an SQL Clob value into the output stream.

Syntax

[Android.Runtime.Register("writeClob", "(Ljava/sql/Clob;)V", "GetWriteClob_Ljava_sql_Clob_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteClob (IClob theClob)

See Also

IClob

Parameters

theClob
the java.sql.Clob object to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write an SQL Clob 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