Uses of Class
mondrian.olap.Id.NameSegment
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of Id.NameSegment in mondrian.olap
Modifier and TypeMethodDescriptionId.KeySegment.getKeyParts()
Id.NameSegment.getKeyParts()
abstract List<Id.NameSegment>
Id.Segment.getKeyParts()
Modifier and TypeMethodDescriptionCube.lookupHierarchy
(Id.NameSegment s, boolean unique) Finds a hierarchy whose name (or unique name, ifunique
is true) equalss
.CubeBase.lookupHierarchy
(Id.NameSegment s, boolean unique) static Member
Util.lookupHierarchyRootMember
(SchemaReader reader, Hierarchy hierarchy, Id.NameSegment memberName) static Member
Util.lookupHierarchyRootMember
(SchemaReader reader, Hierarchy hierarchy, Id.NameSegment memberName, MatchType matchType) Finds a root member of a hierarchy with a given name.Modifier and TypeMethodDescriptionDelegatingSchemaReader.lookupMemberChildrenByNames
(Member parent, List<Id.NameSegment> childNames, MatchType matchType) SchemaReader.lookupMemberChildrenByNames
(Member parent, List<Id.NameSegment> childNames, MatchType matchType) Finds a list of child members with the given names.ModifierConstructorDescriptionKeySegment
(Id.NameSegment... subSegments) Creates a KeySegment with one or more sub-segments.ModifierConstructorDescriptionKeySegment
(List<Id.NameSegment> subSegmentList) Creates a KeySegment a list of sub-segments. -
Uses of Id.NameSegment in mondrian.parser
Modifier and TypeMethodDescriptionfinal Id.NameSegment
MdxParserImpl.ampId()
final Id.NameSegment
MdxParserImpl.nameSegment()
-
Uses of Id.NameSegment in mondrian.rolap
Modifier and TypeMethodDescriptionSqlConstraintFactory.getChildByNameConstraint
(RolapMember parent, Id.NameSegment childName) Modifier and TypeMethodDescriptionSqlConstraintFactory.getChildrenByNamesConstraint
(RolapMember parent, List<Id.NameSegment> childNames) RolapSchemaReader.lookupMemberChildrenByNames
(Member parent, List<Id.NameSegment> childNames, MatchType matchType)