SQLResultSetRowList.item method
SQLResultSetRowList › item
Unofficial
Get a row by its index in the result set.Signature:
item(index: number): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index of the row to retrieve. |
Returns: unknown — The row at the specified index.