Back Forward Working with the PegaRULES database — Table and column basics

Working with the PegaRULES database

Every persistent object in the PegaRULES database has an associated class (Rule-Obj-Class rule type). PRPC uses a simple algorithm and information in Data-Admin-DB-Table instances to determine which table contains objects of which classes.

When in memory and on the clipboard, objects are known as instances and have an XML-like structure consisting of property names and text property values. These can be reviewed with the Clipboard tool.

When saved into the PegaRULES database, objects become rows of a table, with columns corresponding to scalar properties.

Definitions exposed property, external class, handle, pattern inheritance, PegaRULES database,  Storage Stream, Type
Related topics About Database Table data instances
Understanding alerts
How to detect when a work item is saved to the pr_other table (PEGA0041 alert)
Understanding the pzInsKey property
Standard rules Atlas — Initial Database Table data instances

HomeWorking with the PegaRULES database