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 Mutiny-ified interface using Vert.x codegen.