In contrast to GALResult::fetch(), all rows are built inside the constructor and stored internally. fetch() just acesses those stored data, very similar to GALRowSet::fetch()
Tags:
return:
The fetched row or FALSE if the iterator has reached the end.
Overrides GALResult::fetch() (Fetches a row from the MySQL query result.)