Query.ResultSet.next()

Signature

boolean next(String resultsetName)

Domain

ACTION

Description

Moves the result set cursor to the next item, and returns a boolean which is false if the query has ended.

Parameters

NameTypeDescription
resultsetNameStringname of the statement currently executed.

Returns

TypeDescription
booleanfalse if and only if the query has no more row.

Cautions

none