Uses of Class
io.vertx.rxjava3.sqlclient.RowStream
Packages that use RowStream
-
Uses of RowStream in io.vertx.rxjava3.sqlclient
Fields in io.vertx.rxjava3.sqlclient with type parameters of type RowStreamMethods in io.vertx.rxjava3.sqlclient that return RowStreamModifier and TypeMethodDescriptionPreparedStatement.createStream(int fetch) LikePreparedStatement.createStream(int)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) static <T> RowStream<T>RowStream.newInstance(RowStream arg) static <T> RowStream<T>RowStream.newInstance(RowStream arg, TypeArg<T> __typeArg_T) RowStream.pause()RowStream.resume()