suspend fun SQLOperations.callAwait(sql: String): ResultSet
Suspending version of method io.vertx.ext.sql.SQLOperations.call
sql
- the SQL to execute. For example {call getEmpName}.
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLOperations using Vert.x codegen.