ISQLOutput.WriteClob(IClob) Method

Definition

Writes an SQL CLOB value to the stream.

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

Parameters

x
IClob

a Clob object representing data of an SQL CLOB value

Attributes

Exceptions

if a database error occurs.

Remarks

Writes an SQL CLOB value to the stream.

Added in 1.2.

Java documentation for java.sql.SQLOutput.writeClob(java.sql.Clob).

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

See also