Sparksee
6.0.2
|
ResultSetList iterator class. More...
Instance Methods | |
(STSResultSet *) | - next |
Moves to the next element. More... | |
(BOOL) | - hasNext |
Gets if there are more elements. More... | |
ResultSetList iterator class.
Iterator to traverse all the values into a ResultSetList instance.
- (BOOL) hasNext |
Gets if there are more elements.
- (STSResultSet*) next |
Moves to the next element.