Uses of Class
mondrian.olap.Id
Packages that use Id
Package
Description
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of Id in mondrian.mdx
Methods in mondrian.mdx with parameters of type Id -
Uses of Id in mondrian.olap
Methods in mondrian.olap that return IdModifier and TypeMethodDescriptionId.append
(Id.Segment segment) Returns a new Identifier consisting of this one with another segment appended.Id.clone()
Id[]
QueryAxis.getDimensionProperties()
Formula.getIdentifier()
Returns the Identifier of the set or member which is declared by this Formula.Methods in mondrian.olap with parameters of type IdModifier and TypeMethodDescriptionvoid
Query.addFormula
(Id id, Exp exp) Adds a new formula specifying a set to an existing query.void
Query.addFormula
(Id id, Exp exp, MemberProperty[] memberProperties) Adds a new formula specifying a member to an existing query.Constructors in mondrian.olap with parameters of type IdModifierConstructorDescriptionConstructs formula specifying a set.Formula
(Id id, Exp exp, MemberProperty[] memberProperties) Constructs a formula specifying a member.QueryAxis
(boolean nonEmpty, Exp set, AxisOrdinal axisOrdinal, QueryAxis.SubtotalVisibility subtotalVisibility, Id[] dimensionProperties) Creates an axis.Constructor parameters in mondrian.olap with type arguments of type Id -
Uses of Id in mondrian.parser
Methods in mondrian.parser that return IdModifier and TypeMethodDescriptionfinal Id
MdxParserImpl.compoundId()
final Id
MdxParserImpl.returnItem()