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

batchWithParamsAwait

suspend fun SQLConnection.batchWithParamsAwait(sqlStatement: String, args: List<JsonArray>): List<Int>

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

Parameters

sqlStatement - sql statement

args - the prepared statement arguments

Return

List

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