/AWS1/CL_GLUGETTABLESRESPONSE¶
GetTablesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_tablelist TYPE /AWS1/CL_GLUTABLE=>TT_TABLELIST TT_TABLELIST¶
A list of the requested
Tableobjects.
iv_nexttoken TYPE /AWS1/GLUTOKEN /AWS1/GLUTOKEN¶
A continuation token, present if the current list segment is not the last.
Queryable Attributes¶
TableList¶
A list of the requested
Tableobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLELIST() |
Getter for TABLELIST, with configurable default |
ASK_TABLELIST() |
Getter for TABLELIST w/ exceptions if field has no value |
HAS_TABLELIST() |
Determine if TABLELIST has a value |
NextToken¶
A continuation token, present if the current list segment is not the last.
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 |