suspend fun SQLConnection.queryAwait(sql: String): ResultSet
Suspending version of method io.vertx.ext.sql.SQLConnection.query
sql
- the SQL to execute. For example SELECT * FROM table ....
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.