/AWS1/CL_GEPPARSEDQUERYCOMPO00¶
Parsed components in the provided QueryText.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_startindex TYPE /AWS1/GEPINTEGER /AWS1/GEPINTEGER¶
Start index of the parsed query component.
iv_endindex TYPE /AWS1/GEPINTEGER /AWS1/GEPINTEGER¶
End index of the parsed query component.
iv_value TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
Value of the parsed query component.
iv_querycomponent TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The address component that the parsed query component corresponds to.
Queryable Attributes¶
StartIndex¶
Start index of the parsed query component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTINDEX() |
Getter for STARTINDEX, with configurable default |
ASK_STARTINDEX() |
Getter for STARTINDEX w/ exceptions if field has no value |
HAS_STARTINDEX() |
Determine if STARTINDEX has a value |
EndIndex¶
End index of the parsed query component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDINDEX() |
Getter for ENDINDEX, with configurable default |
ASK_ENDINDEX() |
Getter for ENDINDEX w/ exceptions if field has no value |
HAS_ENDINDEX() |
Determine if ENDINDEX has a value |
Value¶
Value of the parsed query component.
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 |
QueryComponent¶
The address component that the parsed query component corresponds to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYCOMPONENT() |
Getter for QUERYCOMPONENT, with configurable default |
ASK_QUERYCOMPONENT() |
Getter for QUERYCOMPONENT w/ exceptions if field has no valu |
HAS_QUERYCOMPONENT() |
Determine if QUERYCOMPONENT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARSEDQUERYCOMPONENTLIST¶
TYPES TT_PARSEDQUERYCOMPONENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPPARSEDQUERYCOMPO00 WITH DEFAULT KEY
.