vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.SqlClient / queryAwait

queryAwait

suspend fun SqlClient.queryAwait(sql: String): RowSet<Row>

Suspending version of method io.vertx.sqlclient.SqlClient.query

Parameters

sql - the query SQL

Return

RowSet

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