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

callWithParamsAwait

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

Suspending version of method io.vertx.ext.sql.SQLOperations.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.SQLOperations using Vert.x codegen.