/AWS1/CL_GLUSEARCHTABLESRSP¶
SearchTablesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GLUTOKEN /AWS1/GLUTOKEN¶
A continuation token, present if the current list segment is not the last.
it_tablelist TYPE /AWS1/CL_GLUTABLE=>TT_TABLELIST TT_TABLELIST¶
A list of the requested
Tableobjects. TheSearchTablesresponse returns only the tables that you have access to.
Queryable Attributes¶
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 |
TableList¶
A list of the requested
Tableobjects. TheSearchTablesresponse returns only the tables that you have access to.
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 |