- All Implemented Interfaces:
Iterator<SQLRow>
- Enclosing class:
- SQLResult
The iterator returned to iterate through this result.
-
Constructor Summary
Constructors
-
Method Summary
boolean
void
Resets the iterator to the beginning.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SQLResultIterator
public SQLResultIterator()
-
Method Details
-
reset
public void reset()
Resets the iterator to the beginning.
-
-