vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLClient / queryStreamWithParamsAwait

queryStreamWithParamsAwait

suspend fun SQLClient.queryStreamWithParamsAwait(sql: String, params: JsonArray): SQLRowStream

Suspending version of method io.vertx.ext.sql.SQLClient.queryStreamWithParams

Parameters

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

params - these are the parameters to fill the statement.

Return

SQLRowStream

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