Uses of Class
mondrian.olap.Id.NameSegment
Packages that use 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
Fields in mondrian.olap with type parameters of type Id.NameSegmentMethods in mondrian.olap that return types with arguments of type Id.NameSegmentModifier and TypeMethodDescriptionId.KeySegment.getKeyParts()
Id.NameSegment.getKeyParts()
abstract List<Id.NameSegment>
Id.Segment.getKeyParts()
Methods in mondrian.olap with parameters of type Id.NameSegmentModifier 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.Method parameters in mondrian.olap with type arguments of type Id.NameSegmentModifier 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.Constructors in mondrian.olap with parameters of type Id.NameSegmentModifierConstructorDescriptionKeySegment
(Id.NameSegment... subSegments) Creates a KeySegment with one or more sub-segments.Constructor parameters in mondrian.olap with type arguments of type Id.NameSegmentModifierConstructorDescriptionKeySegment
(List<Id.NameSegment> subSegmentList) Creates a KeySegment a list of sub-segments. -
Uses of Id.NameSegment in mondrian.parser
Methods in mondrian.parser that return Id.NameSegmentModifier and TypeMethodDescriptionfinal Id.NameSegment
MdxParserImpl.ampId()
final Id.NameSegment
MdxParserImpl.nameSegment()
-
Uses of Id.NameSegment in mondrian.rolap
Methods in mondrian.rolap with parameters of type Id.NameSegmentModifier and TypeMethodDescriptionSqlConstraintFactory.getChildByNameConstraint
(RolapMember parent, Id.NameSegment childName) Method parameters in mondrian.rolap with type arguments of type Id.NameSegmentModifier and TypeMethodDescriptionSqlConstraintFactory.getChildrenByNamesConstraint
(RolapMember parent, List<Id.NameSegment> childNames) RolapSchemaReader.lookupMemberChildrenByNames
(Member parent, List<Id.NameSegment> childNames, MatchType matchType)