Packages

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
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdateResult(_asJava: ext.sql.UpdateResult)

Value Members

  1. def asJava: ext.sql.UpdateResult
  2. def getKeys: JsonArray
  3. def getUpdated: Int
  4. def setKeys(value: JsonArray): UpdateResult

    Get any generated keys

  5. def setUpdated(value: Int): UpdateResult

    Get the number of rows updated