![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The proc_defn table holds procedure definitions.TABLE proc_defn (
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
pd_version INTEGER NOT NULL,
pd_type INTEGER NOT NULL,
pd_index INTEGER NOT NULL,
pd_size INTEGER NOT NULL,
pd_directory VARCHAR(25) NOT NULL,
pd_file VARCHAR(25) NOT NULL,
pd_data BLOB(30K) NOT NULL NOT LOGGED)
• 0 pro data (textual procedure definition)
• 1 lst data (binary procedure definition)
• 2 nod data (not used)
• 3 gwd data (iProcess Modeler layout information)
• 4 nod data (not used)
• 5 VBA project data (VBA project files) If pd_type is 5, contains the sub-directory path (relative to SWDIR\projects) where any VBA project files related to this procedure definition are stored. Filenames are stored in pd_file. If pd_type is 5, contains the filename of a VBA project file related to this procedure definition (if there is one). The file is physically stored in the location defined by pd_directory.
This key enforces the DELETE CASCADE referential action.
The proc_defn table contains one or more rows for each instance of each procedure definition on the system.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |