Class OSQLNonBlockingQuery<T>

All Implemented Interfaces:
OCommandRequest, OCommandRequestAsynch, OCommandRequestInternal, OCommandRequestText, OQuery<T>

public class OSQLNonBlockingQuery<T> extends OSQLQuery<T> implements OCommandRequestAsynch
SQL asynchronous query. When executed the caller does not wait for the execution, rather the listener will be called for each item found in the query. OSQLAsynchQuery has been built on top of this. NOTE: if you're working with remote databases don't execute any remote call inside the callback function because the network channel is locked until the query command has finished.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also: