Skip to main content

%DeepSee.Query.namedSet

class %DeepSee.Query.namedSet extends %DeepSee.Query.set

This represents a named set within an MDX query.

Property Inventory

Method Inventory

Properties

property definition as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "none");
Original definition of this named set. Used when creating subqueries.
Property methods: definitionDisplayToLogical(), definitionGet(), definitionIsValid(), definitionLogicalToDisplay(), definitionLogicalToOdbc(), definitionNormalize(), definitionSet()
property name as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "attribute");
Name of this named set.
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()

Methods

method %GetMemberProvider() as %DeepSee.Query.member
Return the member provider object associated with this node.
method %ToString(Output pSC As %Status) as %String
Convert this node to its text representation. Note, this is assumed to be called from the context of an axis or slicer so it returns the name of the named set itself and not its definition.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab