Java.Sql.IClob.GetSubString Method
Gets a copy of a specified substring in this Clob.

Syntax

[Android.Runtime.Register("getSubString", "(JI)Ljava/lang/String;", "GetGetSubString_JIHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetSubString (long pos, int length)

Parameters

pos
the index of the start of the substring in the Clob.
length
the length of the data to retrieve.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif an error occurs accessing the Clob.

Remarks

Gets a copy of a specified substring in this Clob.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1