Package | Description |
---|---|
com.sas.lsaf.query |
Contains common classes and interfaces to query information.
|
Modifier and Type | Class and Description |
---|---|
class |
Comparison
This class represents a search condition in which to query information based on the comparison of a column to a value.
|
class |
Condition
This class represents a compound expression in which to query information.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
Query.getConstraint()
Gets the constraint to use when executing the query.
|
Modifier and Type | Method and Description |
---|---|
List<Constraint> |
Condition.getConstraints() |
Modifier and Type | Method and Description |
---|---|
Condition |
Condition.addConstraint(Constraint constraint) |
static Condition |
Condition.and(Constraint... constraints) |
Query |
Query.constrain(Constraint c)
Sets the constraint to use when executing the query.
|
static Condition |
Condition.or(Constraint... constraints) |
void |
Query.setConstraint(Constraint constraint)
Sets the constraint to use when executing the query.
|
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.and(List<Constraint> constraints) |
Condition |
Condition.constraints(List<Constraint> cs) |
static Condition |
Condition.or(List<Constraint> constraints) |
void |
Condition.setConstraints(List<Constraint> constraints) |
Constructor and Description |
---|
Condition(Condition.Operator operator,
List<Constraint> constraints) |
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>