The RMAPPLICATIONCLASSES table stores the association between a Class and an Application. A Class can be used in one or many Applications. The RMAPPLICATIONCLASSES table is located in the Primary database file.
| Column Name | Data Type | Data Length | Description |
|---|---|---|---|
| rmApplicationClassID | bigint | 8 | Unique identifier of the Application-Class relationship. |
| classID | bigint | 8 | Unique identifier of the Class (cross-referenced to RMCLASS). |
| rmApplicationID | bigint | 8 | Unique identifier of the Application (cross-referenced to RMAPPLICATION). |
| sequenceID | bigint | 8 |
The index for the RMAPPLICATIONCLASSES table is located in the Primary database file and is a clustered index.
| Index Name | Included Columns |
|---|---|
| rmAppClasses_pk | rmApplicationClassID (primary key) |