POSC Meta Model Specifications Version 2.3
Meta Data Relational Implementation
SQL_TYPE
(SQL_TYPE)
(DDL)
This holds the ANSI sql types, such as FLOAT, CHAR VARYING etc.
sql_type_s
(PK, M: CHAR VARYING(19))
Surrogate key of the table.
sql_type_nm
(M: CHAR VARYING(40))
sql_type
.name
The name of the sql type.
Table is related to:
column_def
Primary Key Constraint on:
SQL_TYPE_S
Fully implemented Unique Constraint on:
SQL_TYPE_NM
© Copyright 1997-2001 POSC. All rights reserved.