SQLResultSet Class
Contains the results of an SQL query executed by /executeSql. Accessed from SQLTransactionSync.executeSql function.
Item Index
Properties
Properties
insertId
Number
ID of the row that was just inserted. This is not applicable to read transactions.
rows
Object
An array of objects each of which represents one row of results. Only applies to read transactions. Each object will have fields whose names correspond to the names of the columns returned by the query.
rowsAffected
Number
The number of rows affected by the query. This is not applicable to read transactions.