public class CollResult extends TupleResult implements Iterable<TypedValue>
TypedValue
.
Values for individual rows can be fetched as TypedValue
or converted into a requested type.
Row values can be fetched as one of the following types:
TypedValue
Date
String
UUID
To iterate over the result set use standard iteration flows.
Constructor and Description |
---|
CollResult(JNA.TypedValueList pointer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
ColResultIterator |
iterator() |
asBool, asDate, asDouble, asEntid, asKeyword, asLong, asString, asUUID, destroyPointer, get
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CollResult(JNA.TypedValueList pointer)
public ColResultIterator iterator()
iterator
in interface Iterable<TypedValue>
public void close()
close
in interface AutoCloseable