| Modifier and Type | Method and Description |
|---|---|
List<Result> |
allResults()
Return List of Results.
|
Iterator<Result> |
iterator()
Return Iterator of Results.
|
Result |
next()
Move the cursor forward one row from its current row position.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Result next()
null value
if there are no more rows, or ResultSet is freed already.@NonNull public List<Result> allResults()