POSC Meta Model Specifications Version 2.3
Meta Data Relational Implementation
DIAGRAM_SET
(DIAGRAM_SET)
(DDL)
Diagram set shows which entities appear on which diagrams.
diagram_set_s
(PK, M: CHAR VARYING(19))
Surrogate key of the table.
diagram_set_nm
(M: CHAR VARYING(40))
diagram_set
.name
The name of the diagram set.
description
(O: CHAR VARYING(2000))
diagram_set
.description
The description of the diagram set.
diag_set_head_s
(FSK, O: CHAR VARYING(19))
diagram_set
.diag_set_head
The first entity to be declared for this diagram.
Defines a foreign key to table
diagram_set
.
entity_def_s
(FSK, O: CHAR VARYING(19))
diagram_set
.entity_def
An entity that appears on this diagram.
Defines a foreign key to table
entity_def
.
Table is related to:
diagram_set
Primary Key Constraint on:
DIAGRAM_SET_S
© Copyright 1997-2001 POSC. All rights reserved.