/AWS1/CL_NEDCANCOPENCYPHERQU01¶
CancelOpenCypherQueryOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The cancellation status of the openCypher query.
iv_payload TYPE /AWS1/NEDBOOLEAN /AWS1/NEDBOOLEAN¶
The cancelation payload for the openCypher query.
Queryable Attributes¶
status¶
The cancellation status of the openCypher query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
payload¶
The cancelation payload for the openCypher query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD, with configurable default |
ASK_PAYLOAD() |
Getter for PAYLOAD w/ exceptions if field has no value |
HAS_PAYLOAD() |
Determine if PAYLOAD has a value |