![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The iap_field table holds the list of fields that will be published for a given monitor ID.The iap_field table has the following structure:TABLE iap_field (
monitor_id number(10) NOT NULL,
field_name varchar2(31) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The iap_field table contains one row for each field that will be published for every activity. Rows are added, updated and deleted in the following situations.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |