|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.sql.lang.Criteria
com.metamatrix.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.
| 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 |
|---|
public LogicalCriteria()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||