SQLStorage.SQLResultSetRowList


Purpose

Provides methods that allow developers to perform operations on rows. See also: SQLStorage.SQLResultSet.

Attributes

Attribute Description Type
length The number of rows returned by the database. long

Methods

Name Description
forEach

Iterates over rows, in the order returned by the database, invoking the f function for each row.

item

Returns the row with the given index number. If there is no row with the index given, the method returns null.

Related topics

Overview
Web SQL Database
Legal notice | Copyright © 2015 and Confidential to Pegasystems Inc. All rights reserved. | Feedback
Advanced...