ISQLInput.ReadArray 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 ARRAY
value from the stream and returns it as an
Array
object in the Java programming language.
[Android.Runtime.Register("readArray", "()Ljava/sql/Array;", "GetReadArrayHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Sql.IArray? ReadArray ();
[<Android.Runtime.Register("readArray", "()Ljava/sql/Array;", "GetReadArrayHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReadArray : unit -> Java.Sql.IArray
Returns
an Array
object representing data of the SQL
ARRAY
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 ARRAY
value from the stream and returns it as an Array
object in the Java programming language.
Added in 1.2.
Java documentation for java.sql.SQLInput.readArray()
.
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.