/AWS1/CL_RDDRESULTFRAME¶
The result set returned by a SQL statement.
This data structure is only used with the deprecated ExecuteSql operation.
Use the BatchExecuteStatement or ExecuteStatement operation instead.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_resultsetmetadata TYPE REF TO /AWS1/CL_RDDRESULTSETMETADATA /AWS1/CL_RDDRESULTSETMETADATA¶
The result-set metadata in the result set.
it_records TYPE /AWS1/CL_RDDRECORD=>TT_RECORDS TT_RECORDS¶
The records in the result set.
Queryable Attributes¶
resultSetMetadata¶
The result-set metadata in the result set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTSETMETADATA() |
Getter for RESULTSETMETADATA |
records¶
The records in the result set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDS() |
Getter for RECORDS, with configurable default |
ASK_RECORDS() |
Getter for RECORDS w/ exceptions if field has no value |
HAS_RECORDS() |
Determine if RECORDS has a value |