next(value: Any output): Boolean updating;
The next method of the ExternalIterator class scrolls forwards through an SQL result set and returns a proxy reference in the value parameter representing each row as the cursor is scrolled.
This method returns true when it has accessed rows or it returns false if a row cannot be found or is invalid.