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


Chapter 14 TIBCO iProcess Tables : dbs_values

dbs_values
The dbs_values table holds all field values for all installed TIBCO iProcess Engine tables.
Structure
The dbs_values table has the following structure:
TABLE dbs_values (
node_id
INTEGER NOT NULL,
dbs_id INTEGER NOT NULL,
record_id INTEGER NOT NULL,
field_id INTEGER NOT NULL,
field_value VARCHAR(30) )
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 indexes are defined for this table.
Table Activity
The dbs_values table contains one row for each field of each record in each installed TIBCO iProcess table on the system.
Rows are added, updated and deleted in the following situations.
a Move System Information is performed, if the flag_table indicates that the Tables data area has been modified.
Note: The table is purged and rewritten using the values from the tsys_dbs_values table.
a Move System Information is performed, if the flag_table indicates that the Tables data area has been modified.
Note: The table is purged and rewritten using the values from the tsys_dbs_values table.

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