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

queryWithParamsAwait

suspend fun SQLClient.queryWithParamsAwait(sql: String, arguments: JsonArray): ResultSet

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

Parameters

sql - the statement to execute

arguments - the arguments to the statement

Return

ResultSet

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