Java.Sql.IClob.SetCharacterStream Method
Retrieves a stream which can be used to write a stream of unicode characters to this Clob object, at a specified position.

Syntax

[Android.Runtime.Register("setCharacterStream", "(J)Ljava/io/Writer;", "GetSetCharacterStream_JHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.IO.Writer SetCharacterStream (long pos)

Parameters

pos
the position at which to start the writing.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Retrieves a stream which can be used to write a stream of unicode characters to this Clob object, at a specified position.

[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