ISQLOutput.WriteNClob(INClob) Method

Definition

Writes an SQL NCLOB value to the stream.

[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 (Java.Sql.INClob? x);
[<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")>]
abstract member WriteNClob : Java.Sql.INClob -> unit

Parameters

x
INClob

a NClob object representing data of an SQL NCLOB value

Attributes

Exceptions

if a database error occurs.

Remarks

Writes an SQL NCLOB value to the stream.

Added in 1.6.

Java documentation for java.sql.SQLOutput.writeNClob(java.sql.NClob).

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