vertx / io.vertx.kotlin.ext.asyncsql / io.vertx.ext.asyncsql.PostgreSQLClient / querySingleAwait

querySingleAwait

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

Suspending version of method io.vertx.ext.asyncsql.PostgreSQLClient.querySingle

Parameters

sql - the statement to execute

Return

JsonArray?

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