handleEvent(transaction, resultSet)


Purpose

A callback method that is called with the transaction object and the resultSet object. The resultSet object contains an array-like rows object. It provides access to the number of rows affected by the transaction, the ID of the last inserted row, and an indexed list representing the rows returned, in the order returned.

Signature

handleEvent(transaction, resultSet)

Returns

This method does not return anything.

Parameter

Name Description Type
resultSet The object that represents the result of the statement. SQLResultSet
transaction The object representing the transaction. SQLTransaction

Related topics

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