/AWS1/CL_CRLCOLUMNSCHEMA¶
Metadata for a column.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_columnname TYPE /AWS1/CRLCOLUMNNAME /AWS1/CRLCOLUMNNAME¶
The name of a column.
it_columntypes TYPE /AWS1/CL_CRLCOLUMNTYPELIST_W=>TT_COLUMNTYPELIST TT_COLUMNTYPELIST¶
The data type of column.
Queryable Attributes¶
columnName¶
The name of a column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNNAME() |
Getter for COLUMNNAME, with configurable default |
ASK_COLUMNNAME() |
Getter for COLUMNNAME w/ exceptions if field has no value |
HAS_COLUMNNAME() |
Determine if COLUMNNAME has a value |
columnTypes¶
The data type of column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNTYPES() |
Getter for COLUMNTYPES, with configurable default |
ASK_COLUMNTYPES() |
Getter for COLUMNTYPES w/ exceptions if field has no value |
HAS_COLUMNTYPES() |
Determine if COLUMNTYPES 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_DATASETSCHEMALIST¶
TYPES TT_DATASETSCHEMALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLCOLUMNSCHEMA WITH DEFAULT KEY
.