/AWS1/CL_GLUCOLUMN¶
A column in a Table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the
Column.
Optional arguments:¶
iv_type TYPE /AWS1/GLUCOLUMNTYPESTRING /AWS1/GLUCOLUMNTYPESTRING¶
The data type of the
Column.
iv_comment TYPE /AWS1/GLUCOMMENTSTRING /AWS1/GLUCOMMENTSTRING¶
A free-form text comment.
it_parameters TYPE /AWS1/CL_GLUPARAMETERSMAP_W=>TT_PARAMETERSMAP TT_PARAMETERSMAP¶
These key-value pairs define properties associated with the column.
Queryable Attributes¶
Name¶
The name of the
Column.
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 data type of the
Column.
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 |
Comment¶
A free-form text comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
Parameters¶
These key-value pairs define properties associated with the column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS 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_COLUMNLIST¶
TYPES TT_COLUMNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUCOLUMN WITH DEFAULT KEY
.