Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key

Table G_DICTIONARY


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 DB2Microsoft SQL Server, Oracle, or PostgreSQL, respectively).

Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F Description
DTYPE INTEGER X X X The identifier of the enumeration class as defined in the G_DICT_TYPE table.
DID INTEGER X X The identifier of the specific value within the enumeration class.
DVALUE VARCHAR2(128) X The name of the specific value that corresponds to the identifier.
DDESC VARCHAR2(255) The description of the enumeration value.
This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!