Skip to main content

%SQL.Engine.Objects.MtQuery

References the query-specific data in the mt() array

Property Inventory

Method Inventory

Properties

property Index as %Integer;
The index of this query in mt
Property methods: IndexDisplayToLogical(), IndexGet(), IndexIsValid(), IndexLogicalToDisplay(), IndexNormalize(), IndexSet()
property Mt as Mt;
A reference to the mt array
Property methods: MtGet(), MtGetSwizzled(), MtIsValid(), MtNewObject(), MtSet()

Methods

method Output() as MtOutput
The mt("o") "output" array for this query
method Properties() as MtProperties
mt("p") "properties" array for this query
method Stream(index As %Integer) as MtStream
Returns the stream ("join") of this query at index

Inherited Members

Inherited Methods

FeedbackOpens in a new tab