
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.
| Name | Description | Type |
|---|---|---|
| resultSet | The object that represents the result of the statement. | SQLResultSet |
| transaction | The object representing the transaction. | SQLTransaction |