This table is deprecated and is provided for
backward compatibility only.
Column Descriptions:
Name | Type | Description |
CHILD_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
PARENT_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | CHILD_ID+PARENT_ID | Primary Key |
I0000441 | PARENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1006 | PARENT_ID | ACPOLGRP | ACPOLGRP_ID | Cascade |
F_1007 | CHILD_ID | ACPOLGRP | ACPOLGRP_ID | Cascade |