vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLConnection / batchCallableWithParamsAwait

batchCallableWithParamsAwait

suspend fun SQLConnection.batchCallableWithParamsAwait(sqlStatement: String, inArgs: List<JsonArray>, outArgs: List<JsonArray>): List<Int>

Suspending version of method io.vertx.ext.sql.SQLConnection.batchCallableWithParams

Parameters

sqlStatement - sql statement

inArgs - the callable statement input arguments

outArgs - the callable statement output arguments

Return

List

NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.