/AWS1/CL_IOMEXECUTEQUERYRSP¶
ExecuteQueryResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_columndescriptions TYPE /AWS1/CL_IOMCOLUMNDESCRIPTION=>TT_COLUMNDESCRIPTIONS TT_COLUMNDESCRIPTIONS¶
A list of ColumnDescription objects.
it_rows TYPE /AWS1/CL_IOMROW=>TT_ROWS TT_ROWS¶
Represents a single row in the query results.
iv_nexttoken TYPE /AWS1/IOMNEXTTOKEN /AWS1/IOMNEXTTOKEN¶
The string that specifies the next page of results.
Queryable Attributes¶
columnDescriptions¶
A list of ColumnDescription objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNDESCRIPTIONS() |
Getter for COLUMNDESCRIPTIONS, with configurable default |
ASK_COLUMNDESCRIPTIONS() |
Getter for COLUMNDESCRIPTIONS w/ exceptions if field has no |
HAS_COLUMNDESCRIPTIONS() |
Determine if COLUMNDESCRIPTIONS 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 |