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

class %DeepSee.Query.Parser extends %RegisteredObject

Contains the DeepSee MDX query parser and related APIs.
This class contains no publicly accessible code.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 34


Summary

Properties
%Stack Bookmark CubeName LastToken Position
Query Text Trace

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %ParseWITH %RemoveFromSaveSet %SerializeObject
%SetModified %ValidateObject


Properties

• property %Stack as %Integer [ MultiDimensional ];
Context stack.
• property Bookmark as %Integer;
Current bookmark position within query text.
• property CubeName as %DeepSee.Datatype.entityName;
Cubename within the current query.
• property LastToken as %String;
Most recently parsed token (used for error reporting).
• property Position as %Integer;
Current position within query text.
• property Query as %DeepSee.Query.query;
The query object this parser is constructing.
• property Text as %String;
Query text.
• property Trace as %Boolean [ InitialExpression = 0 ];
Debug flag.

Methods

• method %ParseWITH(pMode As %String = "with") as %Status
Parse an MDX WITH statement. If pMode is "with", then this is a WITH clause of a query; If pMode is "set" or "member", then this is a CREATE statement;