Copyright © Cloud Software Group, Inc. All rights reserved. |
The iap_global table holds the fields that have been allocated globally to the specified procedure.The iap_global table has the following structure:TABLE iap_global(
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
field_name VARCHAR(31) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The iap_global table contains one row for each field that has been allocated globally to the specified procedure. Rows are added, updated and deleted in the following situations.
Copyright © Cloud Software Group, Inc. All rights reserved. |