|
||||||||||
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
com.metamatrix.query.sql.lang.AbstractSetCriteria
com.metamatrix.query.sql.lang.DependentSetCriteria
public class DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during processing. This allows a criteria to contain a dynamic set of values provided by a separate processing node.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.metamatrix.query.sql.lang.PredicateCriteria |
---|
PredicateCriteria.Negatable |
Constructor Summary | |
---|---|
DependentSetCriteria(Expression expr,
java.lang.String id)
Construct with the left expression |
Method Summary | |
---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor. |
java.lang.Object |
clone()
Deep copy of object. |
boolean |
equals(java.lang.Object obj)
Override equals() method. |
java.lang.String |
getContextSymbol()
|
Expression |
getValueExpression()
Get the independent value expression |
int |
hashCode()
Get hash code. |
void |
setValueExpression(Expression valueExpression)
Set the independent value expression |
Methods inherited from class com.metamatrix.query.sql.lang.AbstractSetCriteria |
---|
getExpression, isNegated, negate, setExpression, setNegated |
Methods inherited from class com.metamatrix.query.sql.lang.Criteria |
---|
combineCriteria, combineCriteria, combineCriteria, separateCriteriaByAnd, toConjunctiveNormalForm, toDisjunctiveNormalForm, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DependentSetCriteria(Expression expr, java.lang.String id)
Method Detail |
---|
public java.lang.String getContextSymbol()
getContextSymbol
in interface ContextReference
public Expression getValueExpression()
getValueExpression
in interface ContextReference
public void setValueExpression(Expression valueExpression)
valueExpression
- The valueExpression to set.public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor
in interface LanguageObject
visitor
- Visitor being usedpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Other object
public java.lang.Object clone()
clone
in interface LanguageObject
clone
in class AbstractSetCriteria
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |