/AWS1/CL_QLSEXECUTESTMTRESULT¶
Contains the details of the executed statement.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_firstpage TYPE REF TO /AWS1/CL_QLSPAGE /AWS1/CL_QLSPAGE¶
Contains the details of the first fetched page.
io_timinginformation TYPE REF TO /AWS1/CL_QLSTIMINGINFORMATION /AWS1/CL_QLSTIMINGINFORMATION¶
Contains server-side performance information for the command.
io_consumedios TYPE REF TO /AWS1/CL_QLSIOUSAGE /AWS1/CL_QLSIOUSAGE¶
Contains metrics about the number of I/O requests that were consumed.
Queryable Attributes¶
FirstPage¶
Contains the details of the first fetched page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTPAGE() |
Getter for FIRSTPAGE |
TimingInformation¶
Contains server-side performance information for the command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMINGINFORMATION() |
Getter for TIMINGINFORMATION |
ConsumedIOs¶
Contains metrics about the number of I/O requests that were consumed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDIOS() |
Getter for CONSUMEDIOS |