IConnection.CreateClob Method

Definition

Constructs an object that implements the Clob interface.

[Android.Runtime.Register("createClob", "()Ljava/sql/Clob;", "GetCreateClobHandler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Sql.IClob? CreateClob ();
[<Android.Runtime.Register("createClob", "()Ljava/sql/Clob;", "GetCreateClobHandler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateClob : unit -> Java.Sql.IClob

Returns

An object that implements the Clob interface

Attributes

Exceptions

if this connection is closed, or there's a problem creating a new clob.

Remarks

Constructs an object that implements the Clob interface. The object returned initially contains no data. The setAsciiStream, setCharacterStream and setString methods of the Clob interface may be used to add data to the Clob.

Added in 1.6.

Java documentation for java.sql.Connection.createClob().

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