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


search: keywords: ['java', 'oresultset', 'hasnext']

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