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()