Represents the result of an update/insert/delete operation on the database.
The number of rows updated is available with @see \io\vertx\jphp\ext\sql\UpdateResult and any generated keys are available with @see \io\vertx\jphp\ext\sql\UpdateResult.
package |
Default |
---|
__construct( $updateResult = null)
mixed | null
getKeys() : array
array
getUpdated() : integer
integer
setKeys( $keys) : $this
array
$this
setUpdated( $updated) : $this
integer
$this