vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLOperations / updateAwait

updateAwait

suspend fun SQLOperations.updateAwait(sql: String): UpdateResult

Suspending version of method io.vertx.ext.sql.SQLOperations.update

Parameters

sql - the SQL to execute. For example INSERT INTO table ...

Return

UpdateResult

NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLOperations using Vert.x codegen.