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()
Get the result value.
|
columnDescriptors, columnsNames, newInstance, newInstance, property, rowCount, size
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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()
SqlResult
null
, e.g for a simple query that executed multiple queries or for
a batch result.Copyright © 2023 Eclipse. All rights reserved.