Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, 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
VARCHAR(20) NOT NULL,
version_value INTEGER NOT NULL)
Data type: either cdqp or user.
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
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 © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.