iterator

Return an iterator over the rows of this query.

Note that this function is simply implemented as rowSet.iterator(), so every element returned by the iterator exactly shares the same instance as the rowSet property.

See also