Universe Classes (Alternate Java Method).
Column Name |
Data Type |
Description |
---|---|---|
CLASSDESCRIPTION |
nvarchar |
Class Description |
CLASSID |
int |
Class ID of the object |
CLASSLINEAGE |
nvarchar |
Class Lineage (path of the class up to the Universe object tree root) |
CLASSNAME |
nvarchar |
Class Name |
CMSID |
varchar |
The actualy name of the CMS host machine without the port number, if used. В This is used in conjunction with OBJECTID or CUID to uniquely identify an object across environments |
ID |
int |
Primary key |
ISHIDDEN |
bit |
Is the class hidden? |
ORDINAL |
int |
Order of the class in the universe tree |
REAL_PARENT_CLASS_ID |
int |
real parent class ID |
ROOTCLASS |
nvarchar |
root class |
UNV_PARENT_CLASS_ID |
int |
MMDB parent class ID |
UNV_UNIVERSES_ID |
int |
Foreign key to UNV2_UNIVERSES.ID |
See also