Class RowSet<R>

  • All Implemented Interfaces:
    Iterable<R>

    public class RowSet<R>
    extends SqlResult<RowSet<R>>
    implements Iterable<R>
    The execution result of the row set of a query provided as , commonly used as a RowSet. Using a collector query might provide a different result.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<RowSet> __TYPE_ARG
      • __typeArg_0

        public final io.vertx.lang.rx.TypeArg<R> __typeArg_0
    • Constructor Detail

      • RowSet

        public RowSet​(RowSet delegate)
      • RowSet

        public RowSet​(Object delegate,
                      io.vertx.lang.rx.TypeArg<R> typeArg_0)