Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > next

next

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.