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

class %DeepSee.Query.setFunction extends function

This class defines a "set" function within a DeepSee query.
A set function takes the form: FUNC(a,b,c).

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1 48


Summary

Properties
children formatString function label parent
subqueryKey value

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


Parameters

• parameter FUNCTIONCLASS = "set";
Used to indicate which class of functions this class supports.

Properties

• property formatString as %String(MAXLEN=255,XMLPROJECTION="attribute");
Format string to apply to this member.

Methods

• classmethod %BuildFunctionMetaData() as %Status
Test if function metadata is in the DeepSeeFunctionGLVN global. If not, put it there.
• method %NodeToText(pCubeIndex As %String, pKey As %String, pNodeNo As %Integer, Output pText As %String) as %Status
Convert an axis node to a text representation. This is used for duplicate elimination.
• method %PreProcess(pIsSlicer As %Boolean = 0) as %Status
Execute the pre-processing logic for this node.
• method %ToString(Output pSC As %Status) as %String
Convert this node to its text representation.