Code
Used to translate various encoded values into clear text. An example of codes are numeric WMI status values.
erDiagram
CodeClass ||--o{ Code : "CodeClassID"
Fields
| Field |
Type |
Description |
| CodeClassID |
numeric |
Internal ID that references the CodeClass entity (Foreign Key) |
| ID |
numeric |
Internal ID for the Code entity (Primary Key) |
| Key |
string |
Name used to reference the code from applications and queries |
| Value |
string |
Translated code value, usually a friendly name for the code |
References
| Column Name |
Referenced Table |
Description |
| CodeClassID |
CodeClass |
Used to translate various encoded values into clear text |