public class RowSet<R> extends SqlResult<RowSet<R>> implements Iterable<R>
, 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.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<RowSet> | 
__TYPE_ARG  | 
io.vertx.lang.rx.TypeArg<R> | 
__typeArg_0  | 
| Constructor and Description | 
|---|
RowSet(Object delegate,
      io.vertx.lang.rx.TypeArg<R> typeArg_0)  | 
RowSet(RowSet delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
RowSet | 
getDelegate()  | 
int | 
hashCode()  | 
RowIterator<R> | 
iterator()  | 
static <R> RowSet<R> | 
newInstance(RowSet arg)  | 
static <R> RowSet<R> | 
newInstance(RowSet arg,
           io.vertx.lang.rx.TypeArg<R> __typeArg_R)  | 
RowSet<R> | 
next()
Return the next available result or  
null, e.g for a simple query that executed multiple queries or for
 a batch result. | 
String | 
toString()  | 
RowSet<R> | 
value()
 | 
columnDescriptors, columnsNames, newInstance, newInstance, property, rowCount, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final io.vertx.lang.rx.TypeArg<RowSet> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<R> __typeArg_0
public RowSet(RowSet delegate)
public RowSet getDelegate()
getDelegate in class SqlResult<RowSet<R>>public RowIterator<R> iterator()
public RowSet<R> next()
SqlResultnull, e.g for a simple query that executed multiple queries or for
 a batch result.Copyright © 2024 Eclipse. All rights reserved.