vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLOperations / queryAwait

queryAwait

suspend fun SQLOperations.queryAwait(sql: String): ResultSet

Suspending version of method io.vertx.ext.sql.SQLOperations.query

Parameters

sql - the SQL to execute. For example SELECT * FROM table ....

Return

ResultSet

NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLOperations using Vert.x codegen.