/AWS1/CL_ATHGETQUERYRSLTSOUT¶
GetQueryResultsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_updatecount TYPE /AWS1/ATHLONG /AWS1/ATHLONG¶
The number of rows inserted with a
CREATE TABLE AS SELECT,INSERT INTO, orUPDATEstatement.
io_resultset TYPE REF TO /AWS1/CL_ATHRESULTSET /AWS1/CL_ATHRESULTSET¶
The results of the query execution.
iv_nexttoken TYPE /AWS1/ATHTOKEN /AWS1/ATHTOKEN¶
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the
NextTokenfrom the response object of the previous page call.
Queryable Attributes¶
UpdateCount¶
The number of rows inserted with a
CREATE TABLE AS SELECT,INSERT INTO, orUPDATEstatement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATECOUNT() |
Getter for UPDATECOUNT, with configurable default |
ASK_UPDATECOUNT() |
Getter for UPDATECOUNT w/ exceptions if field has no value |
HAS_UPDATECOUNT() |
Determine if UPDATECOUNT has a value |
ResultSet¶
The results of the query execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTSET() |
Getter for RESULTSET |
NextToken¶
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the
NextTokenfrom the response object of the previous page call.
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 |