UNV_JOINCONTENT
Name | Null ? | Type | Values |
JOIN_ID | NOT NULL | int10 | Foreign key to unv_join. |
UNIVERSE_ID | NOT NULL | int10 | Foreign key to unv_join. |
JN_TABLE1_ID | NOT NULL | int10 | Left table of join clause |
JN_TABLE2_ID | NOT NULL | int10 | Right table of join clause |
JN_PROP | NOT NULL | char(35) | A
multi-use field delimited by commas. Position 1 No, Right, Left: Side of the outer join. Position 2 C1-n, Cn-1, Cn-m,C1-1: Cardinality left side to right side. Position 3 TRUE,FALSE: shortcut join. |