/AWS1/CL_RDDRECORD¶
A record returned by a call.
This data structure is only used with the deprecated ExecuteSql operation.
Use the BatchExecuteStatement or ExecuteStatement operation instead.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_values TYPE /AWS1/CL_RDDVALUE=>TT_ROW TT_ROW¶
The values returned in the record.
Queryable Attributes¶
values¶
The values returned in the record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_RECORDS¶
TYPES TT_RECORDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDDRECORD WITH DEFAULT KEY
.