Class information. It includes the super class information.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| class_id | integer | not null | Id of class |
| name | varchar(30) | not null | Class name |
| super_class_id | integer | not null | Parent class' id |
| super_class_name | varchar(30) | not null | Parent class' name |
| virtual_class | integer1 | not null | Flag- no objects can be created |
| map_visible | integer1 | not null | If class is visible on the map |
| vr_visible | integer1 | not null | No longer in use. |
| system_class | integer1 | not null | Flag if it is a system class |
| hidden_class | integer1 | not null | Whether the class is hidden |
| instance_storage | varchar(45) | with null | System prop |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| class_id | tng_property_definition | id |
| class_id | tng_class_ext | class_id |