public interface GenOrmResultSet
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.ArrayList<? extends GenOrmRecord> |
getArrayList()
Returns the result set as an array and cloases the result set
|
java.util.ArrayList<? extends GenOrmRecord> |
getArrayList(int maxRows)
Returns the result set as an array and cloases the result set
|
GenOrmRecord |
getOnlyRecord() |
GenOrmRecord |
getRecord() |
java.sql.ResultSet |
getResultSet() |
boolean |
next() |
void close()
java.util.ArrayList<? extends GenOrmRecord> getArrayList(int maxRows)
maxRows - if the result set contains more than the max
rows an exception is thrown.java.util.ArrayList<? extends GenOrmRecord> getArrayList()
java.sql.ResultSet getResultSet()
GenOrmRecord getRecord()
GenOrmRecord getOnlyRecord()
boolean next()