This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!
In the Column List:
This table contains a set of values for every enumeration class that is defined in the G_DICT_TYPE table. This table is populated by ICON initialization scripts. For a complete listing of values for each dictionary type, refer to G_Dictionary Values (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively).
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
DTYPE | int | X | X | X | The identifier of the enumeration class as defined in the G_DICT_TYPE table. |
DID | int | X | X | The identifier of the specific value within the enumeration class. | |
DVALUE | varchar(128) | X | The name of the specific value that corresponds to the identifier. | ||
DDESC | varchar(255) | The description of the enumeration value. |