Class Reference
%DeepSee.Query.namedSet
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Query] >  [namedSet]
Private  Storage

class %DeepSee.Query.namedSet extends set

This represents a named set within an MDX query.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 3


Summary

Properties
children definition name parent value

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetMemberProvider %GetParameter %GetType
%GetValue %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%PreProcess %PrintNode %RemoveFromSaveSet %SerializeObject
%SetModified %ToString %ValidateObject XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property definition as %DeepSee.Datatype.string(MAXLEN=1000,XMLPROJECTION="none");
Original definition of this named set. Used when creating subqueries.
• property name as %DeepSee.Datatype.string(MAXLEN=1000,XMLPROJECTION="attribute");
Name of this named set.

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.