IConnection.CreateNClob Method

Definition

Constructs an object that implements the <code>NClob</code> interface.

[Android.Runtime.Register("createNClob", "()Ljava/sql/NClob;", "GetCreateNClobHandler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Sql.INClob? CreateNClob ();
[<Android.Runtime.Register("createNClob", "()Ljava/sql/NClob;", "GetCreateNClobHandler:Java.Sql.IConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateNClob : unit -> Java.Sql.INClob

Returns

INClob

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

Attributes

Exceptions

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

Remarks

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

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