Class OScriptResultSet
java.lang.Object
com.orientechnologies.orient.core.command.script.OScriptResultSet
- All Implemented Interfaces:
OResultSet,OResultSetInternal,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 interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
iterator
-
transformer
-
-
Constructor Details
-
OScriptResultSet
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<OResult>- Specified by:
hasNextin interfaceOResultSet
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceOResultSet
-
getExecutionPlan
- Specified by:
getExecutionPlanin interfaceOResultSet
-
getQueryStats
- Specified by:
getQueryStatsin interfaceOResultSet
-
next
- Specified by:
nextin interfaceIterator<OResult>- Specified by:
nextin interfaceOResultSet
-
isDetached
public boolean isDetached()- Specified by:
isDetachedin interfaceOResultSetInternal
-
isExplain
public boolean isExplain()- Specified by:
isExplainin interfaceOResultSetInternal
-