Query.ResultSet.get()

Signature

Object get(String resultsetName, int index)

Domain

ACTION

Description

Gets the value of the column at the given index.

Parameters

NameTypeDescription
resultsetNameStringname of the result set.
indexintindex of the column.

Returns

TypeDescription
ObjectThe value of the column at the given index.

Cautions

none