ISQLOutput.WriteBlob(IBlob) Method

Definition

Writes an SQL BLOB value to the stream.

[Android.Runtime.Register("writeBlob", "(Ljava/sql/Blob;)V", "GetWriteBlob_Ljava_sql_Blob_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteBlob (Java.Sql.IBlob? x);
[<Android.Runtime.Register("writeBlob", "(Ljava/sql/Blob;)V", "GetWriteBlob_Ljava_sql_Blob_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteBlob : Java.Sql.IBlob -> unit

Parameters

x
IBlob

a Blob object representing data of an SQL BLOB value

Attributes

Exceptions

if a database error occurs.

Remarks

Writes an SQL BLOB value to the stream.

Added in 1.2.

Java documentation for java.sql.SQLOutput.writeBlob(java.sql.Blob).

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

See also