The RMCLASSATTRIBUTES table stores the association between an Attribute and a Class. An Attribute can only be linked to a single Class. The RMCLASSATTRIBUTES table is located in the Primary database file.
Column Name | Data Type | Data Length | Description |
---|---|---|---|
classAttributeID | bigint | 8 | Unique identifier of the Class-Attribute relationship. |
classID | bigint | 8 | Unique identifier of the Class (cross-referenced to RMCLASS). |
attributeID | bigint | 8 | Unique identifier of the Attribute (cross-referenced to RMATTRIBUTE). |
sequenceID | bigint | 8 |
The index for the RMCLASSATTRIBUTES table is located in the Primary database file and is a clustered index.
Index Name | Included Columns |
---|---|
rmClassAttrs_pk | classAttributeID (primary key) |