ISQLInput.ReadBlob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads an SQL BLOB
value from the stream and returns it as a
Blob
object in the Java programming language.
[Android.Runtime.Register("readBlob", "()Ljava/sql/Blob;", "GetReadBlobHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Sql.IBlob? ReadBlob ();
[<Android.Runtime.Register("readBlob", "()Ljava/sql/Blob;", "GetReadBlobHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReadBlob : unit -> Java.Sql.IBlob
Returns
a Blob
object representing data of the SQL BLOB
value
at the head of the stream; null
if the value read is
SQL NULL
- Attributes
Exceptions
if there is a database error.
Remarks
Reads an SQL BLOB
value from the stream and returns it as a Blob
object in the Java programming language.
Added in 1.2.
Java documentation for java.sql.SQLInput.readBlob()
.
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.