Uses of Class
org.olap4j.mdx.NameSegment
Packages that use NameSegment
Package
Description
Contains miscellaneous classes used by the olap4j API and drivers implementing
the API.
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides a default implementation of the MDX parser API.
-
Uses of NameSegment in org.olap4j.impl
Fields in org.olap4j.impl with type parameters of type NameSegmentModifier and TypeFieldDescriptionprotected final List
<NameSegment> IdentifierParser.MemberBuilder.subSegments
-
Uses of NameSegment in org.olap4j.mdx
Methods in org.olap4j.mdx that return types with arguments of type NameSegmentModifier and TypeMethodDescriptionIdentifierSegment.getKeyParts()
Returns the key components, if this IdentifierSegment is a key.KeySegment.getKeyParts()
NameSegment.getKeyParts()
Constructors in org.olap4j.mdx with parameters of type NameSegmentModifierConstructorDescriptionKeySegment
(NameSegment... subSegments) Creates a KeySegment with one or more sub-segments.Constructor parameters in org.olap4j.mdx with type arguments of type NameSegmentModifierConstructorDescriptionKeySegment
(List<NameSegment> subSegmentList) Creates a KeySegment a list of sub-segments. -
Uses of NameSegment in org.olap4j.mdx.parser.impl
Methods in org.olap4j.mdx.parser.impl that return NameSegment