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

Extensions for io.vertx.sqlclient.PreparedQuery

batchAwait

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

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<Row>
suspend fun PreparedQuery.executeAwait(args: Tuple): RowSet<Row>

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