Previous Topic: REL_PART_IMPL (Relationship Partition Implementation)Next Topic: RELATIONSHIP (Relationship of an Entity Type or Subtype)


REL_VIEW (Relationship View)

Column Name

Coltype

Description

MODEL_ID

NUMERIC

ID of the containing model

TBNAME

STRING

REL_VIEW

ID

STRING

Unique identifier

ORG_ENCY_ID

NUMERIC

Original encyclopedia identifier

ORG_ID

NUMERIC

Original object identifier

SEQ

NUMERIC

Sequence within entity view.

Use ORDER BY SEQ to return relationship views in the same order as specified in the toolset.

REQUIRED_INPUT

CHARACTER

Is this a required import view?

  • Y-Yes
  • N-No

ENTITY_VIEW_ID

NUMERIC

ID of the parent entity view.

Join with ENTITY_VIEW.

RELATIONSHIP_ID

NUMERIC

ID of the relationship included in this entity view.

Join with RELATIONSHIP.