Class OScriptResultSet
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OIteratorResultSet
com.orientechnologies.orient.core.command.script.OScriptResultSet
- All Implemented Interfaces:
OResultSet,AutoCloseable,Iterator<OResult>,Spliterator<OResult>
Wrapper of OIteratorResultSet Used in script results with conversion to OResult for single
iteration Created by Enrico Risa on 27/01/17.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T extends Object,T_CONS extends Object, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.executor.OIteratorResultSet
iteratorFields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.executor.OIteratorResultSet
close, getExecutionPlan, getQueryStats, hasNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OResultSet
characteristics, edgeStream, elementStream, estimateSize, forEachRemaining, remove, reset, stream, tryAdvance, trySplit, vertexStreamMethods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Field Details
-
transformer
-
-
Constructor Details
-
OScriptResultSet
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<OResult>- Specified by:
nextin interfaceOResultSet- Overrides:
nextin classOIteratorResultSet
-