| Constructor and Description |
|---|
RecordSetJdbc(ResultSet pResultSet,
Statement pStatement)
JDBC recordset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close resultset, for JDBC close statement.
|
ResultSet |
getRecordSet()
Geter for ResultSet.
|
Statement |
getStatement()
Geter for Statement.
|
boolean |
moveToFirst()
Move cursor to first record (for Android compatible).
|
boolean |
moveToNext()
Move cursor to next record.
|
public final ResultSet getRecordSet()
Geter for ResultSet.
getRecordSet in interface org.beigesoft.orm.model.IRecordSet<ResultSet>public final boolean moveToNext()
throws Exception
Move cursor to next record.
public final boolean moveToFirst()
throws Exception
Move cursor to first record (for Android compatible).
public final void close()
throws Exception
Close resultset, for JDBC close statement.
public final Statement getStatement()
Geter for Statement.
Copyright © 2016 Beigesoft ™. All rights reserved.