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

Extensions for io.vertx.sqlclient.PreparedQuery

batchAwait

suspend fun PreparedQuery.batchAwait(argsList: List<Tuple>): RowSet

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

closeAwait

suspend fun PreparedQuery.closeAwait(): Unit

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

executeAwait

suspend fun PreparedQuery.executeAwait(): RowSet
suspend fun PreparedQuery.executeAwait(args: Tuple): RowSet

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