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

callAwait

suspend fun SQLConnection.callAwait(sql: String): ResultSet

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

Parameters

sql - the SQL to execute. For example {call getEmpName}.

Return

ResultSet

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