vertx / io.vertx.kotlin.ext.sql / updateResultOf

updateResultOf

fun updateResultOf(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.

Parameters

keys - Get any generated keys

updated - Get the number of rows updated