back

back(value: Any output): Boolean updating;

The back method of the ExternalIterator class scrolls backwards 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.