Skip to main content

%SQL.Engine.Objects.AslPkTemp

Represents the "temp" module invocation pre/postkey action

Property Inventory

Method Inventory

Parameters

parameter NodeRef = asl(..AslPk.AslMod.Index, ..AslPk.Type, ..AslPk.Index, "temp");
Inherited description: A string which, when evaluated, returns the reference for this node. e.g. "asl(1,..MyType, ..MyIndex, 4)"

Properties

property AslPk as AslPk;
The pre/postkey associated with this action
Property methods: AslPkGet(), AslPkGetSwizzled(), AslPkIsValid(), AslPkNewObject(), AslPkSet()

Methods

method Cond() as %String
If this condition is true after the module is invoked, the current module will quit
method Mod() as AslMod
The module that will be invoked
method Once() as %Boolean
True if the module will only be invoked once per execution of this stream
method SetCond(cond As MtVal)
method SetMod(mod As AslMod)
method SetOnce(once As %Boolean = 1)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab