ISQLOutput.WriteCharacterStream(Reader) Method

Definition

Writes the next attribute to the stream as a stream of Unicode characters.

[Android.Runtime.Register("writeCharacterStream", "(Ljava/io/Reader;)V", "GetWriteCharacterStream_Ljava_io_Reader_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteCharacterStream (Java.IO.Reader? x);
[<Android.Runtime.Register("writeCharacterStream", "(Ljava/io/Reader;)V", "GetWriteCharacterStream_Ljava_io_Reader_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteCharacterStream : Java.IO.Reader -> unit

Parameters

x
Reader

the value to pass to the database

Attributes

Exceptions

if a database error occurs.

Remarks

Writes the next attribute to the stream as a stream of Unicode characters.

Added in 1.2.

Java documentation for java.sql.SQLOutput.writeCharacterStream(java.io.Reader).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to