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

updateWithParamsAwait

suspend fun SQLOperations.updateWithParamsAwait(sql: String, params: JsonArray): UpdateResult

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

Parameters

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

params - these are the parameters to fill the statement.

Return

UpdateResult

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