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

executeAwait

suspend fun PreparedQuery.executeAwait(): RowSet<Row>

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

Return

RowSet

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

suspend fun PreparedQuery.executeAwait(args: Tuple): RowSet<Row>

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

Parameters

args - the list of arguments

Return

RowSet

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