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