public static interface CqQuery.Filter
This structure represents a node within the filter expression tree. As a FilterNode, it represents the logical conjunction (ANDing) or disjunction (ORing) of filter subexpressions. As a FilterLeaf, it represents the comparison of a field with one or more constant values.
Modifier and Type | Interface and Description |
---|---|
static class |
CqQuery.Filter.Operation
An enumeration of the logical operations and comparisons that can be
used to combine the operands of a Filter subexpression.
|
Modifier and Type | Method and Description |
---|---|
CqQuery.Filter.Operation |
getOperation()
Returns the logical operation that is to be used to combine the
operands of this subexpression.
|
void |
setOperation(CqQuery.Filter.Operation op)
Set the operation code for a Filter subexpression.
|
CqQuery.Filter.Operation getOperation()
void setOperation(CqQuery.Filter.Operation op)
op
- The new operation code. The code must be consistent with
the most complete subclass of this object.Copyright © IBM 2017. All rights reserved.