IClob.Length Method

Definition

Retrieves the number of characters in the CLOB value designated by this Clob object.

[Android.Runtime.Register("length", "()J", "GetLengthHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public long Length ();
[<Android.Runtime.Register("length", "()J", "GetLengthHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Length : unit -> int64

Returns

length of the CLOB in characters

Attributes

Exceptions

if an error occurs accessing the Clob.

Remarks

Retrieves the number of characters in the CLOB value designated by this Clob object.

Added in 1.2.

Java documentation for java.sql.Clob.length().

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