ISQLOutput.WriteBlob(IBlob) Method

Definition

Writes an SQL <code>BLOB</code> 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 <code>Blob</code> object representing data of an SQL <code>BLOB</code> value

Attributes

Exceptions

if a database error occurs.

Remarks

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