Java.Sql.IPreparedStatement.SetUnicodeStream Method
Sets the value of a specified parameter to the characters from a supplied InputStream, with a specified number of bytes.

Syntax

[Android.Runtime.Register("setUnicodeStream", "(ILjava/io/InputStream;I)V", "GetSetUnicodeStream_ILjava_io_InputStream_IHandler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public void SetUnicodeStream (int parameterIndex, System.IO.Stream theInputStream, int length)

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
theInputStream
the InputStream with the character data to which the parameter at parameterIndex is set.
length
the number of bytes to read from the InputStream.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of a specified parameter to the characters from a supplied InputStream, with a specified number of bytes.

[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