%DeepSee.Query.memberFunction
class %DeepSee.Query.memberFunction extends %DeepSee.Query.function
This class defines a member function within a DeepSee query.A "member" function is a function that is syntactically part of a member: member.FUNC or member.FUNC(a)
These are sometimes referred to as operators within MDX.
Method Inventory
Parameters
parameter FUNCTIONCLASS = mbr;
Used to indicate which class of functions this class supports.
Methods
classmethod %BuildFunctionMetaData() as %Status
Test if function metadata is in the DeepSeeFunctionGLVN global.
If not, put it there.
method %GetMemberProvider() as %DeepSee.Query.member
Return the member provider object associated with this node.
Execute the pre-processing logic for this node.
Convert this node to its text representation.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetFunctionInfo()
- %GetFunctionSignature()
- %GetParameter()
- %GetType()
- %GetValue()
- %IsA()
- %IsEnabled()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %PrintNode()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %TypeFlagToString()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()