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

executeAwait

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

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

Return

T

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

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

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

Parameters

tuple -

Return

T

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