|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.query.sql.lang.Criteria
org.teiid.query.sql.lang.LogicalCriteria
public abstract class LogicalCriteria
This class represents a criteria that works by logically combining other criteria. It is an abstract class in the hierarchy. See subclasses for particular types of logical criteria.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.teiid.query.sql.LanguageObject |
---|
LanguageObject.Util |
Constructor Summary | |
---|---|
LogicalCriteria()
|
Method Summary |
---|
Methods inherited from class org.teiid.query.sql.lang.Criteria |
---|
clone, combineCriteria, combineCriteria, combineCriteria, getType, isResolved, separateCriteriaByAnd, toConjunctiveNormalForm, toDisjunctiveNormalForm, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.teiid.query.sql.LanguageObject |
---|
acceptVisitor |
Constructor Detail |
---|
public LogicalCriteria()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |