Class Condition

java.lang.Object
com.sas.lsaf.query.Condition
All Implemented Interfaces:
Constraint, Serializable

public class Condition extends Object implements Constraint
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: