Cisco Cisco Administrative Workstation Technical References

Page of 404
 
2-65
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Class_Access_Xref Table
Related tables:
Cfg Mngr User Menu (via MenuID)
Class_Access_Xref Table
Lists the access levels available for each class.
Related tables:
Class List (via ClassID)
Class_List Table
Lists the available classes. The contents of this table are set up when the ICM software is installed and 
never change.
ChildNodeID
Identifies the child node in the tree view.
int
NULL
ChangeStamp
Incremented when the record is changed in the central 
database.
int
NOT NULL
Table 2-43 Cfg_Mngr_View Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option
Table 2-44 Class_Access_Xref Table
Field Name
Description
Data Type
Keys and Null 
Option
ClassAccessXrefID
A unique identifier for the record.
int
PK, NOT NULL
ClassID
Identifies the class from the Class_List table.
int
AK1, NOT 
NULL
AccessLevel
A supported access level for the class. 
int
AK1, NOT 
NULL
Table 2-45 Class_List Table
Field Name
Description
Data Type
Keys and Null 
Option
ClassID
A unique identifier for the class.
int
PK, NOT NULL
Name
The name of the class. 
varchar(30)
AK1, NOT 
NULL
Description
Additional information about the class.
varchar(255)
NOT NULL