/AWS1/CL_DYNBATCHSTMTREQUEST¶
A PartiQL batch statement request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statement TYPE /AWS1/DYNPARTIQLSTATEMENT /AWS1/DYNPARTIQLSTATEMENT¶
A valid PartiQL statement.
Optional arguments:¶
it_parameters TYPE /AWS1/CL_DYNATTRIBUTEVALUE=>TT_PREPAREDSTATEMENTPARAMETERS TT_PREPAREDSTATEMENTPARAMETERS¶
The parameters associated with a PartiQL statement in the batch request.
iv_consistentread TYPE /AWS1/DYNCONSISTENTREAD /AWS1/DYNCONSISTENTREAD¶
The read consistency of the PartiQL batch request.
iv_retvalsoncondcheckfailure TYPE /AWS1/DYNRETVALSONCONDCHECKF00 /AWS1/DYNRETVALSONCONDCHECKF00¶
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
Queryable Attributes¶
Statement¶
A valid PartiQL statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENT() |
Getter for STATEMENT, with configurable default |
ASK_STATEMENT() |
Getter for STATEMENT w/ exceptions if field has no value |
HAS_STATEMENT() |
Determine if STATEMENT has a value |
Parameters¶
The parameters associated with a PartiQL statement in the batch request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
ConsistentRead¶
The read consistency of the PartiQL batch request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSISTENTREAD() |
Getter for CONSISTENTREAD, with configurable default |
ASK_CONSISTENTREAD() |
Getter for CONSISTENTREAD w/ exceptions if field has no valu |
HAS_CONSISTENTREAD() |
Determine if CONSISTENTREAD has a value |
ReturnValuesOnConditionCheckFailure¶
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETVALSONCONDCHECKFAIL00() |
Getter for RETVALUESONCONDCHECKFAILURE, with configurable de |
ASK_RETVALSONCONDCHECKFAIL00() |
Getter for RETVALUESONCONDCHECKFAILURE w/ exceptions if fiel |
HAS_RETVALSONCONDCHECKFAIL00() |
Determine if RETVALUESONCONDCHECKFAILURE 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_PARTIQLBATCHREQUEST¶
TYPES TT_PARTIQLBATCHREQUEST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNBATCHSTMTREQUEST WITH DEFAULT KEY
.