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 |
|
suspend fun <T> PreparedQuery<T>.executeBatchAwait(batch: List<Tuple>): T
Suspending version of method io.vertx.sqlclient.PreparedQuery.executeBatch |