 |
Qore Programming Language Reference Manual
0.9.4.3
|
bool last()
returns True if on the last element being iterated in the list (ie the first element in the list)
This class an iterator class for hashes of lists as returned by Qore::SQL::Datasource::select() and Q...
Definition: QC_HashListIterator.dox.h:38
copy()
Creates a copy of the HashListReverseIterator object, iterating the same object as the original and i...
bool prev()
Moves the current position to the previous element in the result list; returns False if there are no ...
auto memberGate(string key)
This method allows the iterator to be dereferenced directly as a hash for the current row being itera...
bool next()
Moves the current position to the next element in the result list; returns False if there are no more...
bool first()
returns True if on the first element being iterated in the list (ie the last element in the list)
This class a reverse iterator class for hashes of lists as returned by Qore::SQL::Datasource::select(...
Definition: QC_HashListReverseIterator.dox.h:44
constructor()
Creates an empty hash list iterator object.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3