SQLStorage.SQLResultSet


Purpose

Contains rows returned by a SELECT statement. See also: SQLStorage.SQLResultSetRowList.

Attributes

Attribute Description Type
insertId Returns the ID of the row that the SQL statement inserted into the database, or the ID of the last row if more than one row has been inserted. long
rows Returns an SQLResultSetRowList object containing the rows returned by a SELECT statement. If the statement has not returned any rows, then the object is empty, i.e. its length is zero. SQLResultSetRowList
rowsAffected Returns the number of rows that were changed by the SQL statement. If the statement has not changed any rows, the method returns zero. long

Related topics

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