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 prev()
Moves the current position to the previous element in the result list; returns False if there are no ...
bool first()
returns True if on the first element being iterated (ie the last element in the list) ...
constructor(softlist< auto > l)
Creates the list hash iterator object.
bool last()
returns True if on the last element being iterated (ie the first element in the list) ...
This class an iterator class for lists of hashes as returned by Qore::SQL::Datasource::selectRows() a...
Definition: QC_ListHashIterator.dox.h:30
copy()
Creates a copy of the ListHashReverseIterator object, iterating the same object as the original and i...
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
This class a reverse iterator class for lists of hashes as returned by Qore::SQL::Datasource::selectR...
Definition: QC_ListHashReverseIterator.dox.h:35