Child Table

To support incremental parent-child operations, each child row has an opcode, that is, an extra ADB_OPCODE field that is added to the child schema. The plug-in determines if the operation is an incremental parent-child operation by checking the first level child opcode. If the first level child opcode is not set, the plug-in treats it as a complete operation. For the subsequent child level, if the child opcode is not set, it inherits the parent opcode.

Note: When working with a parent-child table, the value of ADB_OPCODE in the parent table and the child table must be the same. Or set the value of ADB_OPCODE only in the parent table and leave the child table empty.

Also see Publishing Table.