Java.Sql.IClob.SetString Method
Writes len characters of a string, starting at a specified character offset, to this Clob.

Syntax

[Android.Runtime.Register("setString", "(JLjava/lang/String;II)I", "GetSetString_JLjava_lang_String_IIHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int SetString (long pos, string str, int offset, int len)

Parameters

pos
the position at which to start the writing.
str
the String to write.
offset
the offset within str to start writing from.
len
the number of characters to write.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Writes len characters of a string, starting at a specified character offset, to 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