Class OBasicCommandContext

java.lang.Object
com.orientechnologies.orient.core.command.OBasicCommandContext
All Implemented Interfaces:
OCommandContext
Direct Known Subclasses:
OBasicServerCommandContext, OETLContext

public class OBasicCommandContext extends Object implements OCommandContext
Basic implementation of OCommandContext interface that stores variables in a map. Supports parent/child context to build a tree of contexts. If a variable is not found on current object the search is applied recursively on child contexts.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)