Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 Procedures : proc_event

proc_event
The proc_event table stores definitions of procedure events.
Structure
The proc_event table has the following structure:
TABLE proc_event(
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
major_vers number(5) NOT NULL,
minor_vers number(5) NOT NULL,
pd_version number(7) NOT NULL,
eventname varchar(32) NOT NULL,
user_event_name varchar(32) 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.

Index
The following index is defined for this table.
Storage
The following STORAGE values are defined for this table.
Table Activity
The proc_event table contains one or more rows for each instance of each procedure definition on the system. Rows are added, updated, and deleted in the following situations.
Note: When updating a procedure event, the record related to this event is deleted and then a new record with the event changes is added in the table.
Note: When updating a procedure event, the record related to this event is deleted and then a new record with the event changes is added in the table.
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved