suspend fun AsyncSQLClient.querySingleAwait(sql: String): JsonArray?
Suspending version of method io.vertx.ext.asyncsql.AsyncSQLClient.querySingle
sql
- the statement to execute
Return
NOTE: This function has been automatically generated from io.vertx.ext.asyncsql.AsyncSQLClient using Vert.x codegen.