Skip to content

/AWS1/CL_LKFGETQUERYSTATSRSP

GetQueryStatisticsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

io_executionstatistics TYPE REF TO /AWS1/CL_LKFEXECUTIONSTATS /AWS1/CL_LKFEXECUTIONSTATS

An ExecutionStatistics structure containing execution statistics.

io_planningstatistics TYPE REF TO /AWS1/CL_LKFPLANNINGSTATISTICS /AWS1/CL_LKFPLANNINGSTATISTICS

A PlanningStatistics structure containing query planning statistics.

iv_querysubmissiontime TYPE /AWS1/LKFDATETIME /AWS1/LKFDATETIME

The time that the query was submitted.


Queryable Attributes

ExecutionStatistics

An ExecutionStatistics structure containing execution statistics.

Accessible with the following methods

Method Description
GET_EXECUTIONSTATISTICS() Getter for EXECUTIONSTATISTICS

PlanningStatistics

A PlanningStatistics structure containing query planning statistics.

Accessible with the following methods

Method Description
GET_PLANNINGSTATISTICS() Getter for PLANNINGSTATISTICS

QuerySubmissionTime

The time that the query was submitted.

Accessible with the following methods

Method Description
GET_QUERYSUBMISSIONTIME() Getter for QUERYSUBMISSIONTIME, with configurable default
ASK_QUERYSUBMISSIONTIME() Getter for QUERYSUBMISSIONTIME w/ exceptions if field has no
HAS_QUERYSUBMISSIONTIME() Determine if QUERYSUBMISSIONTIME has a value