Uses of Class
io.vertx.mutiny.sqlclient.RowStream
Packages that use RowStream
-
Uses of RowStream in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type RowStreamMethods in io.vertx.mutiny.sqlclient that return RowStreamModifier and TypeMethodDescriptionRowStream.closeAndForget()Close the stream and release the resources.PreparedStatement.createStream(int fetch) LikePreparedStatement.createStream(int, Tuple)but with empty arguments.PreparedStatement.createStream(int fetch, Tuple args) Execute the prepared query with a cursor and createStream the result.RowStream.endHandler(Runnable endHandler) RowStream.exceptionHandler(Consumer<Throwable> handler) RowStream.fetch(long l) static <T> RowStream<T>RowStream.newInstance(io.vertx.sqlclient.RowStream<T> delegate) Creates a new instance of theRowStream.static <T> RowStream<T>RowStream.newInstance(io.vertx.sqlclient.RowStream<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theRowStream.RowStream.pause()RowStream.pipeToAndForget(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.RowStream.resume()