suspend fun SQLOperations.updateAwait(sql: String): UpdateResult
Suspending version of method io.vertx.ext.sql.SQLOperations.update
sql
- the SQL to execute. For example INSERT INTO table ...
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLOperations using Vert.x codegen.