Java.Sql.ISQLOutput.WriteNClob Method
Write a Clob into the output stream as an SQL NCLOB.

Syntax

[Android.Runtime.Register("writeNClob", "(Ljava/sql/NClob;)V", "GetWriteNClob_Ljava_sql_NClob_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteNClob (INClob p0)

Parameters

theNClob
the java.sql.Clob object to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write a Clob into the output stream as an SQL NCLOB.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9