/AWS1/CL_DZNMATCHCLAUSE¶
A clause to match a query pattern
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_relationpattern TYPE REF TO /AWS1/CL_DZNRELATIONPATTERN /AWS1/CL_DZNRELATIONPATTERN¶
The pattern describing the query's relational traversal.
io_entitypattern TYPE REF TO /AWS1/CL_DZNENTITYPATTERN /AWS1/CL_DZNENTITYPATTERN¶
The pattern describing the entities for the query to traverse.
Queryable Attributes¶
relationPattern¶
The pattern describing the query's relational traversal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATIONPATTERN() |
Getter for RELATIONPATTERN |
entityPattern¶
The pattern describing the entities for the query to traverse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYPATTERN() |
Getter for ENTITYPATTERN |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MATCHCLAUSES¶
TYPES TT_MATCHCLAUSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNMATCHCLAUSE WITH DEFAULT KEY
.