suspend fun SQLConnection.batchCallableWithParamsAwait(sqlStatement: String, inArgs: List<JsonArray>, outArgs: List<JsonArray>): List<Int>
Suspending version of method io.vertx.ext.sql.SQLConnection.batchCallableWithParams
inArgs
- the callable statement input arguments
outArgs
- the callable statement output arguments
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.