Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Procedures : iap_field

iap_field
The iap_field table holds the list of fields that will be published for a given monitor ID.
Structure
The iap_field table has the following structure:
TABLE iap_field (
monitor_id number(10) NOT NULL,
field_name varchar2(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.
Storage
The following STORAGE values are defined for this table.
Table Activity
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
Copyright © TIBCO Software Inc. All Rights Reserved