Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

OResultSet - next()

Returns the next result in the result-set.

Retrieving Results

When iterating through an OResultSet instance, you can use the next() method to retrieve the next OResult instance in the iterator.

Syntax

OResult OResultSet().next()