Package gudusoft.gsqlparser.nodes.mdx
Interface IMdxIdentifierSegment
- All Known Implementing Classes:
TMdxKeySegment,TMdxNameSegment
public interface IMdxIdentifierSegment
-
Method Summary
Modifier and TypeMethodDescriptionReturns the key components, if this IMdxIdentifierSegment is a key.getName()Returns the name of this IMdxIdentifierSegment.Returns how this Segment is quoted.
-
Method Details
-
getQuoting
Returns how this Segment is quoted.- Returns:
- how this Segment is quoted
-
getName
Returns the name of this IMdxIdentifierSegment. Returnsnullif this IMdxIdentifierSegment represents a key.- Returns:
- name of this Segment
-
getKeyParts
Returns the key components, if this IMdxIdentifierSegment is a key. (That is, ifgetQuoting()returnsEMdxQuoting.KEY.) Returns null otherwise.- Returns:
- Components of key, or null if this IMdxIdentifierSegment is not a key
-