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 TypeArg<RowSet> |
__TYPE_ARG |
TypeArg<R> |
__typeArg_0 |
Constructor and Description |
---|
RowSet(Object delegate,
TypeArg<R> typeArg_0) |
RowSet(io.vertx.sqlclient.RowSet delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.sqlclient.RowSet |
getDelegate() |
int |
hashCode() |
RowIterator<R> |
iterator() |
static <R> RowSet<R> |
newInstance(io.vertx.sqlclient.RowSet arg) |
static <R> RowSet<R> |
newInstance(io.vertx.sqlclient.RowSet arg,
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, size
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public io.vertx.sqlclient.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.public static <R> RowSet<R> newInstance(io.vertx.sqlclient.RowSet arg)
Copyright © 2021 Eclipse. All rights reserved.