/AWS1/CL_FNDCOLUMNDEFINITION¶
The definition of a column in a tabular Dataset.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_datatype
TYPE /AWS1/FNDCOLUMNDATATYPE
/AWS1/FNDCOLUMNDATATYPE
¶
Data type of a column.
STRING
– A String data type.
CHAR
– A char data type.
INTEGER
– An integer data type.
TINYINT
– A tinyint data type.
SMALLINT
– A smallint data type.
BIGINT
– A bigint data type.
FLOAT
– A float data type.
DOUBLE
– A double data type.
DATE
– A date data type.
DATETIME
– A datetime data type.
BOOLEAN
– A boolean data type.
BINARY
– A binary data type.
iv_columnname
TYPE /AWS1/FNDCOLUMNNAME
/AWS1/FNDCOLUMNNAME
¶
The name of a column.
iv_columndescription
TYPE /AWS1/FNDCOLUMNDESCRIPTION
/AWS1/FNDCOLUMNDESCRIPTION
¶
Description for a column.
Queryable Attributes¶
dataType¶
Data type of a column.
STRING
– A String data type.
CHAR
– A char data type.
INTEGER
– An integer data type.
TINYINT
– A tinyint data type.
SMALLINT
– A smallint data type.
BIGINT
– A bigint data type.
FLOAT
– A float data type.
DOUBLE
– A double data type.
DATE
– A date data type.
DATETIME
– A datetime data type.
BOOLEAN
– A boolean data type.
BINARY
– A binary data type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE has a value |
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 |
columnDescription¶
Description for a column.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COLUMNDESCRIPTION() |
Getter for COLUMNDESCRIPTION, with configurable default |
ASK_COLUMNDESCRIPTION() |
Getter for COLUMNDESCRIPTION w/ exceptions if field has no v |
HAS_COLUMNDESCRIPTION() |
Determine if COLUMNDESCRIPTION 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_FNDCOLUMNDEFINITION WITH DEFAULT KEY
.