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