Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%Library.TriggerHelper

class %Library.TriggerHelper extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property operation as %RawString;
Holds the operation being performed. Returns INSERT, UPDATE, or DELETE depending on the current SQL /Objects operation
Property methods: operationGet(), operationIsValid(), operationSet()
property properties as %String (MAXLEN = 250) [ MultiDimensional ];
Holds the property names/values that can be referenced by the Python trigger code
Property methods: propertiesDisplayToLogical(), propertiesGet(), propertiesIsValid(), propertiesLogicalToDisplay(), propertiesLogicalToOdbc(), propertiesNormalize(), propertiesSet()
property time as %RawString;
Holds the time when the trigger is pulled, 'before' or 'after'
Property methods: timeGet(), timeIsValid(), timeSet()
property type as %RawString;
Holds the type of trigger, (Foreach). row, row/object, statement
Property methods: typeGet(), typeIsValid(), typeSet()

Methods

method getfield(fieldname As %RawString, newold As %Boolean = 1) as %RawString
method getoperation() as %RawString
method gettype() as %RawString

Inherited Members

Inherited Methods

FeedbackOpens in a new tab