Query.ResultSet.isBatchEnd()

Signature

boolean isBatchEnd(String resultsetName)

Domain

ACTION, CONDITION

Description

Returns true if and only if the cursor of the result set points to a batch end.

Parameters

NameTypeDescription
resultsetNameStringname of the result set.

Returns

TypeDescription
booleantrue if and only if the cursor of the result set points to a batch end.

Cautions

none