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

Extensions for io.vertx.sqlclient.PreparedQuery

executeAwait

suspend fun <T> PreparedQuery<T>.executeAwait(): T
suspend fun <T> PreparedQuery<T>.executeAwait(tuple: Tuple): T

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

executeBatchAwait

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

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