ISQLInput.ReadRowId Method

Definition

Reads an SQL ROWID value from the stream and returns it as a RowId object in the Java programming language.

[Android.Runtime.Register("readRowId", "()Ljava/sql/RowId;", "GetReadRowIdHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Sql.IRowId? ReadRowId ();
[<Android.Runtime.Register("readRowId", "()Ljava/sql/RowId;", "GetReadRowIdHandler:Java.Sql.ISQLInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReadRowId : unit -> Java.Sql.IRowId

Returns

a RowId object representing data of the SQL ROWID 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 ROWID value from the stream and returns it as a RowId object in the Java programming language.

Added in 1.6.

Java documentation for java.sql.SQLInput.readRowId().

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