search: keywords: ['java', 'oresultset', 'next']
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 instace in the iterator.
Syntax
OResult OResultSet().next()