/AWS1/CL_QQCQUERYCONDITIONITEM¶
The condition for the query.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_field
TYPE /AWS1/QQCQUERYCONDFIELDNAME
/AWS1/QQCQUERYCONDFIELDNAME
¶
The name of the field for query condition to query on.
iv_comparator
TYPE /AWS1/QQCQUERYCONDCOMPARISONOP
/AWS1/QQCQUERYCONDCOMPARISONOP
¶
The comparison operator for query condition to query on.
iv_value
TYPE /AWS1/QQCNONEMPTYSTRING
/AWS1/QQCNONEMPTYSTRING
¶
The value for the query condition to query on.
Queryable Attributes¶
field¶
The name of the field for query condition to query on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FIELD() |
Getter for FIELD, with configurable default |
ASK_FIELD() |
Getter for FIELD w/ exceptions if field has no value |
HAS_FIELD() |
Determine if FIELD has a value |
comparator¶
The comparison operator for query condition to query on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPARATOR() |
Getter for COMPARATOR, with configurable default |
ASK_COMPARATOR() |
Getter for COMPARATOR w/ exceptions if field has no value |
HAS_COMPARATOR() |
Determine if COMPARATOR has a value |
value¶
The value for the query condition to query on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |