public class RecordSetAndroid extends Object implements org.beigesoft.orm.model.IRecordSet<android.database.Cursor>
Recordset adapter implementation on Android.
| Constructor and Description |
|---|
RecordSetAndroid(android.database.Cursor pResultSet)
Android recordset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close resultset, for JDBC close statement.
|
android.database.Cursor |
getRecordSet()
Geter for ResultSet.
|
boolean |
moveToFirst()
Move cursor to first record (for Android compatible).
|
boolean |
moveToNext()
Move cursor to next record.
|
String |
toString() |
public RecordSetAndroid(android.database.Cursor pResultSet)
Android recordset.
pResultSet - result setpublic final android.database.Cursor getRecordSet()
Geter for ResultSet.
getRecordSet in interface org.beigesoft.orm.model.IRecordSet<android.database.Cursor>public final boolean moveToNext()
throws Exception
Move cursor to next record.
moveToNext in interface org.beigesoft.orm.model.IRecordSet<android.database.Cursor>Exception - - an exceptionpublic final boolean moveToFirst()
throws Exception
Move cursor to first record (for Android compatible).
moveToFirst in interface org.beigesoft.orm.model.IRecordSet<android.database.Cursor>Exception - - an exceptionCopyright © 2016 Beigesoft ™. All rights reserved.