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


Chapter 5 Procedures : procedure_lock

procedure_lock
The procedure_lock table holds the locks that are used to control access to procedures.
Structure
The procedure_lock table has the following structure:
TABLE procedure_lock (
node_id
INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
lock_state SMALLINT NOT NULL,
lock_owner VARCHAR(24) ,
lock_date TIMESTAMP NOT NULL,
lock_reason SMALLINT NOT NULL)
0  not locked.
1  locked by the TIBCO iProcess Modeler.
2  locked by SWDIR\bin\swutil IMPORT.
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Table Activity
The procedure_lock table contains one row for each procedure on the system that is currently being edited.
Rows are added, updated and deleted in the following situations.

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