com.metamatrix.query.sql.lang
Class LogicalCriteria

java.lang.Object
  extended by com.metamatrix.query.sql.lang.Criteria
      extended by com.metamatrix.query.sql.lang.LogicalCriteria
All Implemented Interfaces:
LanguageObject, java.io.Serializable, java.lang.Cloneable
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.

See Also:
Serialized Form

Constructor Summary
LogicalCriteria()
           
 
Method Summary
 
Methods inherited from class com.metamatrix.query.sql.lang.Criteria
clone, combineCriteria, combineCriteria, combineCriteria, separateCriteriaByAnd, toConjunctiveNormalForm, toDisjunctiveNormalForm, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.metamatrix.query.sql.LanguageObject
acceptVisitor
 

Constructor Detail

LogicalCriteria

public LogicalCriteria()


Copyright © 2009. All Rights Reserved.