UNV_CLASS_DATA
Name | Null ? | Type | Values |
CLASS_ID | NOT NULL | int10 | Foreign Key to Unv_class. |
UNIVERSE_ID | NOT NULL | int10 | Foreign Key to Unv_class. |
CLS_DATATYPE | NOT NULL | char(2) | H - help text. |
CLS_SLICE | NOT NULL | int6 | Counter if datavalue greater than 240 it will have multiple slices. Starts at 1. |
CLS_DATAVALUE | NOT NULL | char(240) | Value of the help text. For a class there can only be a cls_datatype of H. |