Package com.sas.lsaf.query
Class Condition
java.lang.Object
com.sas.lsaf.query.Condition
- All Implemented Interfaces:
Constraint,Serializable
This class represents a compound expression in which to query information. It is equivalent to a WHERE clause to determine
the rows that are relevant to a query.
- Since:
- 2.3
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe method by which to combine conditions for a query. -
Constructor Summary
ConstructorsConstructorDescriptionCondition(Condition.Operator operator) Condition(Condition.Operator operator, List<Constraint> constraints) -
Method Summary
Modifier and TypeMethodDescriptionaddConstraint(Constraint constraint) static Conditionand(Constraint... constraints) static Conditionand(List<Constraint> constraints) constraints(List<Constraint> cs) static Conditionor(Constraint... constraints) static Conditionor(List<Constraint> constraints) voidsetConstraints(List<Constraint> constraints) voidsetOperator(Condition.Operator operator) toString()