Uses of Interface
io.vertx.sqlclient.RowStream
Packages that use RowStream
-
Uses of RowStream in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return RowStreamMethods in io.vertx.reactivex.sqlclient with parameters of type RowStreamModifier and TypeMethodDescriptionstatic <T> RowStream<T> RowStream.newInstance(RowStream arg) static <T> RowStream<T> RowStream.newInstance(RowStream arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.sqlclient with parameters of type RowStream -
Uses of RowStream in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return RowStreamMethods in io.vertx.rxjava3.sqlclient with parameters of type RowStreamModifier and TypeMethodDescriptionstatic <T> RowStream<T> RowStream.newInstance(RowStream arg) static <T> RowStream<T> RowStream.newInstance(RowStream arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.sqlclient with parameters of type RowStream -
Uses of RowStream in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return RowStreamModifier and TypeMethodDescriptionPreparedStatement.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(Handler<Void> endHandler) RowStream.exceptionHandler(Handler<Throwable> handler) RowStream.fetch(long l) RowStream.pause()RowStream.resume()