Java.Sql.IClob.SetAsciiStream Method
Retrieves a stream which can be used to write Ascii characters to this Clob object, starting at specified position.

Syntax

[Android.Runtime.Register("setAsciiStream", "(J)Ljava/io/OutputStream;", "GetSetAsciiStream_JHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public System.IO.Stream SetAsciiStream (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 Ascii characters to this Clob object, starting at 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