vertx
/
io.vertx.kotlin.pgclient
/
io.vertx.pgclient.PgPool
/
queryAwait
queryAwait
suspend
fun
PgPool
.
queryAwait
(
sql
:
String
)
:
RowSet
<
Row
>