Package org.umlg.sqlg.structure
Class SqlgCompiledResultIterator<E>
java.lang.Object
org.umlg.sqlg.structure.SqlgCompiledResultIterator<E>
- All Implemented Interfaces:
Iterator<E>
Date: 2015/07/01
Time: 2:03 PM
-
Constructor Summary
ConstructorDescriptionSqlgCompiledResultIterator
(SqlgGraph sqlgGraph, Set<SchemaTableTree> rootSchemaTableTrees) SqlgCompiledResultIterator
(SqlgGraph sqlgGraph, Set<SchemaTableTree> rootSchemaTableTrees, boolean forParent) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
SqlgCompiledResultIterator
-
SqlgCompiledResultIterator
public SqlgCompiledResultIterator(SqlgGraph sqlgGraph, Set<SchemaTableTree> rootSchemaTableTrees, boolean forParent)
-
-
Method Details