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

querySingleAwait

suspend fun SQLOperations.querySingleAwait(sql: String): JsonArray?

Suspending version of method io.vertx.ext.sql.SQLOperations.querySingle

Parameters

sql - the statement to execute

Return

JsonArray?

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