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<R> delegate) Creates a new instance of theRowIterator.static <R> RowIterator<R>RowIterator.newInstance(io.vertx.sqlclient.RowIterator<R> delegate, TypeArg<R> typeArg_0) Creates a new instance of theRowIterator.