fun UpdateResult(keys: JsonArray? = null, updated: Int? = null): UpdateResult
A function providing a DSL for building io.vertx.ext.sql.UpdateResult objects.
Represents the result of an update/insert/delete operation on the database.
keys - Get any generated keys
keys
updated - Get the number of rows updated
updated