suspend fun SQLRowStream.closeAwait(): Unit
Suspending version of method io.vertx.ext.sql.SQLRowStream.close |
|
suspend fun SQLRowStream.pipeToAwait(dst: WriteStream<JsonArray>): Unit
Suspending version of method io.vertx.ext.sql.SQLRowStream.pipeTo |