suspend fun SQLClient.updateWithParamsAwait(sql: String, params: JsonArray): UpdateResult
Suspending version of method io.vertx.ext.sql.SQLClient.updateWithParams
sql
- the SQL to execute. For example INSERT INTO table ...
params
- these are the parameters to fill the statement.
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLClient using Vert.x codegen.