
Provides methods that allow developers to perform operations on rows. See also: SQLStorage.SQLResultSet.
| Name | Description |
|---|---|
| forEach | Iterates over rows, in the order returned by the database, invoking the |
| item | Returns the row with the given index number. If there is no row with the index given, the method returns null. |