Uses of Interface
io.vertx.sqlclient.RowIterator
-
Packages that use RowIterator Package Description io.vertx.reactivex.sqlclient io.vertx.rxjava3.sqlclient io.vertx.sqlclient -
-
Uses of RowIterator in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return RowIterator Modifier and Type Method Description RowIterator
RowIterator. getDelegate()
Methods in io.vertx.reactivex.sqlclient with parameters of type RowIterator Modifier and Type Method Description static <R> RowIterator<R>
RowIterator. newInstance(RowIterator arg)
static <R> RowIterator<R>
RowIterator. newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)
Constructors in io.vertx.reactivex.sqlclient with parameters of type RowIterator Constructor Description RowIterator(RowIterator delegate)
-
Uses of RowIterator in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return RowIterator Modifier and Type Method Description RowIterator
RowIterator. getDelegate()
Methods in io.vertx.rxjava3.sqlclient with parameters of type RowIterator Modifier and Type Method Description static <R> RowIterator<R>
RowIterator. newInstance(RowIterator arg)
static <R> RowIterator<R>
RowIterator. newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)
Constructors in io.vertx.rxjava3.sqlclient with parameters of type RowIterator Constructor Description RowIterator(RowIterator delegate)
-
Uses of RowIterator in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return RowIterator Modifier and Type Method Description RowIterator<R>
RowSet. iterator()
-