IRowSetReader.ReadData(IRowSetInternal) Method

Definition

Reads the new contents of the calling <code>RowSet</code> object.

[Android.Runtime.Register("readData", "(Ljavax/sql/RowSetInternal;)V", "GetReadData_Ljavax_sql_RowSetInternal_Handler:Javax.Sql.IRowSetReaderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ReadData (Javax.Sql.IRowSetInternal? caller);
[<Android.Runtime.Register("readData", "(Ljavax/sql/RowSetInternal;)V", "GetReadData_Ljavax_sql_RowSetInternal_Handler:Javax.Sql.IRowSetReaderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReadData : Javax.Sql.IRowSetInternal -> unit

Parameters

caller
IRowSetInternal

the <code>RowSet</code> object (1) that has implemented the <code>RowSetInternal</code> interface, (2) with which this reader is registered, and (3) whose <code>execute</code> method called this reader

Attributes

Exceptions

if a problem occurs accessing the database or if the reader calls the Execute() method.

Remarks

Java documentation for javax.sql.RowSetReader.readData(javax.sql.RowSetInternal).

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