RTblSumInfo SQL Table

Meta Data Services Programming

Meta Data Services Programming

RTblSumInfo SQL Table

RTblSumInfo stores user-defined descriptive data about ISummaryInformation interfaces.

Column name Data type Description
IntID RTIntID The internal identifier of the class.
Z_BranchID_Z RTBrID Indicates the branch of the version graph that contains the range to whose items the property values in this row apply.
Z_VS_Z RTVerID A version-within-branch identifier that indicates the lower limit of the range to whose items the property values in this row apply.
Z_VE_Z RTVerID A version-within-branch identifier that indicates the upper limit of the range to whose items the property values in this row apply.
Comments RTLongString A field used for comments.
ShortDesc Varchar,
255 bytes
The description of the object. The maximum length for this value is 255 bytes.
HelpContext Varchar,
255 bytes
A context-sensitive Help string. The maximum length for this value is 255 bytes.
DescriptionContext RTLongString A context-sensitive description of the object.
OwnerInformation Varchar,
255 bytes
The name of the current owner. The maximum length for this value is 255 bytes.
Status Varchar,
255 bytes
The current status of the object. The maximum length for this value is 255 bytes.
Author Varchar,
255 bytes
The name of the original author. The maximum length for this value is 255 bytes.
Caption Varchar, 255 bytes A caption that provides a more descriptive name. The maximum length for this value is 255 bytes.

Remarks

The RTblSumInfo table is an interface-specific table; its columns correspond to the properties exposed by the ISummaryInformation interface. The repository engine creates and populates this table when you invoke the ISummaryInformation interface and insert summary data.

The primary key for this table is formed from the InitID, Z_BranchID_Z, and Z_VS_Z columns.

See Also

InterfaceDef Class

ISummaryInformation Interface

Repository SQL Data Types

Repository SQL Schema

Repository SQL Tables

RTblVersionAdminInfo SQL Table