entityNameCache

The entityNameCache table is a lookup table that provides the entity name for every entity in the entityData table. This table belongs to the category entities.

The following table describes the entityNameCache table.

Table 1. entityNameCache table 
Column name Type Constraints Description
entityId 32-bit integer

Primary key

Not null

Automatically-incremented field that provides a unique value for each entity across all domains.

entityName 255-character string Not null The name of the entity.
domainMgrId 32-bit integer Not null The identifier from the domainMgr table of the domain that contains this entity.