Class RowSet<R>

java.lang.Object
io.vertx.mutiny.sqlclient.SqlResult<RowSet<R>>
io.vertx.mutiny.sqlclient.RowSet<R>
All Implemented Interfaces:
MutinyDelegate, Iterable<R>

public class RowSet<R> extends SqlResult<RowSet<R>> implements MutinyDelegate, 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.

  • Field Details

    • __TYPE_ARG

      public static final TypeArg<RowSet> __TYPE_ARG
    • __typeArg_0

      public final TypeArg<R> __typeArg_0
  • Constructor Details

    • RowSet

      public RowSet(io.vertx.sqlclient.RowSet delegate)
    • RowSet

      public RowSet(Object delegate, TypeArg<R> typeArg_0)
    • RowSet

      public RowSet(io.vertx.sqlclient.RowSet delegate, TypeArg<R> typeArg_0)
  • Method Details