Query.ResultSet

Description

Query result set manipulation functions.

Categories

NameDescription
MetadataFunctions to inspect the metadata of a ruleset.

Functions

NameSignature and Synopsis
closevoid close(String resultsetName)
Closes a result set.
getObject get(String resultsetName, int index)
Gets the value of the column at the given index.
getRowCountIfPossibleObject get(String resultsetName, int index)
Gets the value of the column at the given index.
isBatchEndboolean isBatchEnd(String resultsetName)
Returns true if and only if the cursor of the result set points to a batch end.
isOpenboolean isOpen(String resultSetName)
Checks if a result with the given name is open.
nextboolean next(String resultsetName)
Moves the result set cursor to the next item, and returns a boolean which is false if the query has ended.