/AWS1/CL_DYNEXECUTETRANSACTOUT¶
ExecuteTransactionOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_responses TYPE /AWS1/CL_DYNITEMRESPONSE=>TT_ITEMRESPONSELIST TT_ITEMRESPONSELIST¶
The response to a PartiQL transaction.
it_consumedcapacity TYPE /AWS1/CL_DYNCONSUMEDCAPACITY=>TT_CONSUMEDCAPACITYMULTIPLE TT_CONSUMEDCAPACITYMULTIPLE¶
The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
Queryable Attributes¶
Responses¶
The response to a PartiQL transaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSES() |
Getter for RESPONSES, with configurable default |
ASK_RESPONSES() |
Getter for RESPONSES w/ exceptions if field has no value |
HAS_RESPONSES() |
Determine if RESPONSES has a value |
ConsumedCapacity¶
The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDCAPACITY() |
Getter for CONSUMEDCAPACITY, with configurable default |
ASK_CONSUMEDCAPACITY() |
Getter for CONSUMEDCAPACITY w/ exceptions if field has no va |
HAS_CONSUMEDCAPACITY() |
Determine if CONSUMEDCAPACITY has a value |