Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 5 Procedures : iap_global

iap_global
The iap_global table holds the fields that have been allocated globally to the specified procedure.
Structure
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)
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Table Activity
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.
Copyright © Cloud Software Group, Inc. All rights reserved.