Class OSQLPredicate

java.lang.Object
com.orientechnologies.common.parser.OBaseParser
com.orientechnologies.orient.core.sql.filter.OSQLPredicate
All Implemented Interfaces:
OCommandPredicate
Direct Known Subclasses:
OSQLFilter

public class OSQLPredicate extends OBaseParser implements OCommandPredicate
Parses text in SQL format and build a tree of conditions.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)