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

callWithParamsAwait

suspend fun SQLClient.callWithParamsAwait(sql: String, params: JsonArray, outputs: JsonArray): ResultSet

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

Parameters

sql - the SQL to execute. For example {call getEmpName (?, ?)}.

params - these are the parameters to fill the statement.

outputs - these are the outputs to fill the statement.

Return

ResultSet

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