Meta Data Services Programming
RTblEnumerationValueDef SQL Table
RTblEnumationValueDef stores enumeration values associated with an enumeration definition object.
Column name | Data type | Description |
---|---|---|
IntID | RTIntID | The internal identifier for the interface definition object. |
Z_BranchID_Z | RTBrID | The branch identifier for repository API versioning. It is reserved for proprietary use by the repository engine. The value of this column is always zero. |
Z_VS_Z | RTVerID | An identifier for repository API versioning. It is reserved for proprietary use by the repository engine. The value of this column is always zero. |
Z_VE_Z | RTVerID | An identifier for repository API versioning. It is reserved for proprietary use by the repository engine. The value of this column is always VERINFINITY. |
EnumValue | Text, 16 bytes |
A string containing a value that can be stored in the property value of an object. The maximum length for this value is 16 bytes. |
RTblEnumationValueDef table stores instance data for EnumerationValueDef objects that you define.
The primary key for this table is formed from the IntID, Z_BranchID_Z, and Z_VS_Z columns.
Z_BranchID_Z, Z_VS_Z, and Z_VE_Z are included to provide future support for versioning repository API definitions in case more than one version of this repository API structure is created.