Skip to main content

%SQL.Engine.Objects.MtsAtt

Reference to an "ATT" mts field entry

Property Inventory

Method Inventory

Parameters

parameter NodeRef = mts(..MtsStream.MtsQuery.Index, ..MtsStream.Index, "ATT", ..Ifn);
Inherited description: A string which, when evaluated, returns the reference for this node. e.g. "asl(1,..MyType, ..MyIndex, 4)"

Properties

property Ifn as %Integer;
The internal field number for this field
Property methods: IfnDisplayToLogical(), IfnGet(), IfnIsValid(), IfnLogicalToDisplay(), IfnNormalize(), IfnSet()
property MtsStream as MtsStream;
The stream associated with the field
Property methods: MtsStreamGet(), MtsStreamGetSwizzled(), MtsStreamIsValid(), MtsStreamNewObject(), MtsStreamSet()

Methods

method Type() as %Integer
The type code for this field type: 0 - needed for output or agg 2 - needed for JOIN/MREL conditions 1 - otherwise
method Val() as %Integer
The val associated with this field

Inherited Members

Inherited Methods

FeedbackOpens in a new tab