Skip to content

/AWS1/CL_TSQQUERYRESPONSE

QueryResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_QUERYID TYPE /AWS1/TSQQUERYID /AWS1/TSQQUERYID

A unique ID for the given query.

IT_ROWS TYPE /AWS1/CL_TSQROW=>TT_ROWLIST TT_ROWLIST

The result set rows returned by the query.

IT_COLUMNINFO TYPE /AWS1/CL_TSQCOLUMNINFO=>TT_COLUMNINFOLIST TT_COLUMNINFOLIST

The column data types of the returned result set.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/TSQPAGINATIONTOKEN /AWS1/TSQPAGINATIONTOKEN

A pagination token that can be used again on a Query call to get the next set of results.

IO_QUERYSTATUS TYPE REF TO /AWS1/CL_TSQQUERYSTATUS /AWS1/CL_TSQQUERYSTATUS

Information about the status of the query, including progress and bytes scanned.


Queryable Attributes

QueryId

A unique ID for the given query.

Accessible with the following methods

Method Description
GET_QUERYID() Getter for QUERYID, with configurable default
ASK_QUERYID() Getter for QUERYID w/ exceptions if field has no value
HAS_QUERYID() Determine if QUERYID has a value

NextToken

A pagination token that can be used again on a Query call to get the next set of 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

Rows

The result set rows returned by the query.

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

ColumnInfo

The column data types of the returned result set.

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

QueryStatus

Information about the status of the query, including progress and bytes scanned.

Accessible with the following methods

Method Description
GET_QUERYSTATUS() Getter for QUERYSTATUS