POSC Meta Model Specifications Version 2.3
Meta Data Relational Implementation
TABLE_DEF
(TABLE_DEF)
(DDL)
The definition of tables within the relational schema.
table_def_s
(PK, M: CHAR VARYING(19))
Surrogate key of the table.
table_def_nm
(M: CHAR VARYING(40))
table_def
.name
The name of the table.
table_type
(M: CHAR(1))
table_def
.table_type
This is "T" normal table, "M" meta table, "X" intersection table, or "O" other table.
prod_versn_s
(FSK, M: CHAR VARYING(19))
table_def
.prod_versn
The projection run that produced this table definition.
Defines a foreign key to table
prod_versn
.
Table is related to:
column_def
Primary Key Constraint on:
TABLE_DEF_S
Fully implemented Unique Constraint on:
TABLE_DEF_NM
© Copyright 1997-2001 POSC. All rights reserved.