Uses of Interface
com.sas.lsaf.query.Constraint
Packages that use Constraint
-
Uses of Constraint in com.sas.lsaf.query
Classes in com.sas.lsaf.query that implement ConstraintModifier and TypeClassDescriptionclassThis class represents a search condition in which to query information based on the comparison of a column to a value.classThis class represents a compound expression in which to query information.Methods in com.sas.lsaf.query that return ConstraintModifier and TypeMethodDescriptionQuery.getConstraint()Gets the constraint to use when executing the query.Methods in com.sas.lsaf.query that return types with arguments of type ConstraintMethods in com.sas.lsaf.query with parameters of type ConstraintModifier and TypeMethodDescriptionCondition.addConstraint(Constraint constraint) static ConditionCondition.and(Constraint... constraints) Query.constrain(Constraint c) Sets the constraint to use when executing the query.static ConditionCondition.or(Constraint... constraints) voidQuery.setConstraint(Constraint constraint) Sets the constraint to use when executing the query.Method parameters in com.sas.lsaf.query with type arguments of type ConstraintModifier and TypeMethodDescriptionstatic ConditionCondition.and(List<Constraint> constraints) Condition.constraints(List<Constraint> cs) static ConditionCondition.or(List<Constraint> constraints) voidCondition.setConstraints(List<Constraint> constraints) Constructor parameters in com.sas.lsaf.query with type arguments of type ConstraintModifierConstructorDescriptionCondition(Condition.Operator operator, List<Constraint> constraints)