Modifier and Type | Field and Description |
---|---|
static TypeArg<RowSet> |
__TYPE_ARG |
__typeArg_0
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RowSet |
getDelegate() |
int |
hashCode() |
RowIterator |
iterator() |
static RowSet |
newInstance(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, size
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public RowSet(RowSet delegate)
public RowSet getDelegate()
getDelegate
in class SqlResult<RowSet>
public RowSet value()
public RowIterator iterator()
public RowSet next()
SqlResult
null
, e.g for a simple query that executed multiple queries or for
a batch result.Copyright © 2019 Eclipse. All rights reserved.