vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLRowStream

Extensions for io.vertx.ext.sql.SQLRowStream

closeAwait

suspend fun SQLRowStream.closeAwait(): Unit

Suspending version of method io.vertx.ext.sql.SQLRowStream.close

pipeToAwait

suspend fun SQLRowStream.pipeToAwait(dst: WriteStream<JsonArray>): Unit

Suspending version of method io.vertx.ext.sql.SQLRowStream.pipeTo