next up previous contents
Next: DICTIONARY_HISTORY Up: DDL Definitions Describing Previous: DATABLOCK_METHODS

DICTIONARY

 

The dictionary category holds the essential identifying information for a dictionary. The items recorded in this category include the title for the dictionary, _dictionary.title, the current version identifier, _dictionary.version, and the data block identifier in which the dictionary is defined, _dictionary.data_block_id. The version identifier references the parent identifier in the dictionary_history category in which each dictionary revision is described.

The DDL for the dictionary category is given in the following section.

save_DICTIONARY

    _category.description
;
     Attributes for specifying the dictionary title, version and 
     data block identifier.
;
    _category.id                         dictionary
    _category.mandatory_code             yes 
    _category_key.name                  '_dictionary.datablock_id'
     loop_
    _category_group.id
                                        'ddl_group'
                                        'datablock_group'
                                        'dictionary_group'
     save_


save__dictionary.datablock_id

    _item_description.description
;
     The identifier for the data block containing the dictionary.
;
     save_


save__dictionary.title              

    _item_description.description
;
     Title identification of the dictionary.                   
;
    _item.name                         '_dictionary.title'                 
    _item.category_id                    dictionary         
    _item.mandatory_code                 yes 
    _item_type.code                      char 
     save_



save__dictionary.version

    _item_description.description
;
     A unique version identifier for the dictionary.
;
     save_



John Westbrook
Thu Apr 11 06:25:55 EDT 1996