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

querySingleAwait

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

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

Parameters

sql - the statement to execute

Return

JsonArray?

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