Uses of Class
mondrian.olap.Id.NameSegment
-
Packages that use Id.NameSegment Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.parser mondrian.rolap 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.NameSegment Modifier and Type Field Description List<Id.NameSegment>
Id.KeySegment. subSegmentList
Methods in mondrian.olap that return types with arguments of type Id.NameSegment Modifier and Type Method Description List<Id.NameSegment>
Id.KeySegment. getKeyParts()
List<Id.NameSegment>
Id.NameSegment. getKeyParts()
abstract List<Id.NameSegment>
Id.Segment. getKeyParts()
Methods in mondrian.olap with parameters of type Id.NameSegment Modifier and Type Method Description Hierarchy
Cube. lookupHierarchy(Id.NameSegment s, boolean unique)
Finds a hierarchy whose name (or unique name, ifunique
is true) equalss
.Hierarchy
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.NameSegment Modifier and Type Method Description List<Member>
DelegatingSchemaReader. lookupMemberChildrenByNames(Member parent, List<Id.NameSegment> childNames, MatchType matchType)
List<Member>
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.NameSegment Constructor Description KeySegment(Id.NameSegment... subSegments)
Creates a KeySegment with one or more sub-segments.Constructor parameters in mondrian.olap with type arguments of type Id.NameSegment Constructor Description KeySegment(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.NameSegment Modifier and Type Method Description Id.NameSegment
MdxParserImpl. ampId()
Id.NameSegment
MdxParserImpl. nameSegment()
-
Uses of Id.NameSegment in mondrian.rolap
Methods in mondrian.rolap with parameters of type Id.NameSegment Modifier and Type Method Description MemberChildrenConstraint
SqlConstraintFactory. getChildByNameConstraint(RolapMember parent, Id.NameSegment childName)
Method parameters in mondrian.rolap with type arguments of type Id.NameSegment Modifier and Type Method Description MemberChildrenConstraint
SqlConstraintFactory. getChildrenByNamesConstraint(RolapMember parent, List<Id.NameSegment> childNames)
List<Member>
RolapSchemaReader. lookupMemberChildrenByNames(Member parent, List<Id.NameSegment> childNames, MatchType matchType)
-