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.
AnythingUpdateResultBaseDataObjectBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
UpdateResult(JsonArray? keys = null, Integer? updated = null)Parameters:
|