Uses of Class
gudusoft.gsqlparser.nodes.mdx.TMdxExpNode
Packages that use TMdxExpNode
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TMdxExpNode in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TMdxExpNodeModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TMdxExpNode node) voidTParseTreeVisitor.preVisit(TMdxExpNode node) -
Uses of TMdxExpNode in gudusoft.gsqlparser.nodes.mdx
Subclasses of TMdxExpNode in gudusoft.gsqlparser.nodes.mdxModifier and TypeClassDescriptionclassQuery axis clause in select listclassclassclassclassclassclassclassMDX function or method.classMdx identifier consists of a list of segment nameTMdxIdentifierNode.getSegments()classclassclassclassclassclassclassclassMethods in gudusoft.gsqlparser.nodes.mdx that return TMdxExpNodeModifier and TypeMethodDescriptionTMdxCaseNode.getCondition()TMdxDimContentNode.getDefaultMember()TMdxCaseNode.getElseExpr()TMdxAxisNode.getExpNode()A valid Multidimensional Expressions (MDX) expression to populate the axisTMdxUnaryOpNode.getExpNode()TMdxWithNode.getExprNode()TMdxWhereNode.getFilter()TMdxBinOpNode.getLeftExprNode()TMdxCalcPropNode.getPropExpr()TMdxBinOpNode.getRightExprNode()TMdxWhenNode.getThenExpr()TMdxWhenNode.getWhenExpr()Methods in gudusoft.gsqlparser.nodes.mdx that return types with arguments of type TMdxExpNodeModifier and TypeMethodDescriptionTMdxCallNode.getArgs()TMdxFunctionNode.getArguments()If this class represents a method, the first element is the object expression of the method, and the real argument is start from the second element.TMdxPropertyNode.getArguments()TMdxSelectNode.getCellProps()TMdxScopeNode.getExprList()TMdxTupleNode.getExprList()TMdxDrillthroughNode.getReturnAttrs()TMdxSetNode.getTupleList()TMdxCaseNode.getWhenList() -
Uses of TMdxExpNode in gudusoft.gsqlparser.stmt.mdx
Methods in gudusoft.gsqlparser.stmt.mdx that return types with arguments of type TMdxExpNodeModifier and TypeMethodDescriptionTMdxCall.getArgs()TMdxSelect.getCellProps()TMdxScope.getExprList()TMdxDrillthrough.getReturnAttrs()