Skip to content

/AWS1/CL_IOSGETQUERYRESULTSRSP

Contains the response for the GetQueryResults operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_columninfo TYPE /AWS1/CL_IOSCOLUMNINFORMATION=>TT_COLUMNINFORMATIONLIST TT_COLUMNINFORMATIONLIST

A list of column metadata for the query results. Each entry contains the column name and data type. Present when the query status is COMPLETED.

it_rows TYPE /AWS1/CL_IOSRESULT_W=>TT_ROWLIST TT_ROWLIST

The result rows. Each row is a list of string column values, positional to match the columnInfo order. Present when the query status is COMPLETED.

iv_nexttoken TYPE /AWS1/IOSQUERYNEXTTOKEN /AWS1/IOSQUERYNEXTTOKEN

The token for the next set of results, or null if there are no additional results.


Queryable Attributes

columnInfo

A list of column metadata for the query results. Each entry contains the column name and data type. Present when the query status is COMPLETED.

Accessible with the following methods

Method Description
GET_COLUMNINFO() Getter for COLUMNINFO, with configurable default
ASK_COLUMNINFO() Getter for COLUMNINFO w/ exceptions if field has no value
HAS_COLUMNINFO() Determine if COLUMNINFO has a value

rows

The result rows. Each row is a list of string column values, positional to match the columnInfo order. Present when the query status is COMPLETED.

Accessible with the following methods

Method Description
GET_ROWS() Getter for ROWS, with configurable default
ASK_ROWS() Getter for ROWS w/ exceptions if field has no value
HAS_ROWS() Determine if ROWS has a value

nextToken

The token for the next set of results, or null if there are no additional results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value