class UpdateResult extends AnyRef
Represents the result of an update/insert/delete operation on the database.
The number of rows updated is available with UpdateResult and any generated keys are available with UpdateResult.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UpdateResult(_asJava: ext.sql.UpdateResult)
Value Members
- def asJava: ext.sql.UpdateResult
- def getKeys: JsonArray
- def getUpdated: Int
-
def
setKeys(value: JsonArray): UpdateResult
Get any generated keys
-
def
setUpdated(value: Int): UpdateResult
Get the number of rows updated