public class ResultSetListIterator
extends java.lang.Object
Iterator to traverse all the values into a ResultSetList instance.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Gets if there are more elements.
|
ResultSet |
next()
Moves to the next element.
|
public ResultSet next()
public boolean hasNext()