Skip to content

/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