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

class %DeepSee.Query.calculatedMember extends set

This represents a calculated member within an MDX query.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 3


Summary

Properties
children definition formatString isResolved
memberName originalName parent parentDimension
solveOrder 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 member.
• property formatString as %String(MAXLEN=255,XMLPROJECTION="attribute");
Format string to apply to this member.
• property isResolved as %Boolean(XMLPROJECTION="none") [ InitialExpression = 0 ];
Set true when the definition of this calculated member has been resolved into a query graph and added to the children of this node.
• property memberName as %DeepSee.Datatype.string(MAXLEN=1000,XMLPROJECTION="attribute");
Name of this calculated member.
• property originalName as %DeepSee.Datatype.string(MAXLEN=1000,XMLPROJECTION="none");
Original name of this calculated member (in its original case).
• property parentDimension as %DeepSee.Datatype.string(MAXLEN=1000,XMLPROJECTION="attribute");
Name of the dimension this calculated member is associated with.
• property solveOrder as %Integer(MINVAL=0,XMLPROJECTION="attribute");
Solve order to apply to this member.

Methods

• method %GetType() as %String
Return type of 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 calculated member itself and not its definition.