/AWS1/CL_RDDSQLSTATEMENTRESULT¶
The result of 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_resultframe TYPE REF TO /AWS1/CL_RDDRESULTFRAME /AWS1/CL_RDDRESULTFRAME¶
The result set of the SQL statement.
iv_numberofrecordsupdated TYPE /AWS1/RDDRECORDSUPDATED /AWS1/RDDRECORDSUPDATED¶
The number of records updated by a SQL statement.
Queryable Attributes¶
resultFrame¶
The result set of the SQL statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTFRAME() |
Getter for RESULTFRAME |
numberOfRecordsUpdated¶
The number of records updated by a SQL statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFRECORDSUPDATED() |
Getter for NUMBEROFRECORDSUPDATED |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SQLSTATEMENTRESULTS¶
TYPES TT_SQLSTATEMENTRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDDSQLSTATEMENTRESULT WITH DEFAULT KEY
.