prorm API Reference
    Preparing search index...

    Variable TriggerRowConst

    TriggerRow: { New: "NEW"; Old: "OLD" } = ...

    The rows a trigger body can read: the incoming row and the existing one.

    Type Declaration

    • ReadonlyNew: "NEW"

      The row being written. Absent in a DELETE trigger.

    • ReadonlyOld: "OLD"

      The row as it was. Absent in an INSERT trigger.