/AWS1/CL_RSDTABLEMEMBER¶
The properties of a table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/RSDSTRING /AWS1/RSDSTRING¶
The name of the table.
iv_type TYPE /AWS1/RSDSTRING /AWS1/RSDSTRING¶
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
iv_schema TYPE /AWS1/RSDSTRING /AWS1/RSDSTRING¶
The schema containing the table.
Queryable Attributes¶
name¶
The name of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
type¶
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
schema¶
The schema containing the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMA() |
Getter for SCHEMA, with configurable default |
ASK_SCHEMA() |
Getter for SCHEMA w/ exceptions if field has no value |
HAS_SCHEMA() |
Determine if SCHEMA has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TABLELIST¶
TYPES TT_TABLELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSDTABLEMEMBER WITH DEFAULT KEY
.