suspend fun SQLClient.callWithParamsAwait(sql: String, params: JsonArray, outputs: JsonArray): ResultSet
Suspending version of method io.vertx.ext.sql.SQLClient.callWithParams
sql
- the SQL to execute. For example {call getEmpName (?, ?)}.
params
- these are the parameters to fill the statement.
outputs
- these are the outputs to fill the statement.
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLClient using Vert.x codegen.