Package | Description |
---|---|
com.sas.lsaf.query |
Contains common classes and interfaces to query information.
|
Modifier and Type | Method and Description |
---|---|
Comparison.Operator |
Comparison.getOperator()
Gets the operator for the comparison.
|
static Comparison.Operator |
Comparison.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparison.Operator[] |
Comparison.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Comparison |
Comparison.comparison(Column column,
Comparison.Operator operator,
Serializable value)
Creates a
Comparison object with the specified column, operator, and value. |
static Comparison |
Comparison.comparison(Column column,
Comparison.Operator operator,
Serializable value,
boolean caseSensitive)
Creates a
Comparison object with the specified column, operator, value and indicates whether the comparison is
case-sensitive. |
Comparison |
Comparison.operator(Comparison.Operator o)
Sets the
Comparison.Operator of the comparison. |
void |
Comparison.setOperator(Comparison.Operator operator)
Sets the operator for the comparison.
|
Constructor and Description |
---|
Comparison(Column column,
Comparison.Operator operator,
Serializable value)
Constructor.
|
Comparison(Column column,
Comparison.Operator operator,
Serializable value,
boolean caseSensitive)
Constructor.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>