POSC Meta Model Specifications Version 2.3
Meta Data Relational Implementation
REF_PROJ_METHOD
(REF_PROJ_METHOD)
(DDL)
The name and definition of a projection method - the method type.
ref_proj_method_s
(PK, M: CHAR VARYING(19))
Surrogate key of the table.
definition
(M: CHAR VARYING(2000))
ref_proj_method
.definition
The definition of the projection method.
ref_proj_method_nm
(M: CHAR VARYING(40))
ref_proj_method
.name
The name of the projection method.
source_obj_type
(FNK, M: CHAR(3))
ref_proj_method
.source_obj_type
The type of object used as a source by this method.
Defines a foreign key to table
ref_object
.
target_obj_type
(FNK, M: CHAR(3))
ref_proj_method
.target_obj_type
The type of object that is the result or target of this method.
Defines a foreign key to table
ref_object
.
Table is related to:
att_col_grp_map
,
projection_map
Primary Key Constraint on:
REF_PROJ_METHOD_S
Fully implemented Unique Constraint on:
REF_PROJ_METHOD_NM
© Copyright 1997-2001 POSC. All rights reserved.