Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.mdx | |
gudusoft.gsqlparser.stmt.mdx |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TMdxExpNode node) |
void |
TParseTreeVisitor.preVisit(TMdxExpNode node) |
Modifier and Type | Class and Description |
---|---|
class |
TMdxAxisNode
Query axis clause in select list
|
class |
TMdxBaseFunctionNode |
class |
TMdxBinOpNode |
class |
TMdxCaseNode |
class |
TMdxConstNode |
class |
TMdxEmptyNode |
class |
TMdxFloatConstNode |
class |
TMdxFunctionNode
MDX function or method.
|
class |
TMdxIdentifierNode
Mdx identifier consists of a list of segment name
TMdxIdentifierNode.getSegments() |
class |
TMdxIntegerConstNode |
class |
TMdxNonEmptyNode |
class |
TMdxPropertyNode |
class |
TMdxSetNode |
class |
TMdxStringConstNode |
class |
TMdxTupleNode |
class |
TMdxUnaryOpNode |
class |
TMdxWhenNode |
Modifier and Type | Method and Description |
---|---|
TMdxExpNode |
TMdxCaseNode.getCondition() |
TMdxExpNode |
TMdxDimContentNode.getDefaultMember() |
TMdxExpNode |
TMdxCaseNode.getElseExpr() |
TMdxExpNode |
TMdxUnaryOpNode.getExpNode() |
TMdxExpNode |
TMdxAxisNode.getExpNode()
A valid Multidimensional Expressions (MDX) expression to populate the axis
|
TMdxExpNode |
TMdxWithNode.getExprNode() |
TMdxExpNode |
TMdxWhereNode.getFilter() |
TMdxExpNode |
TMdxBinOpNode.getLeftExprNode() |
TMdxExpNode |
TMdxCalcPropNode.getPropExpr() |
TMdxExpNode |
TMdxBinOpNode.getRightExprNode() |
TMdxExpNode |
TMdxWhenNode.getThenExpr() |
TMdxExpNode |
TMdxWhenNode.getWhenExpr() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMdxExpNode> |
TMdxCallNode.getArgs() |
TPTNodeList<TMdxExpNode> |
TMdxPropertyNode.getArguments() |
TPTNodeList<TMdxExpNode> |
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.
|
TPTNodeList<TMdxExpNode> |
TMdxSelectNode.getCellProps() |
TPTNodeList<TMdxExpNode> |
TMdxScopeNode.getExprList() |
TPTNodeList<TMdxExpNode> |
TMdxTupleNode.getExprList() |
TPTNodeList<TMdxExpNode> |
TMdxDrillthroughNode.getReturnAttrs() |
TPTNodeList<TMdxExpNode> |
TMdxSetNode.getTupleList() |
TPTNodeList<TMdxExpNode> |
TMdxCaseNode.getWhenList() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMdxExpNode> |
TMdxCall.getArgs() |
TPTNodeList<TMdxExpNode> |
TMdxSelect.getCellProps() |
TPTNodeList<TMdxExpNode> |
TMdxScope.getExprList() |
TPTNodeList<TMdxExpNode> |
TMdxDrillthrough.getReturnAttrs() |
Copyright © 2019. All rights reserved.