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.

How the system locates a table

Foundation classes and the pr4_base table

Primary key and its component parts

Required columns

The pr_other table

Exposed columns and the Storage Stream (BLOB)

Counting rows in tables

 Required columns for tables

 Security for the database schema

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