Uses of Class
io.vertx.reactivex.sqlclient.RowStream
Packages that use RowStream
-
Uses of RowStream in io.vertx.reactivex.sqlclient
Fields in io.vertx.reactivex.sqlclient with type parameters of type RowStreamModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<RowStream> RowStream.__TYPE_ARGMethods in io.vertx.reactivex.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, io.vertx.lang.rx.TypeArg<T> __typeArg_T) RowStream.pause()RowStream.resume()