Represents the result of an update/insert/delete operation on the database.
The number of rows updated is available with getUpdated and any generated keys are available with getKeys.
Anything
UpdateResult
BaseDataObject
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
UpdateResult(JsonArray? keys = null, Integer? updated = null) Parameters:
|