Query.ResultSet.get()

Signature

Object get(String resultsetName, int index)

Domain

action, condition

Description

Gets the value of the column at the given index.

Parameters

NameTypeDescription
resultsetNamenameof the result set.
indexintindex of the column.

Returns

TypeDescription
Objectvalue of the column at the given index.

Cautions

none