IConnection.CreateClob Method

Definition

Constructs an object that implements the <code>Clob</code> 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

IClob

An object that implements the <code>Clob</code> interface

Attributes

Exceptions

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

Remarks

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