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


Chapter 6 Procedure Management : pmobjects_security

pmobjects_security
The pmobjects_security table stores the encrypted security settings for every procedure object (except shortcuts) in the Procedure Management library.
Structure
The pmobjects_security table has the following structure:
TABLE pmobjects_security (
object_guid
VARCHAR(36) NOT NULL,
security_id INTEGER NOT NULL,
attrib_expr VARCHAR(260) NOT NULL,
security_level VARCHAR(8) 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.
Table Activity
The pmobjects_security table contains one row for each procedure object (except shortcuts) in the Procedure Management library.
Rows are added, updated and deleted in the following situations.

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