The FLG.ATCHREL table is used to define a relationship between an object instance and a comment.
The RELTYPE, SOURCE, and TARGET columns form the primary key of table.
The RELTYPE column is an index of the table.
Table 61 provides information about each column found in the
FLG.ATCHREL table.
Table 61. FLG.ATCHREL table column properties
Column name | Data type | Description | Nullable | NLS |
---|---|---|---|---|
RELTYPE | CHAR(1) | Relation type:
| No | SBCS |
SOURCE | CHAR(16) | The FLGID that represents the source object instance. | No | SBCS |
TARGET | CHAR(16) | The FLGID that represents the target object instance | No | SBCS |
Note:
NLS: National Language Support SBCS: Single Byte Character Set DBCS: Double Byte Character Set |