Uses of Interface
gudusoft.gsqlparser.nodes.mdx.IMdxIdentifierSegment

Packages that use IMdxIdentifierSegment
gudusoft.gsqlparser.nodes.mdx   
 

Uses of IMdxIdentifierSegment in gudusoft.gsqlparser.nodes.mdx
 

Classes in gudusoft.gsqlparser.nodes.mdx that implement IMdxIdentifierSegment
 class TMdxKeySegment
           
 class TMdxNameSegment
           
 

Methods in gudusoft.gsqlparser.nodes.mdx that return IMdxIdentifierSegment
 IMdxIdentifierSegment TMdxFunctionNode.getFunctionSegment()
           
 IMdxIdentifierSegment TMdxPropertyNode.getFunctionSegment()
           
 

Methods in gudusoft.gsqlparser.nodes.mdx that return types with arguments of type IMdxIdentifierSegment
 TPTNodeList<IMdxIdentifierSegment> TMdxIdentifierNode.getSegmentList()
          Returns the list of segments which consistitute this identifier.
 TPTNodeList<IMdxIdentifierSegment> TMdxIdentifierNode.getSegments()
           
 

Methods in gudusoft.gsqlparser.nodes.mdx with parameters of type IMdxIdentifierSegment
 void TMdxIdentifierNode.add(IMdxIdentifierSegment segment)
          Returns a new Identifier consisting of this one with another segment appended.
 void TMdxIdentifierNode.insertAt(IMdxIdentifierSegment segment, int index)