suspend fun MySQLClient.querySingleAwait(sql: String): JsonArray?
Suspending version of method io.vertx.ext.asyncsql.MySQLClient.querySingle |
|
suspend fun MySQLClient.querySingleWithParamsAwait(sql: String, arguments: JsonArray): JsonArray?
Suspending version of method io.vertx.ext.asyncsql.MySQLClient.querySingleWithParams |