Informační tok Funkční structura Datová struktura ER model Modulová struktura Typová struktura Relační model Dokumentace


[Celkový datový model] [Funkce] [Externí rohraní] [Stavové diagramy] [Datové elementy] [Entity] [Relace]
[Databáze] [Události] [Materiály] [Generovací funkce] [Vyhodnocovací funkce] [Konfigurace] [Uživatelé] [Projekt] [Home]



Vyhodnocovací funkce
List_all_DataStructures_with_References
(Reference Lists)


Vytvořeno: 12-08-1995 17:54:35
Poslední změna: 12-05-2002 13:13:23

Outputs a list of all data structures together with the elements they are referenced by.

Modul

Module: Reference Lists

Zdrojový kód:

PROCEDURE List_all_DataStructures_with_References()
BEGIN
/*
   list data structures with referencing information
*/

  PRINT {BOLD,"ARIAL",12} "Seznam datových struktur s referencemi",NL(2);
  FOREACH Datastructure WHERE Type="" ORDER BY Name DO
    CALL Short_Reference_List FOR Datastructure;
  END

END


Generováno: 16.10.2003 7:41 Systém: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\Projekt03.csf Generováno systémem case/4/0
Vygeneroval: Administrator Soubor: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\html\4473.htm (C) microTOOL GmbH 2002