org.teiid.query.sql.lang
Class LogicalCriteria

java.lang.Object
  extended by org.teiid.query.sql.lang.Criteria
      extended by org.teiid.query.sql.lang.LogicalCriteria
All Implemented Interfaces:
java.lang.Cloneable, LanguageObject, Expression
Direct Known Subclasses:
AtomicCriteria, CompoundCriteria

public abstract class LogicalCriteria
extends Criteria

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

LogicalCriteria

public LogicalCriteria()


Copyright © 2011. All Rights Reserved.