Query.ResultSet.isOpen()

Signature

boolean isOpen(String resultSetName)

Domain

ACTION, CONDITION

Description

Checks if the result with the given name is open.

Parameters

NameTypeDescription
resultSetNameStringname of the result set.

Returns

TypeDescription
booleantrue if a result set by that name is open.

Cautions

none