Uses of Class
io.vertx.mutiny.sqlclient.RowIterator
Packages that use RowIterator
-
Uses of RowIterator in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type RowIteratorMethods in io.vertx.mutiny.sqlclient that return RowIteratorModifier and TypeMethodDescriptionRowSet.iterator()
static <R> RowIterator<R>
RowIterator.newInstance
(io.vertx.sqlclient.RowIterator arg) static <R> RowIterator<R>
RowIterator.newInstance
(io.vertx.sqlclient.RowIterator arg, TypeArg<R> __typeArg_R)