Skip to content

/AWS1/CL_QLSFETCHPAGERESULT

Contains the page that was fetched.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_PAGE TYPE REF TO /AWS1/CL_QLSPAGE /AWS1/CL_QLSPAGE

Contains details of the 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

Page

Contains details of the fetched page.

Accessible with the following methods

Method Description
GET_PAGE() Getter for PAGE

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