vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.PreparedQuery / executeBatchAwait

executeBatchAwait

suspend fun <T> PreparedQuery<T>.executeBatchAwait(batch: List<Tuple>): T

Suspending version of method io.vertx.sqlclient.PreparedQuery.executeBatch

Parameters

batch - the batch of tuples

Return

T

NOTE: This function has been automatically generated from io.vertx.sqlclient.PreparedQuery using Vert.x codegen.