Class OCommandExecutorSQLEarlyResultsetAbstract

All Implemented Interfaces:
OCommandDistributedReplicateRequest, OCommandExecutor, OIterableRecordSource, Iterable<OIdentifiable>
Direct Known Subclasses:
OCommandExecutorSQLFindReferences

public abstract class OCommandExecutorSQLEarlyResultsetAbstract extends OCommandExecutorSQLResultsetAbstract
Abstract class that early executes the command and provide the iterator interface on top of the resultset.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)