Class RowSet<R>
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, Iterable<R>
public class RowSet<R>
extends SqlResult<RowSet<R>>
implements io.vertx.lang.rx.RxDelegate, 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()iterator()static <R> RowSet<R> newInstance(RowSet arg) static <R> RowSet<R> newInstance(RowSet arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R) next()Return the next available result ornull, e.g for a simple query that executed multiple queries or for a batch result.stream()toString()value()Methods inherited from class SqlResult
columnDescriptors, columnsNames, newInstance, newInstance, property, rowCount, rowDescriptor, sizeMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowSet
-
RowSet
-
-
Method Details