public class RelResult extends Object implements Iterable<TupleResult>
mentat.query(query).run(new RelResultHandler() {
Constructor and Description |
---|
RelResult(JNA.RelResult pointer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
destroyPointer(JNA.RelResult p) |
protected void |
finalize() |
RelResultIterator |
iterator() |
TupleResult |
rowAtIndex(int index)
Fetch the row at the requested index.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public RelResult(JNA.RelResult pointer)
public TupleResult rowAtIndex(int index)
index
- the index of the row to be fetchedpublic RelResultIterator iterator()
iterator
in interface Iterable<TupleResult>
protected void destroyPointer(JNA.RelResult p)
public void close()
close
in interface AutoCloseable