Skip to content

SQLResultSetRowList.item method

SQLResultSetRowList › item

Unofficial

Get a row by its index in the result set.

Signature:

item(index: number): unknown

Parameters:

Parameter Type Description
index number The index of the row to retrieve.

Returns: unknownThe row at the specified index.