|
||||||||||
| 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.PredicateCriteria
public abstract class PredicateCriteria
This abstract class represents a predicate criteria, which involves some statement involving expressions and can be evaluated in the context of a single row of data to be either true or false.
Predicate criteria can be composed into more sophisticated criteria using "OR" and "AND" logical operators.
| Nested Class Summary | |
|---|---|
static interface |
PredicateCriteria.Negatable
|
| Constructor Summary | |
|---|---|
PredicateCriteria()
Constructs a default instance of this class. |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
clone()
Deep copy of object |
| Methods inherited from class com.metamatrix.query.sql.lang.Criteria |
|---|
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 PredicateCriteria()
| Method Detail |
|---|
public abstract java.lang.Object clone()
clone in interface LanguageObjectclone in class Criteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||