Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 11 Administrative Tables : version

version
The version table contains version information on system data: currently either CDQP or user data. Processes that hold user details query this table to determine if their internal cache is up to date or not.
Structure
The version table has the following structure:
TABLE version (
version_type
varchar2(20) NOT NULL,
version_value number(6) NOT NULL)
Data type: either cdqp or user.
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The version table always contains a single row. The table is populated when the iProcess Engine is installed.
Rows are added, updated and deleted in the following situations.
 

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.