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

Syntax

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

Parameters

searchstr
the specified Clob to search for.
start
the position within this Clob to start the search

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 Clob object 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