suspend fun SQLRowStream.pipeToAwait(dst: WriteStream<JsonArray>): Unit
Suspending version of method io.vertx.ext.sql.SQLRowStream.pipeTo
the destination write stream
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLRowStream using Vert.x codegen.