public class SingleQueryResultIterator extends Object implements Iterator
Modifier and Type | Field and Description |
---|---|
protected boolean |
has_next |
protected QueryResultIF |
result |
protected ArrayMap |
rowmap |
protected Object[] |
values |
Constructor and Description |
---|
SingleQueryResultIterator(QueryResultIF result) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected QueryResultIF result
protected ArrayMap rowmap
protected Object[] values
protected boolean has_next
public SingleQueryResultIterator(QueryResultIF result)