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

Determines whether the result-set contains any additional values.

Iterating through Result-sets

Using this method you can determine whether any results remain in the result-set. It is useful to check before calling operators like next() or remove().

Syntax

boolean OResultSet().hasNext()