14.1 sp401_component_hierarchy
This table records the hierarchy between Monitored Components (processes). There may be multiple entries for each component_no. A component_no can appear multiple times in the is_client_of column, but each row should have a unique pair.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
component_no | number | ||
is_client_of | number |
Keys
unique (component_no, is_client_of)
foreign key (component_no) references 14.1 sp400_components (component_no)
foreign key (is_client_of) references sp400_components (component_no)
Column Descriptions
Field | Description |
---|---|
component_no | Component identifier (the client). |
is_client_of | Component identifier (the server). |