Uses of Interface
io.vertx.sqlclient.RowStream
-
Packages that use RowStream Package Description io.vertx.reactivex.sqlclient io.vertx.rxjava3.sqlclient io.vertx.sqlclient -
-
Uses of RowStream in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return RowStream Modifier and Type Method Description RowStream
RowStream. getDelegate()
Methods in io.vertx.reactivex.sqlclient with parameters of type RowStream Modifier and Type Method Description static <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 Constructor Description RowStream(RowStream delegate)
-
Uses of RowStream in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return RowStream Modifier and Type Method Description RowStream
RowStream. getDelegate()
Methods in io.vertx.rxjava3.sqlclient with parameters of type RowStream Modifier and Type Method Description static <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 Constructor Description RowStream(RowStream delegate)
-
Uses of RowStream in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return RowStream Modifier and Type Method Description default RowStream<Row>
PreparedStatement. createStream(int fetch)
LikePreparedStatement.createStream(int, Tuple)
but with empty arguments.RowStream<Row>
PreparedStatement. createStream(int fetch, Tuple args)
Execute the prepared query with a cursor and createStream the result.RowStream<T>
RowStream. endHandler(Handler<Void> endHandler)
RowStream<T>
RowStream. exceptionHandler(Handler<Throwable> handler)
RowStream<T>
RowStream. fetch(long l)
RowStream<T>
RowStream. handler(Handler<T> handler)
RowStream<T>
RowStream. pause()
RowStream<T>
RowStream. resume()
-