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

queryStreamAwait

suspend fun SQLOperations.queryStreamAwait(sql: String): SQLRowStream

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

Parameters

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

Return

SQLRowStream

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