vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLConnection / queryWithParamsAwait

queryWithParamsAwait

suspend fun SQLConnection.queryWithParamsAwait(sql: String, params: JsonArray): ResultSet

Suspending version of method io.vertx.ext.sql.SQLConnection.queryWithParams

Parameters

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

params - these are the parameters to fill the statement.

Return

ResultSet

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