Java.Sql.IClob.Position Method
Retrieves the character position at which a specified substring appears in this Clob object.

Syntax

[Android.Runtime.Register("position", "(Ljava/lang/String;J)J", "GetPosition_Ljava_lang_String_JHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public long Position (string searchstr, long start)

Parameters

searchstr
the string to search for.
start
the position at which to start the search within this Clob.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Retrieves the character position at which a specified substring appears in this Clob object.

[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