Uses of Class
io.vertx.mutiny.sqlclient.RowStream
-
Packages that use RowStream Package Description io.vertx.mutiny.sqlclient -
-
Uses of RowStream in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type RowStream Modifier and Type Field Description static TypeArg<RowStream>RowStream. __TYPE_ARGMethods in io.vertx.mutiny.sqlclient that return RowStream Modifier and Type Method Description RowStream<Row>PreparedStatement. createStream(int fetch)RowStream<Row>PreparedStatement. createStream(int fetch, Tuple args)RowStream<T>RowStream. endHandler(Runnable endHandler)RowStream<T>RowStream. exceptionHandler(Consumer<Throwable> handler)RowStream<T>RowStream. fetch(long l)RowStream<T>RowStream. handler(Consumer<T> handler)static <T> RowStream<T>RowStream. newInstance(io.vertx.sqlclient.RowStream arg)static <T> RowStream<T>RowStream. newInstance(io.vertx.sqlclient.RowStream arg, TypeArg<T> __typeArg_T)RowStream<T>RowStream. pause()RowStream<T>RowStream. resume()
-