/AWS1/CL_IOSEXECUTEQUERYRSP¶
ExecuteQueryResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_columns TYPE /AWS1/CL_IOSCOLUMNINFO=>TT_COLUMNSLIST TT_COLUMNSLIST¶
Represents a single column in the query results.
it_rows TYPE /AWS1/CL_IOSROW=>TT_ROWS TT_ROWS¶
Represents a single row in the query results.
iv_nexttoken TYPE /AWS1/IOSEXECUTEQUERYNEXTTOKEN /AWS1/IOSEXECUTEQUERYNEXTTOKEN¶
The string that specifies the next page of results.
Queryable Attributes¶
columns¶
Represents a single column in the query results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNS() |
Getter for COLUMNS, with configurable default |
ASK_COLUMNS() |
Getter for COLUMNS w/ exceptions if field has no value |
HAS_COLUMNS() |
Determine if COLUMNS has a value |
rows¶
Represents a single row in the query results.
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 string that specifies the next page 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 |