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(com.sun.jna.Pointer pointer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.sun.jna.Pointer |
getPointerForUUID(UUID uuid) |
UUID |
getUUIDFromPointer(com.sun.jna.Pointer uuidPtr) |
ColResultIterator |
iterator() |
asBool, asDate, asDouble, asEntid, asKeyword, asLong, asString, asUUID, get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class TupleResult
public ColResultIterator iterator()
iterator
in interface Iterable<TypedValue>
public com.sun.jna.Pointer getPointerForUUID(UUID uuid)
public UUID getUUIDFromPointer(com.sun.jna.Pointer uuidPtr)