A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abs(double) - Static method in class mondrian.olap.fun.vba.Vba
 
absolute(int) - Method in class mondrian.olap4j.EmptyResultSet
 
absolute(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
AbstractAggregateFunDef - Class in mondrian.olap.fun
Abstract base class for all aggregate functions (Aggregate, Sum, Avg, et cetera).
AbstractAggregateFunDef(FunDef) - Constructor for class mondrian.olap.fun.AbstractAggregateFunDef
 
AbstractBooleanCalc - Class in mondrian.calc.impl
Abstract implementation of the BooleanCalc interface.
AbstractBooleanCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractBooleanCalc
Creates an AbstractBooleanCalc.
AbstractCalc - Class in mondrian.calc.impl
Abstract implementation of the Calc interface.
AbstractCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractCalc
Creates an AbstractCalc.
AbstractColumnPredicate - Class in mondrian.rolap.agg
A AbstractColumnPredicate is an abstract implementation for StarColumnPredicate.
AbstractColumnPredicate(RolapStar.Column) - Constructor for class mondrian.rolap.agg.AbstractColumnPredicate
Creates an AbstractColumnPredicate.
AbstractColumnPredicate.Factory - Class in mondrian.rolap.agg
Factory for StarPredicates and StarColumnPredicates.
AbstractColumnPredicate.Factory() - Constructor for class mondrian.rolap.agg.AbstractColumnPredicate.Factory
 
AbstractDateTimeCalc - Class in mondrian.calc.impl
Abstract implementation of the DateTimeCalc interface.
AbstractDateTimeCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractDateTimeCalc
Creates an AbstractDateTimeCalc.
AbstractDimensionCalc - Class in mondrian.calc.impl
Abstract implementation of the DimensionCalc interface.
AbstractDimensionCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractDimensionCalc
Creates an AbstractDimensionCalc.
AbstractDoubleCalc - Class in mondrian.calc.impl
Abstract implementation of the DoubleCalc interface.
AbstractDoubleCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractDoubleCalc
Creates an AbstractDoubleCalc.
AbstractEndToEndTupleList - Class in mondrian.calc.impl
Abstract implementation of a TupleList that stores tuples in end-to-end format.
AbstractEndToEndTupleList(int) - Constructor for class mondrian.calc.impl.AbstractEndToEndTupleList
 
AbstractExpCompiler - Class in mondrian.calc.impl
Abstract implementation of the ExpCompiler interface.
AbstractExpCompiler(Evaluator, Validator) - Constructor for class mondrian.calc.impl.AbstractExpCompiler
Creates an AbstractExpCompiler
AbstractExpCompiler(Evaluator, Validator, List<ResultStyle>) - Constructor for class mondrian.calc.impl.AbstractExpCompiler
Creates an AbstractExpCompiler which is constrained to produce one of a set of result styles.
AbstractHierarchyCalc - Class in mondrian.calc.impl
Abstract implementation of the HierarchyCalc interface.
AbstractHierarchyCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractHierarchyCalc
Creates an AbstractHierarchyCalc.
AbstractIntegerCalc - Class in mondrian.calc.impl
Abstract implementation of the IntegerCalc interface.
AbstractIntegerCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractIntegerCalc
Creates an AbstractIntegerCalc.
AbstractIterCalc - Class in mondrian.calc.impl
Abstract implementation of the IterCalc interface.
AbstractIterCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractIterCalc
Creates an abstract implementation of a compiled expression which returns a TupleIterable.
AbstractLevelCalc - Class in mondrian.calc.impl
Abstract implementation of the LevelCalc interface.
AbstractLevelCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractLevelCalc
Creates an AbstractLevelCalc.
AbstractListCalc - Class in mondrian.calc.impl
Abstract implementation of the ListCalc interface.
AbstractListCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractListCalc
Creates an abstract implementation of a compiled expression which returns a mutable list of tuples.
AbstractListCalc(Exp, Calc[], boolean) - Constructor for class mondrian.calc.impl.AbstractListCalc
Creates an abstract implementation of a compiled expression which returns a list.
AbstractMemberCalc - Class in mondrian.calc.impl
Abstract implementation of the MemberCalc interface.
AbstractMemberCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractMemberCalc
Creates an AbstractMemberCalc.
AbstractMemoryMonitor - Class in mondrian.util
Abstract implementation of MemoryMonitor.
AbstractMemoryMonitor() - Constructor for class mondrian.util.AbstractMemoryMonitor
Constructor of this base class.
AbstractMemoryMonitor.Entry - Class in mondrian.util
Class used to associate Listener and threshold.
AbstractMemoryMonitor.Entry(MemoryMonitor.Listener, long) - Constructor for class mondrian.util.AbstractMemoryMonitor.Entry
Creates an Entry.
AbstractMondrianOlap4jTester - Class in mondrian.test
Abstract implementation of the TestContext.Tester callback required by olap4j's Test Compatability Kit (TCK).
AbstractMondrianOlap4jTester(TestContext, String, String, TestContext.Tester.Flavor) - Constructor for class mondrian.test.AbstractMondrianOlap4jTester
 
AbstractQuerySpec - Class in mondrian.rolap.agg
Base class for QuerySpec implementations.
AbstractQuerySpec(RolapStar, boolean) - Constructor for class mondrian.rolap.agg.AbstractQuerySpec
Creates an AbstractQuerySpec.
AbstractRecorder - Class in mondrian.recorder
Abstract implemention of the MessageRecorder interface.
AbstractRecorder() - Constructor for class mondrian.recorder.AbstractRecorder
 
AbstractRecorder(int) - Constructor for class mondrian.recorder.AbstractRecorder
 
AbstractRecorder.MsgType - Enum in mondrian.recorder
 
AbstractSegmentBody - Class in mondrian.rolap.agg
Abstract implementation of a SegmentBody.
AbstractSegmentBody(SortedSet<Comparable<?>>[], boolean[]) - Constructor for class mondrian.rolap.agg.AbstractSegmentBody
 
AbstractStringCalc - Class in mondrian.calc.impl
Abstract implementation of the StringCalc interface.
AbstractStringCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractStringCalc
Creates an AbstractStringCalc.
AbstractTupleCalc - Class in mondrian.calc.impl
Abstract implementation of the TupleCalc interface.
AbstractTupleCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractTupleCalc
Creates an AbstractTupleCalc.
AbstractTupleCursor - Class in mondrian.calc.impl
Abstract implementation of TupleIterator.
AbstractTupleCursor(int) - Constructor for class mondrian.calc.impl.AbstractTupleCursor
 
AbstractTupleIterable - Class in mondrian.calc.impl
Abstract implementation of TupleIterable.
AbstractTupleIterable(int) - Constructor for class mondrian.calc.impl.AbstractTupleIterable
Creates an AbstractTupleIterable.
AbstractTupleIterator - Class in mondrian.calc.impl
Abstract implementation of TupleIterator.
AbstractTupleIterator(int) - Constructor for class mondrian.calc.impl.AbstractTupleIterator
 
AbstractTupleList - Class in mondrian.calc.impl
Abstract implementation of TupleList.
AbstractTupleList(int) - Constructor for class mondrian.calc.impl.AbstractTupleList
 
AbstractTupleList.AbstractTupleListIterator - Class in mondrian.calc.impl
Implementation of TupleIterator for ArrayTupleList.
AbstractTupleList.AbstractTupleListIterator() - Constructor for class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
 
AbstractVoidCalc - Class in mondrian.calc.impl
Abstract implementation of the VoidCalc interface.
AbstractVoidCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.AbstractVoidCalc
 
accept(CalcWriter) - Method in interface mondrian.calc.Calc
Prints this expression, by accepting a visiting CalcWriter.
accept(Validator) - Method in class mondrian.calc.DummyExp
 
accept(ExpCompiler) - Method in class mondrian.calc.DummyExp
 
accept(MdxVisitor) - Method in class mondrian.calc.DummyExp
 
accept(CalcWriter) - Method in class mondrian.calc.impl.AbstractCalc
 
accept(Validator) - Method in class mondrian.mdx.DimensionExpr
 
accept(ExpCompiler) - Method in class mondrian.mdx.DimensionExpr
 
accept(MdxVisitor) - Method in class mondrian.mdx.DimensionExpr
 
accept(Validator) - Method in class mondrian.mdx.HierarchyExpr
 
accept(ExpCompiler) - Method in class mondrian.mdx.HierarchyExpr
 
accept(MdxVisitor) - Method in class mondrian.mdx.HierarchyExpr
 
accept(Validator) - Method in class mondrian.mdx.LevelExpr
 
accept(ExpCompiler) - Method in class mondrian.mdx.LevelExpr
 
accept(MdxVisitor) - Method in class mondrian.mdx.LevelExpr
 
accept(Validator) - Method in class mondrian.mdx.MemberExpr
 
accept(ExpCompiler) - Method in class mondrian.mdx.MemberExpr
 
accept(MdxVisitor) - Method in class mondrian.mdx.MemberExpr
 
accept(Validator) - Method in class mondrian.mdx.NamedSetExpr
 
accept(ExpCompiler) - Method in class mondrian.mdx.NamedSetExpr
 
accept(MdxVisitor) - Method in class mondrian.mdx.NamedSetExpr
 
accept(Validator) - Method in class mondrian.mdx.ParameterExpr
 
accept(ExpCompiler) - Method in class mondrian.mdx.ParameterExpr
 
accept(MdxVisitor) - Method in class mondrian.mdx.ParameterExpr
 
accept(Validator) - Method in class mondrian.mdx.ResolvedFunCall
 
accept(ExpCompiler) - Method in class mondrian.mdx.ResolvedFunCall
 
accept(MdxVisitor) - Method in class mondrian.mdx.ResolvedFunCall
 
accept(MdxVisitor) - Method in class mondrian.mdx.UnresolvedFunCall
 
accept(Validator) - Method in class mondrian.mdx.UnresolvedFunCall
 
accept(ExpCompiler) - Method in class mondrian.mdx.UnresolvedFunCall
 
accept(Validator) - Method in interface mondrian.olap.Exp
Validates this expression.
accept(ExpCompiler) - Method in interface mondrian.olap.Exp
Converts this expression into an a tree of expressions which can be efficiently evaluated.
accept(MdxVisitor) - Method in interface mondrian.olap.Exp
Accepts a visitor to this Exp.
accept(ExpCompiler) - Method in class mondrian.olap.ExpBase
 
accept(Validator) - Method in class mondrian.olap.Formula
Resolves identifiers into objects.
accept(MdxVisitor) - Method in class mondrian.olap.Formula
Accepts a visitor to this Formula.
accept(CalcWriter) - Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeCalc
 
accept(CalcWriter) - Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
accept(Validator) - Method in class mondrian.olap.Id
 
accept(MdxVisitor) - Method in class mondrian.olap.Id
 
accept(Validator) - Method in class mondrian.olap.Literal
 
accept(ExpCompiler) - Method in class mondrian.olap.Literal
 
accept(MdxVisitor) - Method in class mondrian.olap.Literal
 
accept(MdxVisitor) - Method in class mondrian.olap.Query
 
accept(MdxVisitor) - Method in class mondrian.olap.QueryAxis
 
accept(CacheControlImpl.CellRegionVisitor) - Method in interface mondrian.rolap.CacheControlImpl.CellRegionImpl
 
accept(CacheControlImpl.CellRegionVisitor) - Method in class mondrian.rolap.CacheControlImpl.CrossjoinCellRegion
 
accept(CacheControlImpl.CellRegionVisitor) - Method in class mondrian.rolap.CacheControlImpl.EmptyCellRegion
 
accept(CacheControlImpl.MemberSetVisitor) - Method in class mondrian.rolap.CacheControlImpl.EmptyMemberSet
 
accept(CacheControlImpl.CellRegionVisitor) - Method in class mondrian.rolap.CacheControlImpl.MemberCellRegion
 
accept(CacheControlImpl.CellRegionVisitor) - Method in class mondrian.rolap.CacheControlImpl.MemberRangeCellRegion
 
accept(CacheControlImpl.MemberSetVisitor) - Method in interface mondrian.rolap.CacheControlImpl.MemberSetPlus
Accepts a visitor.
accept(CacheControlImpl.MemberSetVisitor) - Method in class mondrian.rolap.CacheControlImpl.RangeMemberSet
 
accept(CacheControlImpl.MemberSetVisitor) - Method in class mondrian.rolap.CacheControlImpl.SimpleMemberSet
 
accept(CacheControlImpl.MemberSetVisitor) - Method in class mondrian.rolap.CacheControlImpl.UnionMemberSet
 
accept(T) - Method in interface mondrian.util.FilteredIterableList.Filter
 
accepted - Variable in class mondrian.gui.PreferencesDialog
 
accepted() - Method in class mondrian.gui.PreferencesDialog
 
accepted - Variable in class mondrian.gui.PreferencesSchemasDialog
 
acceptsConnection(Connection) - Method in class mondrian.spi.impl.JdbcDialectFactory
Returns whether this dialect is suitable for the given connection.
acceptsURL(String) - Static method in class mondrian.olap4j.MondrianOlap4jConnection
 
acceptsURL(String) - Method in class mondrian.olap4j.MondrianOlap4jDriver
 
access - Variable in class mondrian.gui.MondrianGuiDef.CubeGrant
 
access - Variable in class mondrian.gui.MondrianGuiDef.DimensionGrant
 
access - Variable in class mondrian.gui.MondrianGuiDef.HierarchyGrant
 
access - Variable in class mondrian.gui.MondrianGuiDef.MemberGrant
 
access - Variable in class mondrian.gui.MondrianGuiDef.SchemaGrant
 
Access - Enum in mondrian.olap
Access enumerates the allowable access rights.
access - Variable in class mondrian.olap.MondrianDef.CubeGrant
 
access - Variable in class mondrian.olap.MondrianDef.DimensionGrant
 
access - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
 
access - Variable in class mondrian.olap.MondrianDef.MemberGrant
 
access - Variable in class mondrian.olap.MondrianDef.SchemaGrant
 
ACCESS - Static variable in class mondrian.xmla.Enumeration
 
access - Variable in enum mondrian.xmla.PropertyDefinition
 
AccessControlTest - Class in mondrian.test
AccessControlTest is a set of unit-tests for access-control.
AccessControlTest(String) - Constructor for class mondrian.test.AccessControlTest
 
AccessControlTest.PeopleRole - Class in mondrian.test
 
AccessControlTest.PeopleRole(Role, Schema, String) - Constructor for class mondrian.test.AccessControlTest.PeopleRole
 
AccessDialect - Class in mondrian.spi.impl
Implementation of Dialect for the Microsoft Access database (also called the JET Engine).
AccessDialect(Connection) - Constructor for class mondrian.spi.impl.AccessDialect
Creates an AccessDialect.
accuracy(LinReg.Value) - Static method in class mondrian.olap.fun.LinReg
 
acos(double) - Static method in class mondrian.olap.fun.vba.Excel
 
acosh(double) - Static method in class mondrian.olap.fun.vba.Excel
 
ACTION_AFTER_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
ACTION_BEFORE_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
action_obj - Variable in class mondrian.olap.Parser
Instance of action encapsulation class.
action_table() - Method in class mondrian.olap.Parser
Access to parse-action table.
activeEditor - Variable in class mondrian.gui.SchemaPropertyCellEditor
 
activeNativeExpansions - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
adaptList(TupleList, int, int[]) - Method in class mondrian.olap.fun.NativizeSetFunDef.CrossJoinAnalyzer
 
add(List<Member>) - Method in class mondrian.calc.impl.ArrayTupleList
 
add(int, List<Member>) - Method in class mondrian.calc.impl.ArrayTupleList
 
add(int, List<Member>) - Method in class mondrian.calc.impl.DelegatingTupleList
 
add(int, List<Member>) - Method in class mondrian.calc.impl.ListTupleList
 
add(int, List<Member>) - Method in class mondrian.calc.impl.UnaryTupleList
 
add(List<Member>) - Method in class mondrian.calc.impl.UnaryTupleList
 
add(JdbcMetaData.DbTable) - Method in class mondrian.gui.JdbcMetaData.Database.TableTracker
 
add(Object) - Method in class mondrian.olap.Util.AbstractFlatList
 
add(int, Object) - Method in class mondrian.olap.Util.AbstractFlatList
 
add(ExplicitRules.TableDef.Level) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Adds a Level.
add(ExplicitRules.TableDef.Measure) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Adds a Measure.
add(CellRequest) - Method in class mondrian.rolap.FastBatchingCellReader.Batch
 
add(FastBatchingCellReader.Batch) - Method in class mondrian.rolap.FastBatchingCellReader.CompositeBatch
 
add(GroupingSet) - Method in class mondrian.rolap.GroupingSetsCollector
 
add(RolapNativeSql.SqlCompiler) - Method in class mondrian.rolap.RolapNativeSql.CompositeSqlCompiler
 
add(String) - Method in class mondrian.rolap.sql.SqlQuery.ClauseList
Adds an element to this ClauseList if either duplicates are allowed or if it has not already been added.
add(RolapMember) - Method in class mondrian.rolap.TargetBase
 
add(DBLoader.Row) - Method in class mondrian.test.loader.CsvDBLoader.ListRowStream
 
add(T) - Method in class mondrian.util.ConcatenableList
 
add(int, T) - Method in class mondrian.util.ConcatenableList
 
add(Format.FDBigInt) - Method in class mondrian.util.Format.FDBigInt
Add one FDBigInt to another.
add(T) - Method in class mondrian.util.ObjectPool
Adds an object to the ObjectPool if it is not already in the pool or returns the object that is already in the pool that matches the object being added.
add(SpatialValueTree.SpatialRegion<K, E>, V) - Method in interface mondrian.util.SpatialValueTree
Stores a string value at all points which intersect with the passed region key.
add(SpatialValueTree2.SpatialRegion) - Method in interface mondrian.util.SpatialValueTree2
Stores a region in this tree.
add(int, T) - Method in class mondrian.util.UnsupportedList
 
add(T) - Method in class mondrian.util.UnsupportedList
 
add(T) - Method in class mondrian.util.UnsupportedList.ListItr
 
add_escapes(String) - Static method in exception mondrian.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAggExclude(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggFactCount(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggForeignKey(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggIgnoreColumn(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggLevel(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggMeasure(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggName(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggPattern(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAggregateList(BitKey, StarPredicate) - Method in class mondrian.rolap.agg.CellRequest
Add compound member (formed via aggregate function) constraint to the Cell.
addAggStar(AggStar) - Method in class mondrian.rolap.RolapStar
Adds an AggStar to this star.
addAll(Collection<? extends List<Member>>) - Method in class mondrian.calc.impl.AbstractEndToEndTupleList
 
addAll(int, Collection<? extends List<Member>>) - Method in class mondrian.calc.impl.AbstractEndToEndTupleList
 
addAll(int, Collection<? extends List<Member>>) - Method in class mondrian.calc.impl.ArrayTupleList
 
addAll(Collection<? extends T>) - Method in class mondrian.olap.Util.AbstractFlatList
 
addAll(int, Collection<? extends T>) - Method in class mondrian.olap.Util.AbstractFlatList
 
addAll(Collection<? extends T>) - Method in class mondrian.util.ConcatenableList
 
addAll(Collection<? extends T>) - Method in class mondrian.util.UnsupportedList
 
addAll(int, Collection<? extends T>) - Method in class mondrian.util.UnsupportedList
 
addAnnotation(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addAnnotations(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addBatch() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
addBatch(String) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
addCalcMemberPropToCalcMember(MondrianGuiDef.CalculatedMember, int, TreePath) - Method in class mondrian.gui.SchemaExplorer
 
addCalcMemberPropToMeasure(MondrianGuiDef.Measure, int, TreePath) - Method in class mondrian.gui.SchemaExplorer
 
addCalculatedMember(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addCalculatedMemberProperty(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
AddCalculatedMembersFunDef - Class in mondrian.olap.fun
Definition of the AddCalculatedMembers MDX function.
addCalculation(RolapCalculation, boolean) - Method in class mondrian.rolap.RolapEvaluator
 
addCallback(XmlaRequestCallback) - Method in class mondrian.xmla.XmlaServlet
Registers a callback.
addCaptionExp(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addCellEditorListener(CellEditorListener) - Method in class mondrian.gui.SchemaPropertyCellEditor
Adds a listener to the list that's notified when the editor stops, or cancels editing.
addCellEditorListener(CellEditorListener) - Method in class mondrian.gui.SchemaTreeCellEditor
 
addCellFormatter(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addClosure(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addCode(String, String) - Method in class mondrian.gui.MondrianGuiDef.View
 
addCode(String, String) - Method in class mondrian.olap.MondrianDef.View
 
addColumnsToList(List<AggStar.Table.Column>) - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
Add all of this Table's columns to the list parameter and then add all child table columns.
addConstrainedColumn(RolapStar.Column, StarColumnPredicate) - Method in class mondrian.rolap.agg.CellRequest
Adds a constraint to this request.
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.DefaultTupleConstraint
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.DescendantsConstraint
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.RolapNativeFilter.FilterConstraint
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.RolapNativeTopCount.TopCountConstraint
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in interface mondrian.rolap.sql.CrossJoinArg
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
 
addConstraint(SqlQuery, RolapCube, AggStar) - Method in interface mondrian.rolap.sql.TupleConstraint
Modifies a Level.Members query.
addConstraint(SqlQuery, RolapCube, AggStar) - Method in class mondrian.rolap.SqlContextConstraint
Called from LevelMembers: restricts the SQL resultset to the current context.
addContextConstraint(SqlQuery, AggStar, Evaluator, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
For every restricting member in the current context, generates a WHERE condition and a join to the fact table.
addCookie(Cookie) - Method in class mondrian.tui.MockHttpServletRequest
 
addCookie(Cookie) - Method in class mondrian.tui.MockHttpServletResponse
Adds the specified cookie to the response.
addCube(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addCube(RolapCube) - Method in class mondrian.rolap.RolapSchema
Adds a cube to the cube name map.
addCubeGrant(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addCurrent(TupleCursor) - Method in class mondrian.calc.impl.AbstractTupleList
 
addCurrent(TupleCursor) - Method in class mondrian.calc.impl.ArrayTupleList
 
addCurrent(TupleCursor) - Method in class mondrian.calc.impl.UnaryTupleList
 
addCurrent(TupleCursor) - Method in interface mondrian.calc.TupleList
 
addDatabaseTime(long) - Static method in class mondrian.olap.Util
Adds to the cumulative amount of time spent accessing the database.
addDateHeader(String, long) - Method in class mondrian.tui.MockHttpServletResponse
Adds a response header with the given name and date-value.
addDimension(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addDimensionGrant(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addDimensionUsage(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addError(Test, Throwable) - Method in class mondrian.test.MondrianResultPrinter
 
addError(XmlUtil.SaxErrorHandler.ErrorInfo) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
addEscapes(String) - Static method in error mondrian.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExclude(ExplicitRules.Exclude) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Add an exclude rule.
addFailure(Test, AssertionFailedError) - Method in class mondrian.test.MondrianResultPrinter
 
addFK(MondrianDef.AggForeignKey) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Add foreign key mapping entry (maps from fact table foreign key column name to aggregate table foreign key column name).
addForeignKeyToNotLostColumnUsages(JdbcSchema.Table.Column) - Method in class mondrian.rolap.aggmatcher.AggGen
 
addFormula(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addFormula(Id, Exp) - Method in class mondrian.olap.Query
Adds a new formula specifying a set to an existing query.
addFormula(Id, Exp, MemberProperty[]) - Method in class mondrian.olap.Query
Adds a new formula specifying a member to an existing query.
addFormula(Formula) - Method in class mondrian.olap.Query
Adds a new formula specifying a member or a set to an existing query; resolve is called after the formula has been added.
addFormulas(Formula...) - Method in class mondrian.olap.Query
Adds some number of new formulas specifying members or sets to an existing query; resolve is only called once, after all the new members have been added to the query.
addFrom(SqlQuery, String, boolean) - Method in class mondrian.rolap.sql.SqlQuery
 
addFrom(MondrianDef.RelationOrJoin, String, boolean) - Method in class mondrian.rolap.sql.SqlQuery
Adds a relation to a query, adding appropriate join conditions, unless it is already present.
addFromQuery(String, String, boolean) - Method in class mondrian.rolap.sql.SqlQuery
Adds a subquery to the FROM clause of this Query with a given alias.
addFromTable(String, String, String, String, Map, boolean) - Method in class mondrian.rolap.sql.SqlQuery
Adds [schema.]table AS alias to the FROM clause.
addGrantCubeSlicer(String, String, boolean) - Method in class mondrian.olap.CubeAccess
Adds restricted hierarchy or limited member based on bMember
addGroupBy(String) - Method in class mondrian.rolap.sql.SqlQuery
 
addGroupBy(String, String) - Method in class mondrian.rolap.sql.SqlQuery
 
addGroupingFunction(SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
 
addGroupingFunction(SqlQuery) - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
addGroupingFunction(String) - Method in class mondrian.rolap.sql.SqlQuery
 
addGroupingSet(List<String>) - Method in class mondrian.rolap.sql.SqlQuery
 
addGroupingSets(SqlQuery, Map<String, String>) - Method in class mondrian.rolap.agg.AbstractQuerySpec
 
addGroupingSets(SqlQuery, Map<String, String>) - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
addHaving(String) - Method in class mondrian.rolap.sql.SqlQuery
 
addHeader(String, String) - Method in class mondrian.tui.MockHttpServletRequest
 
addHeader(String, String) - Method in class mondrian.tui.MockHttpServletResponse
Adds a response header with the given name and value.
addHierarchy(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addHierarchyGrant(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addIgnoreColumnName(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Adds the name of an aggregate table column that is to be ignored.
addInitParameter(String, String) - Method in class mondrian.tui.MockServletConfig
 
addInitParameter(String, String) - Method in class mondrian.tui.MockServletContext
 
addInlineTable(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addIntHeader(String, int) - Method in class mondrian.tui.MockHttpServletResponse
Adds a response header with the given name and integer value.
addItemsToMenubar(JMenuBar) - Method in interface mondrian.gui.WorkbenchMenubarPlugin
 
addJoin(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addJoin(RolapCube, MondrianDef.RelationOrJoin, RolapStar.Condition) - Method in class mondrian.rolap.RolapStar.Table
Extends this 'leg' of the star by adding relation joined by joinCondition.
addKeyExp(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addLevel(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addLevel(Level) - Method in class mondrian.olap.QueryAxis
 
addLevel(AggStar.Table.Level) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Add a Level column.
addLevelCalculatedMembers(SchemaReader, Level, List<Member>) - Static method in class mondrian.olap.Util
 
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.ChildByNameConstraint
 
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
 
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.DefaultTupleConstraint
 
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.DescendantsConstraint
 
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in interface mondrian.rolap.sql.MemberChildrenConstraint
Will be called once for the level that contains the children of a Member.Children query.
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in interface mondrian.rolap.sql.TupleConstraint
Will be called multiple times for every "group by" level in Level.Members query, i.e.
addLevelConstraint(SqlQuery, RolapCube, AggStar, RolapLevel) - Method in class mondrian.rolap.SqlContextConstraint
 
addLevelMembers(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>) - Method in class mondrian.rolap.HighCardSqlTupleReader
 
addLevelMembers(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>) - Method in class mondrian.rolap.SqlTupleReader
 
addLevelMembers(RolapLevel, TupleReader.MemberBuilder, List<RolapMember>) - Method in interface mondrian.rolap.TupleReader
Adds a hierarchy to retrieve members from.
addLevelMemberSql(SqlQuery, RolapLevel, RolapCube, SqlTupleReader.WhichSelect, AggStar) - Method in class mondrian.rolap.SqlTupleReader
Generates the SQL statement to access members of level.
addLevelTo(ExplicitRules.TableDef, String, String) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
 
addLevelToAxis(AxisOrdinal, Level) - Method in class mondrian.olap.Query
Adds a level to an axis expression.
addListener(CellSetListener.Granularity, CellSetListener) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
addListener(MemoryMonitor.Listener) - Method in class mondrian.util.AbstractMemoryMonitor
 
addListener(MemoryMonitor.Listener, int) - Method in class mondrian.util.AbstractMemoryMonitor
 
addListener(MemoryMonitor.Listener, int) - Method in class mondrian.util.FauxMemoryMonitor
 
addListener(MemoryMonitor.Listener) - Method in class mondrian.util.FauxMemoryMonitor
 
addListener(MemoryMonitor.Listener, int) - Method in interface mondrian.util.MemoryMonitor
Adds a Listener to the MemoryMonitor with a given threshold percentage.
addListener(MemoryMonitor.Listener) - Method in interface mondrian.util.MemoryMonitor
Adds a Listener using the default threshold percentage.
addLocale(Locale) - Method in class mondrian.tui.MockHttpServletRequest
 
addLocales(List<Locale>) - Method in class mondrian.tui.MockHttpServletRequest
 
addMeasure(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addMeasure(int, SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
Adds a measure to a query.
addMeasure(int, SqlQuery) - Method in class mondrian.rolap.agg.AggQuerySpec
 
addMeasure(int, SqlQuery) - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
addMeasureExp(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addMeasuresMembers(OlapElement) - Method in class mondrian.olap.Query
Keeps track of references to members of the measures dimension
addMeasureTo(ExplicitRules.TableDef, String, String) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
 
addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember) - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
 
addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>) - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
 
addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember) - Method in interface mondrian.rolap.sql.MemberChildrenConstraint
Modifies a Member.Children query so that only the children of parent will be returned in the result set.
addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>) - Method in interface mondrian.rolap.sql.MemberChildrenConstraint
Modifies a Member.Children query so that (all or some) children of all parent members contained in parents will be returned in the result set.
addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
Creates a "WHERE parent = value" constraint.
addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>, boolean, boolean, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
Creates a "WHERE exp IN (...)" condition containing the values of all parents.
addMemberConstraint(SqlQuery, RolapCube, AggStar, RolapMember) - Method in class mondrian.rolap.SqlContextConstraint
Called from MemberChildren: adds parent to the current context and restricts the SQL resultset to that new context.
addMemberConstraint(SqlQuery, RolapCube, AggStar, List<RolapMember>) - Method in class mondrian.rolap.SqlContextConstraint
Adds parents to the current context and restricts the SQL resultset to that new context.
addMemberFormatter(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addMemberGrant(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addMembers(SchemaReader, List<Member>, Hierarchy) - Static method in class mondrian.olap.fun.FunUtil
 
addMembers(SchemaReader, List<Member>, Level) - Static method in class mondrian.olap.fun.FunUtil
 
addNamedSet(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addNameExp(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addOn(String, String, String, String, String) - Method in class mondrian.rolap.sql.SqlQuery.FromClauseList
 
addOnLanguageChangedListener(LanguageChangedListener) - Static method in class mondrian.gui.I18n
 
addOrderBy(String, boolean, boolean, boolean) - Method in class mondrian.rolap.sql.SqlQuery
Adds an item to the ORDER BY clause.
addOrderBy(String, boolean, boolean, boolean, boolean) - Method in class mondrian.rolap.sql.SqlQuery
Adds an item to the ORDER BY clause.
addOrdinalExp(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addParameter(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addParentExp(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addPredicate(RolapStar.Column, StarColumnPredicate) - Method in class mondrian.rolap.RolapCacheRegion
Adds a predicate which applies to a single column.
addPredicate(StarPredicate) - Method in class mondrian.rolap.RolapCacheRegion
Adds a predicate which applies to multiple columns.
addProperty(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addPropertyFormatter(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addRelation(ActionEvent, MondrianGuiDef.RelationOrJoin) - Method in class mondrian.gui.SchemaExplorer
 
addResource(String, URL) - Method in class mondrian.tui.MockServletContext
 
addRole(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addRow(SqlStatement, int) - Method in class mondrian.rolap.TargetBase
Adds a row to the collection.
addRow(Rowset.Row, List<Rowset.Row>) - Method in class mondrian.xmla.Rowset
Adds a Rowset.Row to a result, provided that it meets the necessary criteria.
addSchemaGrant(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addScript(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addSelect(String, SqlStatement.Type) - Method in class mondrian.rolap.sql.SqlQuery
Adds an expression to the select clause, automatically creating a column alias.
addSelect(String, SqlStatement.Type, String) - Method in class mondrian.rolap.sql.SqlQuery
Adds an expression to the select clause, with a specified type and column alias.
addSelectGroupBy(String, SqlStatement.Type) - Method in class mondrian.rolap.sql.SqlQuery
Adds an expression to the SELECT and GROUP BY clauses.
addSQL(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addTable(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addTable(AggStar.DimTable) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Add a child DimTable table.
addTable(ResultSet) - Method in class mondrian.rolap.aggmatcher.JdbcSchema
Makes a Table from an ResultSet: the table's name is the ResultSet third entry.
addTableDef(ExplicitRules.TableDef) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Add a name or pattern (table) rule.
addToCompositeBatch(Map<AggregationKey, FastBatchingCellReader.CompositeBatch>, FastBatchingCellReader.Batch, FastBatchingCellReader.Batch) - Method in class mondrian.rolap.FastBatchingCellReader
 
addToFrom(SqlQuery, boolean, boolean) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
This is a copy of the code found in RolapStar used to generate an SQL query.
addToFrom(SqlQuery, MondrianDef.Expression) - Method in class mondrian.rolap.RolapHierarchy
Adds to the FROM clause of the query the tables necessary to access the members of this hierarchy.
addToFrom(SqlQuery, RolapStar.Table) - Method in class mondrian.rolap.RolapHierarchy
Adds a table to the FROM clause of the query.
addToFrom(SqlQuery, boolean, boolean) - Method in class mondrian.rolap.RolapStar.Table
Adds this table to the FROM clause of a query, and also, if joinToParent, any join condition.
addToFromInverse(SqlQuery, MondrianDef.Expression) - Method in class mondrian.rolap.RolapHierarchy
Adds to the FROM clause of the query the tables necessary to access the members of this hierarchy in an inverse join order, used with agg tables.
addTreeModelListener(TreeModelListener) - Method in class mondrian.gui.JdbcTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTuple(Member...) - Method in class mondrian.calc.impl.ArrayTupleList
 
addTuple(Member...) - Method in class mondrian.calc.impl.DelegatingTupleList
 
addTuple(Member...) - Method in class mondrian.calc.impl.ListTupleList
 
addTuple(Member...) - Method in class mondrian.calc.impl.UnaryTupleList
 
addTuple(Member...) - Method in interface mondrian.calc.TupleList
 
addUnique(TupleList, TupleList, Set<List<Member>>) - Static method in class mondrian.olap.fun.FunUtil
Adds every element of right which is not in set to both set and left.
addUserDefinedFunction(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addView(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addVirtualCube(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addVirtualCubeDimension(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addVirtualCubeMeasure(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
addWhere(String, String, String) - Method in class mondrian.rolap.sql.SqlQuery
 
addWhere(RolapStar.Condition) - Method in class mondrian.rolap.sql.SqlQuery
 
addWhere(String) - Method in class mondrian.rolap.sql.SqlQuery
 
adjustBeginLineColumn(int, int) - Method in class mondrian.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
afterCompile(Exp, Calc, boolean) - Method in class mondrian.calc.impl.DelegatingExpCompiler
Hook for post-processing.
afterCompile(Exp, Calc, boolean) - Method in class mondrian.rolap.RolapDependencyTestingEvaluator.DteCompiler
 
afterCompile(Exp, Calc, boolean) - Method in class mondrian.rolap.RolapProfilingEvaluator.ProfilingEvaluatorCompiler
 
afterLast() - Method in class mondrian.olap4j.EmptyResultSet
 
afterLast() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
aggColumn - Variable in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
aggColumn - Variable in class mondrian.olap.MondrianDef.AggForeignKey
 
aggExcludes - Variable in class mondrian.gui.MondrianGuiDef.Table
 
aggExcludes - Variable in class mondrian.olap.MondrianDef.Table
 
AggGen - Class in mondrian.rolap.aggmatcher
This class is used to create "lost" and "collapsed" aggregate table creation sql (creates the rdbms table and inserts into it from the base fact table).
AggGen(String, RolapStar, RolapStar.Column[]) - Constructor for class mondrian.rolap.aggmatcher.AggGen
 
AggGenTest - Class in mondrian.rolap.aggmatcher
Test if lookup columns are there after loading them in AggGen#addCollapsedColumn(...).
AggGenTest(String) - Constructor for class mondrian.rolap.aggmatcher.AggGenTest
 
aggGroup - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
 
AggLoadingError - Variable in class mondrian.resource.MondrianResource
AggLoadingError is 'Error while loading/reloading aggregates.'
AggLoadingExceededErrorCount - Variable in class mondrian.resource.MondrianResource
AggLoadingExceededErrorCount is 'Too many errors, ''{0,number}'', while loading/reloading aggregates.'
aggMgr - Variable in class mondrian.rolap.FastBatchingCellReader
 
AggMultipleMatchingMeasure - Variable in class mondrian.resource.MondrianResource
AggMultipleMatchingMeasure is 'Context ''{0}'': Candidate aggregate table ''{1}'' for fact table ''{2}'' has ''{3,number}'' columns matching measure ''{4}'', ''{5}'', ''{6}''".'
AggQuerySpec - Class in mondrian.rolap.agg
An AggStar's version of the QuerySpec.
AggQuerySpec(AggStar, boolean, GroupingSetsList) - Constructor for class mondrian.rolap.agg.AggQuerySpec
 
aggregate(Evaluator, TupleList, Calc) - Method in interface mondrian.olap.Aggregator
Applies this aggregator to an expression over a set of members and returns the result.
aggregate(Calc, Evaluator, TupleList) - Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
Computes an expression for each element of a list, and aggregates the result according to the evaluation context's current aggregation strategy.
aggregate(Evaluator, TupleList, Calc) - Method in class mondrian.rolap.RolapAggregator.BaseAggor
 
AggregateFunDef - Class in mondrian.olap.fun
Definition of the AGGREGATE MDX function.
AggregateFunDef(FunDef) - Constructor for class mondrian.olap.fun.AggregateFunDef
Creates an AggregateFunDef.
AggregateFunDef.AggregateCalc - Class in mondrian.olap.fun
 
AggregateFunDef.AggregateCalc(Exp, ListCalc, Calc) - Constructor for class mondrian.olap.fun.AggregateFunDef.AggregateCalc
 
AggregateRules - Variable in class mondrian.olap.MondrianProperties
String property containing the name of the file which defines the rules for recognizing an aggregate table.
AggregateRuleTag - Variable in class mondrian.olap.MondrianProperties
String property that is the AggRule element's tag value.
Aggregation - Class in mondrian.rolap.agg
A Aggregation is a pre-computed aggregation over a set of columns.
Aggregation(AggregationKey) - Constructor for class mondrian.rolap.agg.Aggregation
Creates an Aggregation.
aggregation - Variable in class mondrian.rolap.agg.Segment
 
Aggregation.Axis - Class in mondrian.rolap.agg
 
Aggregation.Axis(StarColumnPredicate) - Constructor for class mondrian.rolap.agg.Aggregation.Axis
Creates an empty Axis.
Aggregation.Axis(StarColumnPredicate, Comparable[]) - Constructor for class mondrian.rolap.agg.Aggregation.Axis
Creates an axis populated with a set of keys.
AGGREGATION_TYPE - Static variable in class mondrian.olap.Property
Definition of the internal property which holds the aggregation type.
AGGREGATION_TYPE_ORDINAL - Static variable in class mondrian.olap.Property
 
AggregationKey - Class in mondrian.rolap.agg
Column context that an Aggregation is computed for.
AggregationKey(CellRequest) - Constructor for class mondrian.rolap.agg.AggregationKey
Creates an AggregationKey.
aggregationLists - Variable in class mondrian.rolap.RolapEvaluator
List of lists of tuples or members, rarely used, but overrides the ordinary dimensional context if set when a cell value comes to be evaluated.
AggregationManager - Class in mondrian.rolap.agg
RolapAggregationManager manages all Aggregations in the system.
AggregationManager() - Constructor for class mondrian.rolap.agg.AggregationManager
Creates the AggregationManager.
AggregationManager.PinSetImpl - Class in mondrian.rolap.agg
Implementation of RolapAggregationManager.PinSet using a HashSet.
AggregationManager.PinSetImpl() - Constructor for class mondrian.rolap.agg.AggregationManager.PinSetImpl
 
AggregationOnDistinctCountMeasuresTest - Class in mondrian.rolap.agg
AggregationOnDistinctCountMeasureTest tests the Distinct Count functionality with tuples and members.
AggregationOnDistinctCountMeasuresTest() - Constructor for class mondrian.rolap.agg.AggregationOnDistinctCountMeasuresTest
 
aggregator - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
Aggregator - Interface in mondrian.olap
Describes an aggregation operator, such as "sum" or "count".
aggregator - Variable in class mondrian.olap.MondrianDef.Measure
 
AggRuleParse - Variable in class mondrian.resource.MondrianResource
AggRuleParse is 'Error while parsing default aggregate recognition ''{0}''.'
aggRules - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
All AggRules (at least one).
AggStar - Class in mondrian.rolap.aggmatcher
Aggregate table version of a RolapStar for a fact table.
AggStar(RolapStar, JdbcSchema.Table, int) - Constructor for class mondrian.rolap.aggmatcher.AggStar
 
aggStar - Variable in class mondrian.rolap.RolapNativeSql
 
AggStar.DimTable - Class in mondrian.rolap.aggmatcher
This class represents a dimension table.
AggStar.DimTable(AggStar.Table, String, MondrianDef.Relation, AggStar.Table.JoinCondition) - Constructor for class mondrian.rolap.aggmatcher.AggStar.DimTable
 
AggStar.FactTable - Class in mondrian.rolap.aggmatcher
This is an aggregate fact table.
AggStar.FactTable(JdbcSchema.Table) - Constructor for class mondrian.rolap.aggmatcher.AggStar.FactTable
 
AggStar.FactTable(String, MondrianDef.Relation, int, int) - Constructor for class mondrian.rolap.aggmatcher.AggStar.FactTable
 
AggStar.FactTable.Measure - Class in mondrian.rolap.aggmatcher
This is a Column that is a Measure (contains an aggregator).
AggStar.Table - Class in mondrian.rolap.aggmatcher
Base Table class for the FactTable and DimTable classes.
AggStar.Table(String, MondrianDef.Relation) - Constructor for class mondrian.rolap.aggmatcher.AggStar.Table
 
AggStar.Table.Column - Class in mondrian.rolap.aggmatcher
Base class for Level and Measure classes
AggStar.Table.Column(String, MondrianDef.Expression, Dialect.Datatype, int) - Constructor for class mondrian.rolap.aggmatcher.AggStar.Table.Column
 
AggStar.Table.ForeignKey - Class in mondrian.rolap.aggmatcher
This class is used for holding foreign key columns.
AggStar.Table.JoinCondition - Class in mondrian.rolap.aggmatcher
The query join condition between a base table and this table (the table that owns the join condition).
AggStar.Table.Level - Class in mondrian.rolap.aggmatcher
This class is used for holding dimension level information.
aggTable - Variable in class mondrian.rolap.aggmatcher.Recognizer
 
AggTableManager - Class in mondrian.rolap.aggmatcher
Manages aggregate tables.
AggTableManager(RolapSchema) - Constructor for class mondrian.rolap.aggmatcher.AggTableManager
 
aggTables - Variable in class mondrian.gui.MondrianGuiDef.Table
 
aggTables - Variable in class mondrian.olap.MondrianDef.Table
 
AggTableTestCase - Class in mondrian.rolap.aggmatcher
This abstract class can be used as the basis for writing aggregate table test in the "testsrc/main/mondrian/rolap/aggmatcher" directory.
AggTableTestCase() - Constructor for class mondrian.rolap.aggmatcher.AggTableTestCase
 
AggTableTestCase(String) - Constructor for class mondrian.rolap.aggmatcher.AggTableTestCase
 
AggTableZeroSize - Variable in class mondrian.resource.MondrianResource
AggTableZeroSize is 'Zero size Aggregate table ''{0}'' for Fact Table ''{1}''.'
AggUnknownColumn - Variable in class mondrian.resource.MondrianResource
AggUnknownColumn is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has a column ''{2}'' with unknown usage.'
al - Variable in class mondrian.gui.SchemaPropertyCellEditor
 
alertedNonNativeFunDefs - Variable in class mondrian.olap.Query
Set of FunDefs for which alerts about non-native evaluation have already been posted.
AlertNativeEvaluationUnsupported - Variable in class mondrian.olap.MondrianProperties
Alerting action to take in case native evaluation of a function is enabled but not supported for that function's usage in a particular query.
alertNonNative(String, String) - Static method in class mondrian.rolap.RolapUtil
Raises an alert that native SQL evaluation could not be used in a case where it might have been beneficial, but some limitation in Mondrian's implementation prevented it.
alias - Variable in class mondrian.gui.MondrianGuiDef.InlineTable
 
alias - Variable in class mondrian.gui.MondrianGuiDef.Table
 
alias - Variable in class mondrian.gui.MondrianGuiDef.View
 
alias - Variable in class mondrian.olap.MondrianDef.InlineTable
 
alias - Variable in class mondrian.olap.MondrianDef.Table
 
alias - Variable in class mondrian.olap.MondrianDef.View
 
allDaysOfMonthBitmap - Static variable in class mondrian.util.Schedule
 
allDaysOfWeekBitmap - Static variable in class mondrian.util.Schedule
 
allHiers() - Static method in class mondrian.test.TestContext
 
allHiersExcept(String...) - Static method in class mondrian.test.TestContext
Generates a string containing all dimensions except those given.
allLevelName - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
 
allLevelName - Variable in class mondrian.olap.HierarchyBase
 
allLevelName - Variable in class mondrian.olap.MondrianDef.Hierarchy
 
allMember() - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
 
allMember() - Method in class mondrian.rolap.SqlMemberSource
 
allMember() - Method in interface mondrian.rolap.TupleReader.MemberBuilder
Returns the 'all' member of the hierarchy.
allMember(String, Cube) - Method in class mondrian.test.FoodMartTestCase
 
allMemberCaption - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
 
allMemberCaption - Variable in class mondrian.olap.MondrianDef.Hierarchy
 
allMemberName - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
 
allMemberName - Variable in class mondrian.olap.HierarchyBase
 
allMemberName - Variable in class mondrian.olap.MondrianDef.Hierarchy
 
allOptions - Variable in class mondrian.gui.SchemaPropertyCellEditor
 
allowDups - Variable in class mondrian.rolap.sql.SqlQuery.ClauseList
 
allowsAs() - Method in interface mondrian.spi.Dialect
Returns whether the SQL dialect allows "AS" in the FROM clause.
allowsAs() - Method in class mondrian.spi.impl.FirebirdDialect
 
allowsAs() - Method in class mondrian.spi.impl.HiveDialect
 
allowsAs() - Method in class mondrian.spi.impl.InterbaseDialect
 
allowsAs() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsAs() - Method in class mondrian.spi.impl.OracleDialect
 
allowsAs() - Method in class mondrian.spi.impl.SybaseDialect
 
allowsCompoundCountDistinct() - Method in interface mondrian.spi.Dialect
Returns whether this Dialect allows multiple arguments to the COUNT(DISTINCT ...) aggregate function, for example SELECT COUNT(DISTINCT x, y) FROM t
allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.HiveDialect
 
allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.InfobrightDialect
 
allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsCompoundCountDistinct() - Method in class mondrian.spi.impl.MySqlDialect
 
allowsCountDistinct() - Method in interface mondrian.spi.Dialect
Returns whether this Dialect supports distinct aggregations.
allowsCountDistinct() - Method in class mondrian.spi.impl.AccessDialect
 
allowsCountDistinct() - Method in class mondrian.spi.impl.GreenplumDialect
 
allowsCountDistinct() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsDdl() - Method in interface mondrian.spi.Dialect
Returns whether this dialect supports common SQL Data Definition Language (DDL) statements such as CREATE TABLE and DROP INDEX.
allowsDdl() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsDdl() - Method in class mondrian.spi.impl.NeoviewDialect
 
allowsDialectSharing() - Method in interface mondrian.spi.Dialect
Returns whether this Dialect object can be used for all connections from the same data source.
allowsDialectSharing() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsFromQuery() - Method in interface mondrian.spi.Dialect
Returns whether this Dialect allows a subquery in the from clause, for example SELECT * FROM (SELECT * FROM t) AS x
allowsFromQuery() - Method in class mondrian.spi.impl.Db2OldAs400Dialect
 
allowsFromQuery() - Method in class mondrian.spi.impl.GreenplumDialect
 
allowsFromQuery() - Method in class mondrian.spi.impl.InformixDialect
 
allowsFromQuery() - Method in class mondrian.spi.impl.InterbaseDialect
 
allowsFromQuery() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsFromQuery() - Method in class mondrian.spi.impl.MySqlDialect
 
allowsFromQuery() - Method in class mondrian.spi.impl.SybaseDialect
 
allowsJoinOn() - Method in interface mondrian.spi.Dialect
Returns whether this dialect supports "ANSI-style JOIN syntax", FROM leftTable JOIN rightTable ON conditon.
allowsJoinOn() - Method in class mondrian.spi.impl.HiveDialect
 
allowsJoinOn() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsJoinOn() - Method in class mondrian.spi.impl.OracleDialect
 
allowsMultipleCountDistinct() - Method in interface mondrian.spi.Dialect
Returns whether this Dialect supports more than one distinct aggregation in the same query.
allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.DerbyDialect
 
allowsMultipleCountDistinct() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsMultipleDistinctSqlMeasures() - Method in interface mondrian.spi.Dialect
Returns whether this Dialect has performant support of distinct SQL measures in the same query.
allowsMultipleDistinctSqlMeasures() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsMultipleDistinctSqlMeasures() - Method in class mondrian.spi.impl.LucidDbDialect
 
allowsOrderByAlias() - Method in interface mondrian.spi.Dialect
Returns true if aliases defined in the SELECT clause can be used as expressions in the ORDER BY clause.
allowsOrderByAlias() - Method in class mondrian.spi.impl.InfobrightDialect
 
allowsOrderByAlias() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsRegularExpressionInWhereClause() - Method in interface mondrian.spi.Dialect
Informs Mondrian if the dialect supports regular expressions when creating the 'where' or the 'having' clause.
allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.GreenplumDialect
 
allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.MySqlDialect
 
allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.OracleDialect
 
allowsRegularExpressionInWhereClause() - Method in class mondrian.spi.impl.PostgreSqlDialect
 
allowsSelectNotInGroupBy() - Method in interface mondrian.spi.Dialect
Returns whether the database currently permits queries to include in the SELECT clause expressions that are not listed in the GROUP BY clause.
allowsSelectNotInGroupBy() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
allProceduresAreCallable() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
allSchemas - Variable in class mondrian.gui.JdbcMetaData.Database
 
allTablesAreSelectable() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
allWeeksOfMonthBitmap - Static variable in class mondrian.util.Schedule
 
alwaysResolveFunDef() - Method in interface mondrian.olap.Validator
Whether to resolve function name and arguments to a function definition each time a node is validated, not just the first time.
alwaysResolveFunDef() - Method in class mondrian.olap.ValidatorImpl
 
amend(String, String) - Method in class mondrian.test.DiffRepository
 
AMP_QUOTED_ID - Static variable in interface mondrian.olap.ParserSym
 
AMP_QUOTED_ID - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
ancestor(Evaluator, Member, int, Level) - Static method in class mondrian.olap.fun.FunUtil
Returns the ancestor of member at the given level or distance.
AncestorFunDef - Class in mondrian.olap.fun
Definition of the Ancestor MDX function.
AncestorFunDef(FunDef) - Constructor for class mondrian.olap.fun.AncestorFunDef
 
AND - Static variable in interface mondrian.olap.ParserSym
 
AND - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
and(StarPredicate) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
 
and(StarPredicate) - Method in class mondrian.rolap.agg.AndPredicate
 
and(StarPredicate) - Method in class mondrian.rolap.agg.MemberTuplePredicate
 
and(StarPredicate) - Method in class mondrian.rolap.agg.OrPredicate
 
and(BitKey) - Method in interface mondrian.rolap.BitKey
Returns the boolean AND of this bitkey and the given bitkey.
and(BitKey) - Method in class mondrian.rolap.BitKey.Big
 
and(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
 
and(BitKey) - Method in class mondrian.rolap.BitKey.Small
 
and(StarPredicate) - Method in interface mondrian.rolap.StarPredicate
Returns this intersection of this Predicate with another.
andNot(BitKey) - Method in interface mondrian.rolap.BitKey
Returns a BitKey containing all of the bits in this BitSet whose corresponding bit is NOT set in the specified BitSet.
andNot(BitKey) - Method in class mondrian.rolap.BitKey.Big
 
andNot(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
 
andNot(BitKey) - Method in class mondrian.rolap.BitKey.Small
 
AndPredicate - Class in mondrian.rolap.agg
Predicate which is the intersection of a list of predicates.
AndPredicate(List<StarPredicate>) - Constructor for class mondrian.rolap.agg.AndPredicate
 
Annotated - Interface in mondrian.olap
An element that has annotations.
Annotation - Interface in mondrian.olap
User-defined property on a metadata element.
annotations - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.Cube
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.CubeDimension
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.Level
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.Measure
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.NamedSet
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.Role
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.Schema
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
Contains values of user-defined properties.
annotations - Variable in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.CalculatedMember
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.Cube
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.CubeDimension
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.Hierarchy
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.Level
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.Measure
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.NamedSet
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.Role
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.Schema
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.VirtualCube
Contains values of user-defined properties.
annotations - Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
Contains values of user-defined properties.
AntTestBase - Class in mondrian.test.build
Base class for tests that execute Ant targets.
AntTestBase(String) - Constructor for class mondrian.test.build.AntTestBase
Creates an AntTestBase.
ANY_LIST - Static variable in enum mondrian.calc.ResultStyle
 
ANY_ONLY - Static variable in enum mondrian.calc.ResultStyle
 
anyDepends(Calc[], Hierarchy) - Static method in class mondrian.calc.impl.AbstractCalc
Returns true if one of the calcs depends on the given dimension.
anyDependsButFirst(Calc[], Hierarchy) - Static method in class mondrian.calc.impl.AbstractCalc
Returns true if calc[0] depends on dimension, else false if calc[0] returns dimension, else true if any of the other calcs depend on dimension.
append(Id.Segment) - Method in class mondrian.olap.Id
Returns a new Identifier consisting of this one with another segment appended.
append(T[], T) - Static method in class mondrian.olap.Util
Adds an object to the end of an array.
append(String) - Method in class mondrian.rolap.StringList
Appends to an existing item.
appendArrays(T[], T[]...) - Static method in class mondrian.olap.Util
Concatenates one or more arrays.
appendCube(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendEcho(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendError(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendExit(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendExpr(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendFile(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendFunc(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendHintsAfterFromClause(StringBuilder, Map<String, String>) - Method in interface mondrian.spi.Dialect
Assembles and returns a string containing any hints that should be appended after the FROM clause in a SELECT statement, based on any hints provided.
appendHintsAfterFromClause(StringBuilder, Map<String, String>) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
appendHintsAfterFromClause(StringBuilder, Map<String, String>) - Method in class mondrian.spi.impl.MySqlDialect
 
appendIndent(StringBuilder, int) - Static method in class mondrian.tui.CmdRunner
 
appendJoin(List<String>, String, String, StringBuilder) - Method in class mondrian.rolap.sql.SqlQuery.FromClauseList
 
appendList(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendLog(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendParam(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendSet(StringBuilder) - Static method in class mondrian.tui.CmdRunner
 
appendTuple(StringBuilder, Member[]) - Static method in class mondrian.olap.fun.FunUtil
 
applicationContext - Variable in class mondrian.web.taglib.Listener
 
ApplResources - Class in mondrian.web.taglib
holds compiled stylesheets
ApplResources() - Constructor for class mondrian.web.taglib.ApplResources
Creates a ApplResources.
apply(Validator, List<Exp>) - Method in interface mondrian.olap.fun.Resolver.Conversion
Applies this conversion to its argument, modifying the argument list in place.
apply(PT) - Method in interface mondrian.olap.Util.Functor1
 
APPROX_NUMERIC_LITERAL - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
approxRowCount - Variable in class mondrian.gui.MondrianGuiDef.AggName
 
approxRowCount - Variable in class mondrian.gui.MondrianGuiDef.Level
 
approxRowCount - Variable in class mondrian.olap.LevelBase
 
approxRowCount - Variable in class mondrian.olap.MondrianDef.AggName
 
approxRowCount - Variable in class mondrian.olap.MondrianDef.Level
 
approxRowCount - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
 
areCatalogsEqual(DataSourcesConfig.DataSource, DataSourcesConfig.Catalog, DataSourcesConfig.DataSource, DataSourcesConfig.Catalog) - Static method in class mondrian.server.DynamicContentFinder
 
areMembersUnique() - Method in interface mondrian.olap.Level
 
areMembersUnique() - Method in class mondrian.rolap.RolapLevel
 
areOccurencesEqual(Collection<T>) - Static method in class mondrian.olap.Util
Returns whether a collection contains precisely one distinct element.
arg - Variable in class mondrian.parser.MdxParserImpl.JJCalls
 
argCount - Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
 
args - Variable in class mondrian.rolap.RolapNativeSet.SetConstraint
 
ArgsMustHaveSameHierarchy - Variable in class mondrian.resource.MondrianResource
ArgsMustHaveSameHierarchy is 'All arguments to function ''{0}'' must have same hierarchy.'
arity - Variable in class mondrian.calc.impl.AbstractTupleCursor
 
arity - Variable in class mondrian.calc.impl.AbstractTupleIterable
 
arity - Variable in class mondrian.calc.impl.AbstractTupleList
 
array - Variable in class mondrian.gui.MondrianGuiDef.Annotations
 
array - Variable in class mondrian.gui.MondrianGuiDef.ColumnDefs
 
array - Variable in class mondrian.gui.MondrianGuiDef.Rows
 
Array - Static variable in class mondrian.olap.Category
Array is an expression of array type.
array - Variable in class mondrian.olap.MondrianDef.Annotations
 
array - Variable in class mondrian.olap.MondrianDef.ColumnDefs
 
array - Variable in class mondrian.olap.MondrianDef.Rows
 
ArrayMemberSource - Class in mondrian.rolap
ArrayMemberSource implements a flat, static hierarchy.
ArrayMemberSource(RolapHierarchy, List<RolapMember>) - Constructor for class mondrian.rolap.ArrayMemberSource
 
ArrayStack<E> - Class in mondrian.util
Stack implementation based on ArrayList.
ArrayStack() - Constructor for class mondrian.util.ArrayStack
Default constructor.
ArrayStack(ArrayStack<E>) - Constructor for class mondrian.util.ArrayStack
Copy Constructor
ArrayTupleList - Class in mondrian.calc.impl
Implementation of TupleList that stores tuples end-to-end in an array.
ArrayTupleList(int) - Constructor for class mondrian.calc.impl.ArrayTupleList
Creates an empty ArrayTupleList with an initial capacity of 10 tuples.
ArrayTupleList(int, int) - Constructor for class mondrian.calc.impl.ArrayTupleList
Creates an empty ArrayTupleList.
arrowButtonDownAction(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
arrowButtonUpAction(ActionEvent) - Method in class mondrian.gui.SchemaExplorer
 
AS - Static variable in interface mondrian.olap.ParserSym
 
AS - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
asArrayList() - Method in class mondrian.olap.Util.AbstractFlatList
 
asc(String) - Static method in class mondrian.olap.fun.vba.Vba
 
ascB(String) - Static method in class mondrian.olap.fun.vba.Vba
 
ascending - Variable in class mondrian.rolap.RolapNativeTopCount.TopCountConstraint
 
ascW(String) - Static method in class mondrian.olap.fun.vba.Vba
 
AsFunDef - Class in mondrian.olap.fun
Definition of the AS MDX operator.
asin(double) - Static method in class mondrian.olap.fun.vba.Excel
 
asinh(double) - Static method in class mondrian.olap.fun.vba.Excel
 
asMemberArrayIterable(TupleIterable) - Static method in class mondrian.calc.TupleCollections
Converts a TupleIterable to an old-style iterable that creates an iterator over member arrays.
asMemberArrayList(TupleList) - Static method in class mondrian.calc.TupleCollections
Converts a TupleList to an old-style list of member arrays.
assertAxisCompilesTo(String, String) - Method in class mondrian.olap.fun.FunctionTest
Compiles a set expression, and asserts that the program looks as expected.
assertAxisReturns(String, String) - Method in class mondrian.test.FoodMartTestCase
Runs a query on the "Sales" cube with a given expression on an axis, and asserts that it returns the expected string.
assertAxisReturns(String, String) - Method in class mondrian.test.TestContext
Executes a query with a given expression on an axis, and asserts that it returns the expected string.
assertAxisThrows(String, String) - Method in class mondrian.test.FoodMartTestCase
Runs a query with a given expression on an axis, and asserts that it throws an error which matches a particular pattern.
assertAxisThrows(String, String) - Method in class mondrian.test.TestContext
Executes a query with a given expression on an axis, and asserts that it throws an error which matches a particular pattern.
assertBooleanExprReturns(String, boolean) - Method in class mondrian.test.FoodMartTestCase
Executes an expression which yields a boolean result, and asserts that the result is the expected one.
assertContains(String, String) - Static method in class mondrian.rolap.CacheControlTest
Asserts that a given string contains a given pattern.
assertEquals(String, String, String) - Method in class mondrian.test.DiffRepository
 
assertEquals(Calendar, Calendar) - Static method in class mondrian.util.ScheduleTest
 
assertEquals(Date, Calendar) - Static method in class mondrian.util.ScheduleTest
 
assertEquals(int, int, int, String, int, int, Date) - Static method in class mondrian.util.ScheduleTest
 
assertEquals(Calendar, Date) - Static method in class mondrian.util.ScheduleTest
 
assertEqualsVerbose(String, String) - Static method in class mondrian.test.TestContext
Checks that an actual string matches an expected string.
assertEqualsVerbose(String, String, boolean, String) - Static method in class mondrian.test.TestContext
Checks that an actual string matches an expected string.
assertEqualsVerbose(TestContext.SafeString, String, boolean, String) - Static method in class mondrian.test.TestContext
Checks that an actual string matches an expected string.
assertExprCompilesTo(String, String) - Method in class mondrian.olap.fun.FunctionTest
Compiles a scalar expression, and asserts that the program looks as expected.
assertExprDependsOn(String, String) - Method in class mondrian.test.TestContext
Asserts that an MDX expression depends upon a given list of dimensions.
assertExprReturns(String, String) - Method in class mondrian.olap.fun.FunctionTest
Executes a scalar expression, and asserts that the result is as expected.
assertExprReturns(String, double, double) - Method in class mondrian.olap.fun.FunctionTest
Executes a scalar expression, and asserts that the result is within delta of the expected result.
assertExprReturns(String, String) - Method in class mondrian.test.FoodMartTestCase
Runs an expression and asserts that it returns a given result.
assertExprReturns(String, String) - Method in class mondrian.test.TestContext
Executes an expression and asserts that it returns a given result.
assertExprThrows(String, String) - Method in class mondrian.test.FoodMartTestCase
Runs an expression, and asserts that it gives an error which contains a particular pattern.
assertExprThrows(String, String) - Method in class mondrian.test.TestContext
Executes an expression, and asserts that it gives an error which contains a particular pattern.
assertMatchesVerbose(Pattern, String) - Method in class mondrian.test.TestContext
Checks that an actual string matches an expected pattern.
assertMemberExprDependsOn(String, String) - Method in class mondrian.test.TestContext
Asserts that an MDX member-valued depends upon a given list of dimensions.
assertNative(String) - Method in class mondrian.rolap.BatchTestCase
Convenience method for debugging; please do not delete.
assertNoQuerySql(String, SqlPattern[]) - Method in class mondrian.rolap.BatchTestCase
Checks that a given MDX query does not result in a particular SQL statement being generated.
assertNoQuerySql(boolean) - Method in class mondrian.test.clearview.ClearViewBase
 
assertNotNative(String) - Method in class mondrian.rolap.BatchTestCase
Convenience method for debugging; please do not delete.
assertParameterizedExprReturns(String, String, Object...) - Method in class mondrian.test.TestContext
Asserts that an expression, with a given set of parameter bindings, returns a given result.
assertPostcondition(boolean) - Static method in class mondrian.olap.Util
Checks that a postcondition (declared using the javadoc @post tag) is satisfied.
assertPostcondition(boolean, String) - Static method in class mondrian.olap.Util
Checks that a postcondition (declared using the javadoc @post tag) is satisfied.
assertPrecondition(boolean) - Static method in class mondrian.olap.Util
Checks that a precondition (declared using the javadoc @pre tag) is satisfied.
assertPrecondition(boolean, String) - Static method in class mondrian.olap.Util
Checks that a precondition (declared using the javadoc @pre tag) is satisfied.
assertQueriesReturnSimilarResults(String, String, TestContext) - Method in class mondrian.test.FoodMartTestCase
Executes query1 and query2 and Compares the obtained measure values.
assertQueryFails(String, String[]) - Method in class mondrian.test.DialectTest
Asserts that a query fails.
assertQueryReturns(String, String) - Method in class mondrian.test.FoodMartTestCase
Runs a query and checks that the result is a given string.
assertQueryReturns(String, String) - Method in class mondrian.test.TestContext
Executes a query and checks that the result is a given string.
assertQuerySql(String, SqlPattern[]) - Method in class mondrian.rolap.BatchTestCase
Checks that a given MDX query results in a particular SQL statement being generated.
assertQuerySql(TestContext, String, SqlPattern[]) - Method in class mondrian.rolap.BatchTestCase
Checks that a given MDX query results in a particular SQL statement being generated.
assertQuerySql(String, SqlPattern[], boolean) - Method in class mondrian.rolap.BatchTestCase
Checks that a given MDX query results in a particular SQL statement being generated.
assertQuerySql(boolean) - Method in class mondrian.test.clearview.ClearViewBase
 
assertQuerySqlOrNot(TestContext, String, SqlPattern[], boolean, boolean, boolean) - Method in class mondrian.rolap.BatchTestCase
During MDX query parse and execution, checks that the query results (or does not result) in a particular SQL statement being generated.
assertQuerySucceeds(String) - Method in class mondrian.test.DialectTest
Asserts that a query succeeds and produces at least one row.
assertQueryThrows(String, String) - Method in class mondrian.test.FoodMartTestCase
Runs a query, and asserts that it throws an exception which contains the given pattern.
assertQueryThrows(String, String) - Method in class mondrian.test.TestContext
Executes a query, and asserts that it throws an exception which contains the given pattern.
assertRequestSql(CellRequest[], SqlPattern[]) - Method in class mondrian.rolap.BatchTestCase
Checks that a given sequence of cell requests results in a particular SQL statement being generated.
assertRequestSql(CellRequest[], SqlPattern[], boolean) - Method in class mondrian.rolap.BatchTestCase
Checks that a given sequence of cell requests results in a particular SQL statement being generated.
assertScheduleCount(Schedule, Date, Date, int) - Static method in class mondrian.util.ScheduleTest
 
assertSetExprDependsOn(String, String) - Method in class mondrian.test.TestContext
Asserts that an MDX set-valued expression depends upon a given list of dimensions.
assertSimpleQuery() - Method in class mondrian.test.TestContext
Executes a very simple query.
assertSize(String, int, int) - Method in class mondrian.test.FoodMartTestCase
Runs a query, and asserts that the result has a given number of columns and rows.
assertSqlEquals(String, String, int) - Method in class mondrian.test.TestContext
Checks that expected SQL equals actual SQL.
assertTrue(boolean) - Static method in class mondrian.olap.Util
Throws an internal error if condition is not true.
assertTrue(boolean, String) - Static method in class mondrian.olap.Util
Throws an internal error with the given messagee if condition is not true.
assertTrue(boolean) - Static method in class mondrian.util.ScheduleUtil
 
assertTrue(boolean, String) - Static method in class mondrian.util.ScheduleUtil
 
ASTERISK - Static variable in interface mondrian.olap.ParserSym
 
ASTERISK - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
asTupleList(List) - Static method in class mondrian.calc.TupleCollections
Converts an old-style list (members or member arrays) to a TupleList.
atan2(double, double) - Static method in class mondrian.olap.fun.vba.Excel
 
atanh(double) - Static method in class mondrian.olap.fun.vba.Excel
 
atn(double) - Static method in class mondrian.olap.fun.vba.Vba
 
atom() - Method in class mondrian.parser.MdxParserImpl
 
AttemptToChangeTableUsage - Variable in class mondrian.resource.MondrianResource
AttemptToChangeTableUsage is 'JdbcSchema.Table ''{0}'' already set to usage ''{1}'' and can not be reset to usage ''{2}''.'
ATTR_HIER_IMPL - Static variable in class mondrian.test.Ssas2005CompatibilityTest
Whether attribute hierarchies are implemented.
attributeBackground - Static variable in class mondrian.gui.SchemaPropertyCellRenderer
 
AUTH_MODE_AUTHENTICATED - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
 
AUTH_MODE_INTEGRATED - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
 
AUTH_MODE_UNAUTHENTICATED - Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
 
authenticate(String, String, String) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
This function is expected to do two things.
AuthenticatingXmlaRequestCallback - Class in mondrian.xmla.impl
This is an abstract implementation of XmlaRequestCallback specialized in authenticating the requests coming in.
AuthenticatingXmlaRequestCallback() - Constructor for class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
 
AUTHENTICATION_MODE - Static variable in class mondrian.xmla.Enumeration
 
AuthenticationMode - Static variable in class mondrian.xmla.DataSourcesConfig
 
authenticationMode - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
Ignored.
AUTHORIZATION - Static variable in class mondrian.tui.MockHttpServletRequest
 
AUTHORIZATION - Static variable in interface mondrian.xmla.XmlaRequestCallback
 
authorizationException(Exception) - Static method in class mondrian.xmla.XmlaRequestCallback.Helper
 
available - Variable in class mondrian.parser.SimpleCharStream
 
avg(Evaluator, TupleList, Calc) - Static method in class mondrian.olap.fun.FunUtil
 
Avg - Static variable in class mondrian.rolap.RolapAggregator
 
AvgFunDef - Class in mondrian.olap.fun
Definition of the Avg MDX function.
AvgFunDef(FunDef) - Constructor for class mondrian.olap.fun.AvgFunDef
 
AvgRollupFailed - Variable in class mondrian.resource.MondrianResource
AvgRollupFailed is 'Don''t know how to rollup aggregator ''avg'' because the cube doesn''t contain at least one ''count'' and one ''sum'' measures based on the same column.'
avoidMemoryOverflow(Dialect) - Static method in class mondrian.util.Bug
Returns whether to avoid a test because the memory monitor may cause it to fail.
avoidSlowTestOnLucidDB(Dialect) - Static method in class mondrian.util.Bug
Returns true if we are running against Dialect.DatabaseProduct.LUCIDDB and we wish to avoid slow tests.
axes - Variable in class mondrian.olap.Query
public-private: This must be public because it is still accessed in rolap.RolapConnection
axes - Variable in class mondrian.olap.ResultBase
 
axes - Variable in class mondrian.rolap.agg.Segment
 
Axis - Interface in mondrian.olap
A Axis is a component of a Result.
AXIS - Static variable in interface mondrian.olap.ParserSym
 
AXIS - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
AXIS_IMPL - Static variable in class mondrian.test.Ssas2005CompatibilityTest
Whether the AXIS function has been are implemented.
AXIS_WILDCARD - Static variable in interface mondrian.util.SpatialValueTree
Used as a token to represent all the values of an axis.
axisCalcs - Variable in class mondrian.olap.Query
 
axisMultipliers - Variable in class mondrian.rolap.agg.DenseSegmentDataset
 
AxisOrdinal - Interface in mondrian.olap
AxisOrdinal describes the allowable values for an axis code.
AxisOrdinal.StandardAxisOrdinal - Enum in mondrian.olap
 
axisSpecification() - Method in class mondrian.parser.MdxParserImpl
 

B

BACK_COLOR - Static variable in class mondrian.olap.Property
 
BACK_COLOR_ORDINAL - Static variable in class mondrian.olap.Property
 
backingList() - Method in class mondrian.calc.impl.AbstractEndToEndTupleList
 
backingList() - Method in class mondrian.calc.impl.ArrayTupleList
 
backingList() - Method in class mondrian.calc.impl.ListTupleList
 
backup(int) - Method in class mondrian.parser.SimpleCharStream
Backup a number of characters.
BAD_ID - Static variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
BAD_ID - Static variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
BadJdbcFactoryAccess - Variable in class mondrian.resource.MondrianResource
BadJdbcFactoryAccess is 'JdbcSchema Factory classname ''{0}'', illegal access.'
BadJdbcFactoryClassName - Variable in class mondrian.resource.MondrianResource
BadJdbcFactoryClassName is 'JdbcSchema Factory classname ''{0}'', class not found.'
BadJdbcFactoryInstantiation - Variable in class mondrian.resource.MondrianResource
BadJdbcFactoryInstantiation is 'JdbcSchema Factory classname ''{0}'', can not instantiate.'
BadLevelNameFormat - Variable in class mondrian.resource.MondrianResource
BadLevelNameFormat is 'Context ''{0}'': The Level name ''{1}'' should be [usage hierarchy name].[level name].'
BadMeasureName - Variable in class mondrian.resource.MondrianResource
BadMeasureName is 'Context ''{0}'': Failed to find Measure name ''{1}'' for cube ''{2}''.'
BadMeasureNameFormat - Variable in class mondrian.resource.MondrianResource
BadMeasureNameFormat is 'Context ''{0}'': The Measures name ''{1}'' should be [Measures].[measure name].'
BadMeasures - Variable in class mondrian.resource.MondrianResource
BadMeasures is 'Context ''{0}'': This name ''{1}'' must be the string "Measures".'
BadMeasureSource - Variable in class mondrian.resource.MondrianResource
BadMeasureSource is 'Cube ''{0}'': Measure ''{1}'' must contain either a source column or a source expression, but not both'
BadRolapStarLeftJoinCondition - Variable in class mondrian.resource.MondrianResource
BadRolapStarLeftJoinCondition is 'Context ''{0}'': Bad RolapStar left join condition type: ''{1}'' ''{2}''.'
badValue(int) - Method in class mondrian.olap.EnumeratedValues
Returns an error indicating that the value is illegal.
badValue(Enum<T>) - Static method in class mondrian.olap.Util
Returns an exception indicating that we didn't expect to find this value here.
BANG - Static variable in interface mondrian.olap.ParserSym
 
BANG - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
Base64 - Class in mondrian.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in mondrian.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class mondrian.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class mondrian.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in mondrian.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class mondrian.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class mondrian.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64Test - Class in mondrian.util
Test case for Base64.
Base64Test() - Constructor for class mondrian.util.Base64Test
 
basename - Variable in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
baseNamePattern - Variable in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
BasicQueryTest - Class in mondrian.test
BasicQueryTest is a test case which tests simple queries against the FoodMart database.
BasicQueryTest() - Constructor for class mondrian.test.BasicQueryTest
 
BasicQueryTest(String) - Constructor for class mondrian.test.BasicQueryTest
 
BasicQueryTest.SleepUdf - Class in mondrian.test
A simple user-defined function which adds one to its argument, but sleeps 1 ms before doing so.
BasicQueryTest.SleepUdf() - Constructor for class mondrian.test.BasicQueryTest.SleepUdf
 
BATCH_SIZE_PROP - Static variable in class mondrian.test.loader.DBLoader
 
BatchedFillTest - Class in mondrian.test.clearview
BatchedFillTest is a test suite which tests complex queries against the FoodMart database.
BatchedFillTest() - Constructor for class mondrian.test.clearview.BatchedFillTest
 
BatchedFillTest(String) - Constructor for class mondrian.test.clearview.BatchedFillTest
 
batchKey - Variable in class mondrian.rolap.FastBatchingCellReader.Batch
 
BatchTestCase - Class in mondrian.rolap
To support all Batch related tests.
BatchTestCase(String) - Constructor for class mondrian.rolap.BatchTestCase
 
BatchTestCase() - Constructor for class mondrian.rolap.BatchTestCase
 
BatchTestCase.Bomb - Error in mondrian.rolap
Fake exception to interrupt the test when we see the desired query.
BatchTestCase.Bomb(String) - Constructor for error mondrian.rolap.BatchTestCase.Bomb
 
BatchTestCase.CellRequestConstraint - Class in mondrian.rolap
 
BatchTestCase.CellRequestConstraint(String[], String[], List<String[]>) - Constructor for class mondrian.rolap.BatchTestCase.CellRequestConstraint
 
BatchTestCase.TestCase - Class in mondrian.rolap
Runs an MDX query with a predefined resultLimit and checks the number of positions of the row axis.
BatchTestCase.TestCase(int, int, String) - Constructor for class mondrian.rolap.BatchTestCase.TestCase
 
BatchTestCase.TestCase(Connection, int, int, String) - Constructor for class mondrian.rolap.BatchTestCase.TestCase
 
BatchTestCase.TestListener - Class in mondrian.rolap
Gets notified on various test events: when a matching native evaluator was found when SQL is executed when result is found in the cache
BatchTestCase.TestListener() - Constructor for class mondrian.rolap.BatchTestCase.TestListener
 
beforeFirst() - Method in class mondrian.olap4j.EmptyResultSet
 
beforeFirst() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
beginColumn - Variable in class mondrian.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class mondrian.parser.Token
The line number of the first character of this Token.
beginMonth - Variable in class mondrian.util.MonthlyByDayDateSchedule
 
beginMonth - Variable in class mondrian.util.MonthlyByWeekDateSchedule
 
beginOrdinal - Variable in class mondrian.util.DailyDateSchedule
 
beginOrdinal - Variable in class mondrian.util.WeeklyDateSchedule
 
BeginToken() - Method in class mondrian.parser.SimpleCharStream
Start.
BetterExpCompiler - Class in mondrian.calc.impl
Enhanced expression compiler.
BetterExpCompiler(Evaluator, Validator) - Constructor for class mondrian.calc.impl.BetterExpCompiler
 
BetterExpCompiler(Evaluator, Validator, List<ResultStyle>) - Constructor for class mondrian.calc.impl.BetterExpCompiler
 
Bigint - Static variable in class mondrian.test.loader.DBLoader.Type
 
bindToStar(JdbcSchema.Table, RolapStar, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.AggTableManager
This method mines the RolapStar and annotes the JdbcSchema.Table dbFactTable by creating JdbcSchema.Table.Column.Usage instances.
bit(int) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Creates a chunk containing a single bit.
bitCount(long) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Returns the number of one-bits in the two's complement binary representation of the specified long value.
BitKey - Interface in mondrian.rolap
Represents a set of bits.
BitKey.AbstractBitKey - Class in mondrian.rolap
Abstract implementation of BitKey.
BitKey.AbstractBitKey() - Constructor for class mondrian.rolap.BitKey.AbstractBitKey
 
BitKey.Big - Class in mondrian.rolap
Implementation of BitKey with more than 64 bits.
BitKey.Factory - Class in mondrian.rolap
 
BitKey.Factory() - Constructor for class mondrian.rolap.BitKey.Factory
 
BitKey.Mid128 - Class in mondrian.rolap
Implementation of BitKey good for sizes less than 128.
BitKey.Small - Class in mondrian.rolap
Implementation of BitKey for bit counts less than 64.
BitKeyTest - Class in mondrian.rolap
Unit test for BitKey.
BitKeyTest(String) - Constructor for class mondrian.rolap.BitKeyTest
 
bitPositionTable - Static variable in interface mondrian.rolap.BitKey
 
bool(boolean) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
Returns a predicate which always evaluates to TRUE or FALSE.
Boolean - Static variable in class mondrian.test.loader.DBLoader.Type
 
BOOLEAN_INSTANCE - Static variable in class mondrian.olap.fun.IifFunDef
 
BooleanCalc - Interface in mondrian.calc
Compiled expression whose result is a boolean.
booleanCompiler - Variable in class mondrian.rolap.RolapNativeSql
 
booleanEditor - Variable in class mondrian.gui.SchemaPropertyCellEditor
 
BooleanNull - Static variable in class mondrian.olap.fun.FunUtil
Null value in three-valued boolean logic.
booleanRenderer - Variable in class mondrian.gui.SchemaPropertyCellRenderer
 
BooleanType - Class in mondrian.olap.type
The type of a boolean expression.
BooleanType() - Constructor for class mondrian.olap.type.BooleanType
Creates a BooleanType.
BottomCountResolver - Static variable in class mondrian.olap.fun.TopBottomCountFunDef
 
bottomLevel - Variable in class mondrian.gui.MondrianGuiDef.HierarchyGrant
 
bottomLevel - Variable in class mondrian.olap.MondrianDef.HierarchyGrant
 
BottomPercentResolver - Static variable in class mondrian.olap.fun.TopBottomPercentSumFunDef
 
BottomSumResolver - Static variable in class mondrian.olap.fun.TopBottomPercentSumFunDef
 
box(double) - Static method in class mondrian.olap.fun.FunUtil
Converts a double (primitive) value to a Double.
box(int) - Static method in class mondrian.olap.fun.FunUtil
Converts an int (primitive) value to an Integer.
BRACES_END - Static variable in class mondrian.test.loader.CsvLoader
 
BRACES_START - Static variable in class mondrian.test.loader.CsvLoader
 
BRACKET_END - Static variable in class mondrian.test.loader.CsvLoader
 
BRACKET_START - Static variable in class mondrian.test.loader.CsvLoader
 
brk - Variable in enum mondrian.olap.fun.FunUtil.Flag
 
buf - Variable in class mondrian.rolap.RolapUtil.TeeWriter
 
bufcolumn - Variable in class mondrian.parser.SimpleCharStream
 
buffer - Variable in class mondrian.parser.SimpleCharStream
 
bufline - Variable in class mondrian.parser.SimpleCharStream
 
bufpos - Variable in class mondrian.parser.SimpleCharStream
Position in buffer.
bufsize - Variable in class mondrian.parser.SimpleCharStream
 
Bug - Class in mondrian.util
Holder for constants which indicate whether particular issues have been fixed.
Bug() - Constructor for class mondrian.util.Bug
 
BUG_1541077 - Class in mondrian.rolap.aggmatcher
Testcase for MONDRIAN-214 (formerly SourceForge bug 1541077) and a couple of other aggregate table ExplicitRecognizer conditions.
BUG_1541077() - Constructor for class mondrian.rolap.aggmatcher.BUG_1541077
 
BUG_1541077(String) - Constructor for class mondrian.rolap.aggmatcher.BUG_1541077
 
BugMondrian207Fixed - Static variable in class mondrian.util.Bug
Whether MONDRIAN-207, "IS EMPTY and IS NULL" is fixed.
BugMondrian229Fixed - Static variable in class mondrian.util.Bug
Whether MONDRIAN-229, "NON EMPTY when hierarchy's default member is not 'all'" is fixed.
BugMondrian313Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-313, "Predicate references RolapStar.Column when used in AggStar" is fixed.
BugMondrian314Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-314, "Predicate sometimes has null RolapStar.Column" is fixed.
BugMondrian328Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-328, "CrossJoin no empty optimizer eliminates calculated member" is fixed.
BugMondrian361Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-361, "Aggregate Tables not working with Shared Dimensions" is fixed.
BugMondrian446Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-446, "Make Native NonEmpty consistant with MSAS" is fixed.
BugMondrian485Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-485, "Member key treated as member name in WHERE" is fixed.
BugMondrian486Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-486, "HighCardinalityTest test cases disabled" is fixed.
BugMondrian495Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-495, "Table filter concept does not support dialects." is fixed.
BugMondrian503Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-503, "RolapResultTest disabled" is fixed.
BugMondrian555Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-555, "Compound slicer counts cells twice in certain cases" is fixed.
BugMondrian584Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-584, "Native evaluation returns enumerated members in the wrong order" is fixed.
BugMondrian641Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-641, "Large NON EMPTY result performs poorly with ResultStyle.ITERABLE"
BugMondrian648Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-648, "AS operator has lower precedence than required by MDX specification" is fixed.
BugMondrian687Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-687, "Format treats negative numbers differently than SSAS" is fixed.
BugMondrian747Fixed - Static variable in class mondrian.util.Bug
Whether bug MONDRIAN-747, "When joining a shared dimension into a cube at a level other than its leaf level, Mondrian gives wrong results" is fixed.
BugMondrian759Fixed - Static variable in class mondrian.util.Bug
Whether MONDRIAN-759, "use dynamic parameters and PreparedStatement for frequently executed SQL patterns" is fixed.
BugMondrian785Fixed - Static variable in class mondrian.util.Bug
Whether MONDRIAN-785, "Native evaluation does not respect ordering" is fixed.
BugSegregateRolapCubeMemberFixed - Static variable in class mondrian.util.Bug
Whether RolapCubeMember and RolapMember have been fully segregated; any piece of code should be working with one or the other, not both.
build(int) - Method in class mondrian.web.taglib.DomBuilder.AxisBuilder
 
build(Result) - Static method in class mondrian.web.taglib.DomBuilder
 
build(Document, Result) - Static method in class mondrian.web.taglib.DomBuilder
 
build(int) - Method in class mondrian.web.taglib.DomBuilder.ColumnBuilder
 
build(int) - Method in class mondrian.web.taglib.DomBuilder.RowBuilder
 
buildConstraintFromAllAxes(RolapEvaluator) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
 
buildCornerElement(Element) - Method in class mondrian.web.taglib.DomBuilder.ColumnBuilder
 
BuiltinFunTable - Class in mondrian.olap.fun
BuiltinFunTable contains a list of all built-in MDX functions.
BuiltinFunTable() - Constructor for class mondrian.olap.fun.BuiltinFunTable
Creates a function table containing all of the builtin MDX functions.
butDepends(Calc[], Hierarchy) - Static method in class mondrian.calc.impl.AbstractCalc
Returns true if any of the calcs depend on dimension, else false if any of the calcs return dimension, else true.
byIndex - Static variable in class mondrian.olap.fun.PartialSortTest.Item
 
byKey - Static variable in class mondrian.olap.fun.PartialSortTest.Item
 

C

cache - Variable in class mondrian.gui.MondrianGuiDef.Cube
 
cache - Variable in class mondrian.olap.MondrianDef.Cube
 
cache - Variable in class mondrian.rolap.cache.HardSmartCache
 
cache - Variable in class mondrian.rolap.SmartMemberListCache
 
CacheCalc - Class in mondrian.calc.impl
Calculation which retrieves the value of an underlying calculation from cache.
CacheCalc(Exp, ExpCacheDescriptor) - Constructor for class mondrian.calc.impl.CacheCalc
 
cacheContains(RolapSchema) - Static method in class mondrian.rolap.RolapSchema
 
CacheControl - Interface in mondrian.olap
API for controlling the contents of the cell cache and the member cache.
CacheControl.CellRegion - Interface in mondrian.olap
a region of cells in the cell cache
CacheControl.MemberEditCommand - Interface in mondrian.olap
An operation to be applied to the member cache.
CacheControl.MemberSet - Interface in mondrian.olap
A specification of a set of members in the member cache.
CacheControlImpl - Class in mondrian.rolap
Implementation of CacheControl API.
CacheControlImpl() - Constructor for class mondrian.rolap.CacheControlImpl
 
CacheControlImpl.CellRegionImpl - Interface in mondrian.rolap
 
CacheControlImpl.CellRegionVisitor - Interface in mondrian.rolap
Visitor which visits various sub-types of CacheControlImpl.MemberCellRegion.
CacheControlImpl.CrossjoinCellRegion - Class in mondrian.rolap
Cell region formed by a cartesian product of two or more CellRegions.
CacheControlImpl.CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl>) - Constructor for class mondrian.rolap.CacheControlImpl.CrossjoinCellRegion
 
CacheControlImpl.EmptyCellRegion - Class in mondrian.rolap
An empty cell region.
CacheControlImpl.EmptyCellRegion() - Constructor for class mondrian.rolap.CacheControlImpl.EmptyCellRegion
 
CacheControlImpl.EmptyMemberSet - Class in mondrian.rolap
Member set containing no members.
CacheControlImpl.MemberCellRegion - Class in mondrian.rolap
Cell region formed by a list of members.
CacheControlImpl.MemberCellRegion(List<Member>, boolean) - Constructor for class mondrian.rolap.CacheControlImpl.MemberCellRegion
 
CacheControlImpl.MemberEditCommandPlus - Interface in mondrian.rolap
Implementation-specific extensions to the CacheControl.MemberEditCommand interface.
CacheControlImpl.MemberRangeCellRegion - Class in mondrian.rolap
Cell region formed a range of members between a lower and upper bound.
CacheControlImpl.MemberRangeCellRegion(RolapMember, boolean, RolapMember, boolean, boolean) - Constructor for class mondrian.rolap.CacheControlImpl.MemberRangeCellRegion
 
CacheControlImpl.MemberSetPlus - Interface in mondrian.rolap
Implementation-specific extensions to the CacheControl.MemberSet interface.
CacheControlImpl.MemberSetVisitor - Interface in mondrian.rolap
Visits the subclasses of CacheControlImpl.MemberSetPlus.
CacheControlImpl.MemberSetVisitorImpl - Class in mondrian.rolap
Default implementation of CacheControlImpl.MemberSetVisitor.
CacheControlImpl.MemberSetVisitorImpl() - Constructor for class mondrian.rolap.CacheControlImpl.MemberSetVisitorImpl
 
CacheControlImpl.RangeMemberSet - Class in mondrian.rolap
Member set defined by a range of members between a lower and upper bound.
CacheControlImpl.RangeMemberSet(RolapMember, boolean, RolapMember, boolean, boolean) - Constructor for class mondrian.rolap.CacheControlImpl.RangeMemberSet
 
CacheControlImpl.SimpleMemberSet - Class in mondrian.rolap
Member set defined by a list of members from one hierarchy.
CacheControlImpl.SimpleMemberSet(List<RolapMember>, boolean) - Constructor for class mondrian.rolap.CacheControlImpl.SimpleMemberSet
 
CacheControlImpl.UnionMemberSet - Class in mondrian.rolap
Member set defined by the union of other member sets.
CacheControlImpl.UnionMemberSet(List<CacheControlImpl.MemberSetPlus>) - Constructor for class mondrian.rolap.CacheControlImpl.UnionMemberSet
 
CacheControlTest - Class in mondrian.rolap
Unit-test for cache-flushing functionality.
CacheControlTest() - Constructor for class mondrian.rolap.CacheControlTest
Creates a CacheControlTest.
CacheControlTest(String) - Constructor for class mondrian.rolap.CacheControlTest
Creates a CacheControlTest with the given name.
cachedThousandSeparatorPositions - Variable in class mondrian.util.Format.NumericFormat
 
CacheFlushCrossjoinDimensionsInCommon - Variable in class mondrian.resource.MondrianResource
CacheFlushCrossjoinDimensionsInCommon is 'Cannot crossjoin cell regions which have dimensions in common.
CacheFlushRegionMustContainMembers - Variable in class mondrian.resource.MondrianResource
CacheFlushRegionMustContainMembers is 'Region of cells to be flushed must contain measures.'
CacheFlushUnionDimensionalityMismatch - Variable in class mondrian.resource.MondrianResource
CacheFlushUnionDimensionalityMismatch is 'Cannot union cell regions of different dimensionalities.
CacheFunDef - Class in mondrian.olap.fun
Definition of the Cache system function, which is smart enough to evaluate its argument only once.
CacheFunDef(String, String, String, Syntax, int, Type) - Constructor for class mondrian.olap.fun.CacheFunDef
 
CacheFunDef.CacheFunResolver - Class in mondrian.olap.fun
 
CacheFunDef.CacheFunResolver() - Constructor for class mondrian.olap.fun.CacheFunDef.CacheFunResolver
 
cacheHelper - Variable in class mondrian.rolap.SmartMemberReader
 
CacheHitTest - Class in mondrian.test
The CacheHitTest class contains test suites that return hit ratio of aggregation cache for various sequences of MDX queries.
CacheHitTest() - Constructor for class mondrian.test.CacheHitTest
 
CacheLimit - Static variable in class mondrian.util.Format
Maximum number of entries in the format cache used by Format.get(String, java.util.Locale).
cacheLock - Variable in class mondrian.rolap.TargetBase
 
CacheMap<S,T> - Class in mondrian.util
Map with limited size to be used as cache.
CacheMap(int) - Constructor for class mondrian.util.CacheMap
Creates an empty map with limited size.
CacheMemberReader - Class in mondrian.rolap
CacheMemberReader implements MemberReader by reading from a pre-populated array of Members.
CacheMemberReader(MemberSource) - Constructor for class mondrian.rolap.CacheMemberReader
 
CachePool - Class in mondrian.rolap.cache
A CachePool manages the objects in a collection of caches.
cacheSegmentData(List<GroupingSet>, List<StarPredicate>, SortedSet<Comparable<?>>[], boolean[]) - Method in class mondrian.rolap.agg.SegmentLoader
Caches segments to the external SegmentCache, if configured.
Calc - Interface in mondrian.calc
Calc is the base class for all calculable expressions.
calcIter - Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
calcList - Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
CalcMemberHasBadDimension - Variable in class mondrian.resource.MondrianResource
CalcMemberHasBadDimension is 'Unknown dimension ''{0}'' for calculated member ''{1}'' in cube ''{2}'''
CalcMemberNotUnique - Variable in class mondrian.resource.MondrianResource
CalcMemberNotUnique is 'Calculated member ''{0}'' already exists in cube ''{1}'''
calcMList - Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
CalculatedChildFunDef - Class in mondrian.olap.fun.extra
Definition of the CalculatedChild MDX function.
CalculatedChildFunDef() - Constructor for class mondrian.olap.fun.extra.CalculatedChildFunDef
 
CalculatedMember - Variable in class mondrian.resource.MondrianResource
CalculatedMember is 'calculated member'
calculatedMembers - Variable in class mondrian.gui.MondrianGuiDef.Cube
Calculated members in this cube.
calculatedMembers - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
Calculated members that belong to this virtual cube.
calculatedMembers - Variable in class mondrian.olap.MondrianDef.Cube
Calculated members in this cube.
calculatedMembers - Variable in class mondrian.olap.MondrianDef.VirtualCube
Calculated members that belong to this virtual cube.
CalculatedSet - Variable in class mondrian.resource.MondrianResource
CalculatedSet is 'calculated set'
CalcWriter - Class in mondrian.calc
Visitor which serializes an expression to text.
CalcWriter(PrintWriter, boolean) - Constructor for class mondrian.calc.CalcWriter
 
callCount - Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
 
camelToUpper(String) - Static method in class mondrian.olap.Util
Converts a camel-case name to an upper-case name with underscores.
canAccess(OlapElement) - Method in class mondrian.olap.DelegatingRole
 
canAccess(OlapElement) - Method in interface mondrian.olap.Role
Returns whether this role is allowed to see a given element.
canAccess(OlapElement) - Method in class mondrian.olap.RoleImpl
 
canAccess(OlapElement) - Method in class mondrian.olap.UnionRoleImpl
 
canBatch(FastBatchingCellReader.Batch) - Method in class mondrian.rolap.FastBatchingCellReader.Batch
Returns whether another Batch can be batched to this Batch.
canBeNull() - Method in class mondrian.test.loader.DBLoader.Column
 
canCast(Collection<?>, Class<T>) - Static method in class mondrian.olap.Util
Returns whether it is safe to cast a collection to a collection with a given element type.
cancel() - Method in class mondrian.olap.Query
Deprecated. This method is deprecated and will be removed in mondrian-4.0
cancel() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
cancel() - Method in class mondrian.server.Execution
 
cancel() - Method in interface mondrian.server.Statement
Issues a cancel request on this statement.
cancel() - Method in class mondrian.server.StatementImpl
 
cancelCellEditing() - Method in class mondrian.gui.SchemaPropertyCellEditor
Tells the editor to cancel editing and not accept any partially edited value.
cancelRowUpdates() - Method in class mondrian.olap4j.EmptyResultSet
 
cancelRowUpdates() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
canConvert(int, Type, int, List<Resolver.Conversion>) - Static method in class mondrian.olap.type.TypeUtil
Returns whether we can convert an argument of a given category to a given parameter category.
canConvert(int, Exp, int, List<Resolver.Conversion>) - Method in interface mondrian.olap.Validator
Returns whether we can convert an argument to a parameter type.
canConvert(int, Exp, int, List<Resolver.Conversion>) - Method in class mondrian.olap.ValidatorImpl
 
canDrillThrough() - Method in interface mondrian.olap.Cell
Returns true if drill through is possible for this Cell.
canDrillThrough() - Method in class mondrian.rolap.RolapCell
Returns whether it is possible to drill through this cell.
canEvaluate(Type) - Static method in class mondrian.olap.type.TypeUtil
Returns whether a value of a given type can be evaluated to a scalar value.
CannotDeduceTypeOfSet - Variable in class mondrian.resource.MondrianResource
CannotDeduceTypeOfSet is 'Cannot deduce type of set'
CannotImplicitlyConvertDimensionToHierarchy - Variable in class mondrian.resource.MondrianResource
CannotImplicitlyConvertDimensionToHierarchy is 'The ''{0}'' dimension contains more than one hierarchy, therefore the hierarchy must be explicitly specified.'
canRemoveFormula(String) - Method in class mondrian.olap.Query
Returns whether a formula can safely be removed from the query.
caption - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
caption - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
caption - Variable in class mondrian.gui.MondrianGuiDef.Cube
 
caption - Variable in class mondrian.gui.MondrianGuiDef.CubeDimension
 
caption - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
 
caption - Variable in class mondrian.gui.MondrianGuiDef.Level
 
caption - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
caption - Variable in class mondrian.gui.MondrianGuiDef.NamedSet
 
caption - Variable in class mondrian.gui.MondrianGuiDef.Property
 
caption - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
 
caption - Variable in class mondrian.olap.MondrianDef.CalculatedMember
 
caption - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
caption - Variable in class mondrian.olap.MondrianDef.Cube
 
caption - Variable in class mondrian.olap.MondrianDef.CubeDimension
 
caption - Variable in class mondrian.olap.MondrianDef.Hierarchy
 
caption - Variable in class mondrian.olap.MondrianDef.Level
 
caption - Variable in class mondrian.olap.MondrianDef.Measure
 
caption - Variable in class mondrian.olap.MondrianDef.NamedSet
 
caption - Variable in class mondrian.olap.MondrianDef.Property
 
caption - Variable in class mondrian.olap.MondrianDef.VirtualCube
 
caption - Variable in class mondrian.olap.OlapElementBase
 
CAPTION - Static variable in class mondrian.olap.Property
Definition of the internal property which holds a member's caption.
caption - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
 
CAPTION_ORDINAL - Static variable in class mondrian.olap.Property
 
captionColumn - Variable in class mondrian.gui.MondrianGuiDef.Level
 
captionColumn - Variable in class mondrian.olap.MondrianDef.Level
 
captionExp - Variable in class mondrian.gui.MondrianGuiDef.Level
The SQL expression used to populate this level's caption.
captionExp - Variable in class mondrian.olap.MondrianDef.Level
The SQL expression used to populate this level's caption.
captionExp - Variable in class mondrian.rolap.RolapLevel
The column or expression which yields the level members' caption.
CaptionTest - Class in mondrian.test
Unit test special "caption" settings.
CaptionTest() - Constructor for class mondrian.test.CaptionTest
 
CaptionTest.MyFoodmart - Class in mondrian.test
created from foodmart.xml via perl script, some captions added.
CaptionTest.MyFoodmart() - Constructor for class mondrian.test.CaptionTest.MyFoodmart
 
cardinality() - Method in class mondrian.rolap.BitKey.Big
 
cardinality() - Method in interface mondrian.rolap.BitKey
Returns the number of bits set.
cardinality() - Method in class mondrian.rolap.BitKey.Mid128
 
cardinality() - Method in class mondrian.rolap.BitKey.Small
 
CartesianProductList<T> - Class in mondrian.util
List that generates the cartesian product of its component lists.
CartesianProductList(List<List<T>>) - Constructor for class mondrian.util.CartesianProductList
 
CASE - Static variable in interface mondrian.olap.ParserSym
 
CASE - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
caseExpression() - Method in class mondrian.parser.MdxParserImpl
 
CaseMatchFunDef - Class in mondrian.olap.fun
Definition of the matched CASE MDX operator.
CaseSensitive - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether the MDX parser resolves uses case-sensitive matching when looking up identifiers.
caseSensitiveCompareName(String, String) - Static method in class mondrian.olap.Util
Compares two names.
CaseTestFunDef - Class in mondrian.olap.fun
Definition of the tested CASE MDX operator.
CaseTestFunDef(FunDef) - Constructor for class mondrian.olap.fun.CaseTestFunDef
 
caseWhenElse(String, String, String) - Method in interface mondrian.spi.Dialect
Generates a conditional statement in this dialect's syntax.
caseWhenElse(String, String, String) - Method in class mondrian.spi.impl.AccessDialect
 
caseWhenElse(String, String, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
CAST - Static variable in interface mondrian.olap.ParserSym
 
cast(Set<?>) - Static method in class mondrian.olap.Util
Casts a Set to a Set with a different element type.
cast(List<?>) - Static method in class mondrian.olap.Util
Casts a List to a List with a different element type.
CAST - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
CastFunDef - Class in mondrian.olap.fun
Definition of the CAST MDX operator.
CastInvalidType - Variable in class mondrian.resource.MondrianResource
CastInvalidType is 'Unknown type ''{0}''; values are NUMERIC, STRING, BOOLEAN'
castToIterable(Object) - Static method in class mondrian.olap.Util
Casts a collection to iterable.
castToNonEmptyCJConstraint(TupleConstraint) - Method in class mondrian.rolap.TargetBase
 
castType(Type, int) - Static method in class mondrian.olap.fun.FunDefBase
Converts a type to a different category, maintaining as much type information as possible.
CATALOG - Static variable in class mondrian.gui.JdbcTreeModel.Node
 
CATALOG - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
CATALOG_LOCATOR - Static variable in class mondrian.xmla.test.XmlaTestContext
 
CATALOG_NAME - Static variable in class mondrian.olap.CubeBase
constraints indexes for adSchemaMembers http://msdn.microsoft.com/library/psdk/dasdk/mdx8h4k.htm check "Restrictions in the MEMBER Rowset" under MEMBER Rowset section
CATALOG_NAME - Static variable in class mondrian.olap.Property
Definition of the property which holds the name of the current catalog.
CATALOG_NAME - Static variable in class mondrian.tui.XmlaSupport
 
CATALOG_NAME - Static variable in class mondrian.xmla.test.XmlaTestContext
 
CATALOG_NAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
 
CATALOG_NAME_ORDINAL - Static variable in class mondrian.olap.Property
 
CATALOG_NAME_PROP - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
CATALOG_PROP - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
CatalogFinder - Interface in mondrian.olap4j
Strategy to locate schemas and catalogs.
CatalogLocator - Interface in mondrian.spi
Abstract layer for locating catalog schema content.
CatalogLocatorImpl - Class in mondrian.spi.impl
CatalogLocator which returns the catalog URI unchanged.
CatalogLocatorImpl() - Constructor for class mondrian.spi.impl.CatalogLocatorImpl
 
catalogName - Variable in class mondrian.gui.JdbcMetaData.Database
 
catalogNameUrls - Variable in class mondrian.xmla.XmlaBaseTestCase
 
catalogs - Variable in class mondrian.gui.JdbcTreeModel
 
catalogs - Variable in class mondrian.xmla.DataSourcesConfig.Catalogs
The list of catalogs.
catalogs - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
One or more Catalogs.
CatalogURL - Variable in class mondrian.olap.MondrianProperties
Property that contains the URL of the catalog to be used by CmdRunner and XML/A Test.
Category - Class in mondrian.olap
Category enumerates the possible expression types.
category - Variable in class mondrian.olap.Literal
 
category - Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
 
catNameCond() - Method in class mondrian.xmla.Rowset
 
causeGC(MemoryMonitor) - Method in class mondrian.util.MemoryMonitorTest
Get the difference between the maximum memory and the used memory and divide that by 1000.
cBool(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
cByte(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
cdata - Variable in class mondrian.gui.MondrianGuiDef.Annotation
 
cdata - Variable in class mondrian.gui.MondrianGuiDef.Formula
 
cdata - Variable in class mondrian.gui.MondrianGuiDef.Hint
 
cdata - Variable in class mondrian.gui.MondrianGuiDef.Script
 
cdata - Variable in class mondrian.gui.MondrianGuiDef.SQL
 
cdata - Variable in class mondrian.gui.MondrianGuiDef.Value
 
cdata - Variable in class mondrian.olap.MondrianDef.Annotation
 
cdata - Variable in class mondrian.olap.MondrianDef.Formula
 
cdata - Variable in class mondrian.olap.MondrianDef.Hint
 
cdata - Variable in class mondrian.olap.MondrianDef.Script
 
cdata - Variable in class mondrian.olap.MondrianDef.SQL
 
cdata - Variable in class mondrian.olap.MondrianDef.Value
 
cdata - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
cdataTextArea - Variable in class mondrian.gui.SchemaPropertyCellEditor
 
cdataTextArea - Variable in class mondrian.gui.SchemaPropertyCellRenderer
 
cDate(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
cDbl(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
ceiling(Calendar) - Static method in class mondrian.util.ScheduleUtil
Returns a calendar rounded up to the next midnight, unless it is already midnight.
Cell - Interface in mondrian.olap
A Cell is an item in the grid of a Result.
CELL - Static variable in interface mondrian.olap.ParserSym
 
CELL - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
CELL_EVALUATION_LIST - Static variable in class mondrian.olap.Property
 
CELL_EVALUATION_LIST_ORDINAL - Static variable in class mondrian.olap.Property
 
CELL_FORMATTER - Static variable in class mondrian.olap.Property
Definition of the property which holds the name of the class which formats cell values of this member.
CELL_FORMATTER_ORDINAL - Static variable in class mondrian.olap.Property
 
CELL_FORMATTER_SCRIPT - Static variable in class mondrian.olap.Property
Definition of the property which holds the script with which to format cell values of this member.
CELL_FORMATTER_SCRIPT_LANGUAGE - Static variable in class mondrian.olap.Property
Definition of the property which holds the name of the scripting language in which a scripted cell formatter is implemented, e.g.
CELL_FORMATTER_SCRIPT_LANGUAGE_ORDINAL - Static variable in class mondrian.olap.Property
 
CELL_FORMATTER_SCRIPT_ORDINAL - Static variable in class mondrian.olap.Property
 
CELL_ORDINAL - Static variable in class mondrian.olap.Property
 
CELL_ORDINAL_ORDINAL - Static variable in class mondrian.olap.Property
 
cellFormatter - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
Cell formatter.
cellFormatter - Variable in class mondrian.gui.MondrianGuiDef.Measure
Cell formatter.
CellFormatter - Interface in mondrian.olap
Deprecated. Use CellFormatter. This interface exists for temporary backwards compatibility and will be removed in mondrian-4.0.
cellFormatter - Variable in class mondrian.olap.MondrianDef.CalculatedMember
Cell formatter.
cellFormatter - Variable in class mondrian.olap.MondrianDef.Measure
Cell formatter.
CellFormatter - Interface in mondrian.spi
An SPI to format the cell values.
cellFormatter(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
Creates an implementation of the CellFormatter SPI based on a script.
CellFormatterLoadFailed - Variable in class mondrian.resource.MondrianResource
CellFormatterLoadFailed is 'Failed to load formatter class ''{0}'' for member ''{1}''.'
cellIter(Result) - Static method in class mondrian.test.TestContext
Returns an iterator over cells in a result.
cellIter(CellSet) - Static method in class mondrian.test.TestContext
Returns an iterator over cells in an olap4j cell set.
CellKey - Interface in mondrian.rolap
A CellKey is used as a key in maps which access cells by their position.
CellKey.Generator - Class in mondrian.rolap
 
CellKey.Generator() - Constructor for class mondrian.rolap.CellKey.Generator
 
CellKey.Many - Class in mondrian.rolap
 
CellKey.Many(int[]) - Constructor for class mondrian.rolap.CellKey.Many
Creates a Many.
CellKey.One - Class in mondrian.rolap
 
CellKey.Three - Class in mondrian.rolap
 
CellKey.Two - Class in mondrian.rolap
 
CellKey.Zero - Class in mondrian.rolap
 
CellKeyTest - Class in mondrian.rolap
Test that the implementations of the CellKey interface are correct.
CellKeyTest() - Constructor for class mondrian.rolap.CellKeyTest
 
CellKeyTest(String) - Constructor for class mondrian.rolap.CellKeyTest
 
CellProperty - Class in mondrian.olap
Represents Cell Property.
CellProperty(Object) - Constructor for class mondrian.olap.CellProperty
 
CellPropertyTest - Class in mondrian.olap
Test for Cell Property
CellPropertyTest() - Constructor for class mondrian.olap.CellPropertyTest
 
cellPropLongs - Static variable in class mondrian.xmla.XmlaHandler.MDDataSet
 
cellProps - Static variable in class mondrian.xmla.XmlaHandler.MDDataSet
 
CellReader - Interface in mondrian.rolap
A CellReader finds the cell value for the current context held by evaluator.
cellReader - Variable in class mondrian.rolap.RolapEvaluator
 
CellRequest - Class in mondrian.rolap.agg
A CellRequest contains the context necessary to get a cell value from a star.
CellRequest(RolapStar.Measure, boolean, boolean) - Constructor for class mondrian.rolap.agg.CellRequest
Creates a CellRequest.
cellSet - Variable in class mondrian.xmla.XmlaHandler.MDDataSet
 
cellSetMetaData - Variable in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
cf - Variable in class mondrian.rolap.RolapResult.CellFormatterValueFormatter
 
changeListener - Variable in class mondrian.rolap.MemberCacheHelper
 
changeListener - Variable in class mondrian.rolap.MemberNoCacheHelper
 
CHAPTERS - Static variable in interface mondrian.olap.ParserSym
 
CHAPTERS - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
characters(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
characters(String) - Method in class mondrian.xmla.impl.JsonSaxWriter
 
characters(String) - Method in interface mondrian.xmla.SaxWriter
 
charcase - Variable in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
charEncoding - Variable in class mondrian.xmla.XmlaServlet
 
check() - Method in class mondrian.rolap.aggmatcher.Recognizer
Return true if the candidate aggregate table was successfully mapped into the fact table.
check() - Method in class mondrian.test.loader.CsvDBLoader
 
check() - Method in class mondrian.test.loader.DBLoader
 
checkAggregateModifications() - Method in class mondrian.rolap.RolapCube
Check if there are modifications in the aggregations cache
checkAggregateModifications() - Method in class mondrian.rolap.RolapSchema
Checks whether there are modifications in the aggregations cache.
checkAggregateModifications() - Method in class mondrian.rolap.RolapStar
Checks whether an aggregation has changed since the last the time loaded.
checkBugMondrian355(String) - Method in class mondrian.test.SchemaTest
 
checkCacheStatus() - Method in class mondrian.rolap.MemberCacheHelper
 
checkCacheStatus() - Method in class mondrian.rolap.MemberNoCacheHelper
 
checkCacheStatus() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
 
checkCacheStatus() - Method in class mondrian.rolap.SmartMemberReader
 
checkCancelOrTimeout() - Method in class mondrian.olap.Query
Deprecated. This method will be removed in mondrian-4.0
checkCancelOrTimeout() - Method in class mondrian.server.Execution
 
checkCancelOrTimeout() - Method in interface mondrian.server.Statement
Checks if either a cancel request has been issued on the query or the execution time has exceeded the timeout value (if one has been set).
checkCancelOrTimeout() - Method in class mondrian.server.StatementImpl
 
checkCJResultLimit(long) - Static method in class mondrian.olap.Util
Check the resultSize against the result limit setting.
checkCompatible(Exp, Exp, FunDef) - Static method in class mondrian.olap.fun.FunUtil
Throws an error if the expressions don't have the same hierarchy.
checkCrossJoin(RolapEvaluator, FunDef, Exp[], boolean) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
Checks for CrossJoin(<set1>, <set2>), where set1 and set2 are one of member.children, level.members or member.descendants.
checkCrossJoinArg(RolapEvaluator, Exp) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
Scans for memberChildren, levelMembers, memberDescendants, crossJoin.
checkCrossJoinArg(RolapEvaluator, Exp, boolean) - Method in class mondrian.rolap.sql.CrossJoinArgFactory
Checks whether an expression can be natively evaluated.
checkDirectory(String) - Static method in class mondrian.test.loader.CsvDBLoader
 
checkFactCount() - Method in class mondrian.rolap.aggmatcher.Recognizer
Make sure that the aggregate table has one fact count column and that its type is numeric.
checkForeignKeys() - Method in class mondrian.rolap.aggmatcher.Recognizer
This method checks the foreign key columns.
checkHierarchies(MemberType[]) - Static method in class mondrian.olap.type.TupleType
Checks that there are no duplicate dimensions in a list of member types.
checkIgnores() - Method in class mondrian.rolap.aggmatcher.Recognizer
Check all columns to be marked as ignore.
Checkin7641UseOptimizer - Static variable in class mondrian.util.Bug
 
Checkin_7634 - Class in mondrian.rolap.aggmatcher
Checkin 7634 attempted to correct a problem demonstrated by this junit.
Checkin_7634() - Constructor for class mondrian.rolap.aggmatcher.Checkin_7634
 
Checkin_7634(String) - Constructor for class mondrian.rolap.aggmatcher.Checkin_7634
 
Checkin_7641 - Class in mondrian.rolap.aggmatcher
Checkin 7641 attempted to correct a problem demonstrated by this junit.
Checkin_7641() - Constructor for class mondrian.rolap.aggmatcher.Checkin_7641
 
Checkin_7641(String) - Constructor for class mondrian.rolap.aggmatcher.Checkin_7641
 
checkInList(SqlQuery, BitKey) - Method in class mondrian.rolap.agg.AndPredicate
 
checkInList(BitKey) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
checkIterListResultStyles(Calc) - Static method in class mondrian.olap.fun.FunUtil
 
checkLevels(List<JdbcSchema.Table.Column.Usage>) - Method in class mondrian.rolap.aggmatcher.Recognizer
This method identifies those columns in the aggregate table that match "collapsed" dimension columns.
checkListResultStyles(Calc) - Static method in class mondrian.olap.fun.FunUtil
 
checkMeasures() - Method in class mondrian.rolap.aggmatcher.DefaultRecognizer
Create measures for an aggregate table.
checkMeasures() - Method in class mondrian.rolap.aggmatcher.ExplicitRecognizer
Make the measures for this aggregate table.
checkMeasures() - Method in class mondrian.rolap.aggmatcher.Recognizer
Check all measure columns returning the number of measure columns.
checkMemberOrdinal(Member) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
checkMemberOrdinal(Member) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
checkMonikerValid(String) - Method in class mondrian.olap.UtilTestCase
 
checkNative(int, int, String) - Method in class mondrian.rolap.BatchTestCase
Runs a query twice, with native crossjoin optimization enabled and disabled.
checkNative(int, int, String, String, boolean) - Method in class mondrian.rolap.BatchTestCase
Runs a query twice, with native crossjoin optimization enabled and disabled.
checkNative(String, Result) - Static method in class mondrian.rolap.BatchTestCase
 
checkNosMeasures(int) - Method in class mondrian.rolap.aggmatcher.Recognizer
Make sure there was at least one measure column identified.
checkNotNative(int, String) - Method in class mondrian.rolap.BatchTestCase
Make sure the mdx runs correctly and not in native mode.
checkNotNative(int, String, String) - Method in class mondrian.rolap.BatchTestCase
Makes sure the MDX runs correctly and not in native mode.
checkNotNative(String, Result) - Static method in class mondrian.rolap.BatchTestCase
 
checksumSha256(String) - Static method in class mondrian.olap.Util
Parses a string and returns a SHA-256 checksum of it.
checkThrowable(Throwable, String) - Static method in class mondrian.test.TestContext
 
checkUnusedColumns() - Method in class mondrian.rolap.aggmatcher.Recognizer
If everything is ok, issue warning for each aggTable column that has not been identified as a FACT_COLUMN, MEASURE_COLUMN or LEVEL_COLUMN.
checkValid() - Method in interface mondrian.olap.fun.Resolver.Conversion
Checks the viability of implicit conversions.
CHEVRON_END - Static variable in class mondrian.test.loader.CsvLoader
 
CHEVRON_START - Static variable in class mondrian.test.loader.CsvLoader
 
CHH_AUTHORIZATION_CODE - Static variable in interface mondrian.xmla.XmlaConstants
 
CHH_AUTHORIZATION_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
 
CHH_CODE - Static variable in interface mondrian.xmla.XmlaConstants
 
CHH_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
 
ChildByNameConstraint - Class in mondrian.rolap
Constraint which optimizes the search for a child by name.
ChildByNameConstraint(Id.Segment) - Constructor for class mondrian.rolap.ChildByNameConstraint
Creates a ChildByNameConstraint.
childColumn - Variable in class mondrian.gui.MondrianGuiDef.Closure
 
childColumn - Variable in class mondrian.olap.MondrianDef.Closure
 
childLevelHasApproxRowCount() - Method in class mondrian.rolap.RolapMemberBase
 
children - Variable in class mondrian.gui.JdbcTreeModel.Node
 
children - Variable in class mondrian.rolap.agg.ListPredicate
 
children - Variable in class mondrian.rolap.aggmatcher.AggStar.Table
 
CHILDREN_CARDINALITY - Static variable in class mondrian.olap.Property
Definition of the property which holds the number of children this member has.
CHILDREN_CARDINALITY_ORDINAL - Static variable in class mondrian.olap.Property
 
ChooseAggregateByVolume - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether aggregate tables are ordered by their volume or row count.
chooseAggStar(TupleConstraint, Evaluator) - Method in class mondrian.rolap.SqlTupleReader
Obtains the AggStar instance which corresponds to an aggregate table which can be used to support the member constraint.
chooseDrillThroughCube(Member[], RolapCube) - Static method in class mondrian.rolap.RolapCell
 
chooseGrowCapacity(int, double, double) - Method in class mondrian.util.ObjectPool
 
chooseHighWaterMark(int, double) - Method in class mondrian.util.ObjectPool
 
chooseLowWaterMark(int, double) - Method in class mondrian.util.ObjectPool
 
chooseQuery(Dialect) - Method in class mondrian.rolap.sql.SqlQuery.CodeSet
Chooses the code variant which best matches the given Dialect.
chooseResponseMimeType(String) - Static method in class mondrian.xmla.XmlaUtil
Chooses the appropriate response mime type given an HTTP "Accept" header.
ChooseRunnable - Interface in mondrian.test
Similar to Runnable, except classes which implement ChooseRunnable choose what to do based upon an integer parameter.
chooseRunnable - Variable in class mondrian.test.TestCaseForker
 
chr(int) - Static method in class mondrian.olap.fun.vba.Vba
 
chrB(int) - Static method in class mondrian.olap.fun.vba.Vba
 
chrW(int) - Static method in class mondrian.olap.fun.vba.Vba
 
ChunkBitCount - Static variable in class mondrian.rolap.BitKey.AbstractBitKey
 
chunkCount(int) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Returns the number of chunks required for a given number of bits.
chunkPos(int) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Returns which chunk a given bit falls into.
ci - Variable in class mondrian.rolap.RolapCell
 
cInt(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
classifyMembers(TupleList, NativizeSetFunDef.SubstitutionMap) - Method in class mondrian.olap.fun.NativizeSetFunDef.CrossJoinAnalyzer
 
className - Variable in class mondrian.gui.MondrianGuiDef.CellFormatter
 
className - Variable in class mondrian.gui.MondrianGuiDef.MemberFormatter
 
className - Variable in class mondrian.gui.MondrianGuiDef.PropertyFormatter
 
className - Variable in class mondrian.gui.MondrianGuiDef.UserDefinedFunction
 
className - Variable in class mondrian.olap.MondrianDef.CellFormatter
 
className - Variable in class mondrian.olap.MondrianDef.MemberFormatter
 
className - Variable in class mondrian.olap.MondrianDef.PropertyFormatter
 
className - Variable in class mondrian.olap.MondrianDef.UserDefinedFunction
 
cleanStatements() - Method in class mondrian.server.Execution
Called when the execution needs to clean all of its resources for whatever reasons, typically when an exception has occurred or the execution has ended.
clear() - Method in class mondrian.calc.impl.ListTupleList
 
clear() - Method in class mondrian.calc.impl.UnaryTupleList
 
clear() - Method in class mondrian.olap.Util.AbstractFlatList
 
clear() - Method in class mondrian.recorder.AbstractRecorder
Resets this MessageRecorder.
clear() - Method in class mondrian.recorder.ListRecorder
 
clear() - Method in interface mondrian.recorder.MessageRecorder
Clear all context, warnings and errors from the MessageRecorder.
clear() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
 
clear(int) - Method in class mondrian.rolap.BitKey.Big
 
clear() - Method in class mondrian.rolap.BitKey.Big
 
clear(int) - Method in interface mondrian.rolap.BitKey
Sets the bit specified by the index to false.
clear() - Method in interface mondrian.rolap.BitKey
Sets all of the bits in this BitKey to false.
clear(int) - Method in class mondrian.rolap.BitKey.Mid128
 
clear() - Method in class mondrian.rolap.BitKey.Mid128
 
clear(int) - Method in class mondrian.rolap.BitKey.Small
 
clear() - Method in class mondrian.rolap.BitKey.Small
 
clear() - Method in class mondrian.rolap.cache.HardSmartCache
 
clear() - Method in interface mondrian.rolap.cache.SmartCache
 
clear() - Method in class mondrian.rolap.cache.SoftSmartCache
 
clear() - Method in interface mondrian.rolap.RolapResult.CellInfoContainer
Removes all CellInfo objects from container.
clear() - Method in class mondrian.rolap.RolapResult.CellInfoMap
 
clear() - Method in class mondrian.rolap.RolapResult.CellInfoPool
 
clear() - Method in class mondrian.rolap.RolapSchema.Pool
 
clear() - Method in class mondrian.rolap.SmartMemberListCache
 
clear() - Method in class mondrian.test.loader.DBLoader
Undoes all of the database table creations performed when the load method was called.
clear() - Method in class mondrian.util.CacheMap
 
clear() - Method in class mondrian.util.ConcatenableList
 
clear() - Method in class mondrian.util.ObjectPool
Removes all objects from the pool but keeps the current size of the internal storage.
clear(SpatialValueTree.SpatialRegion<K, E>) - Method in interface mondrian.util.SpatialValueTree
Clears all the values found at the provided region key.
clear(SpatialValueTree2.SpatialRegion) - Method in interface mondrian.util.SpatialValueTree2
Removes a region from the tree.
clear() - Method in class mondrian.util.UnsupportedList
 
clearAggStarList() - Method in class mondrian.rolap.RolapStar
Set the agg star list to empty.
clearAllDBs() - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
 
clearAndHardenCache(MemberCacheHelper) - Method in class mondrian.rolap.NonEmptyTest
 
clearAttributes() - Method in class mondrian.tui.MockHttpServletRequest
 
clearBatch() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
clearCache(String) - Method in class mondrian.test.CacheHitTest
Clears aggregation cache
clearCachedAggregations() - Method in class mondrian.rolap.RolapCube
Clear the in memory aggregate cache associated with this Cube, but only if Disabling Caching has been enabled.
clearCachedAggregations(boolean) - Method in class mondrian.rolap.RolapCube
Clear the in memory aggregate cache associated with this Cube.
clearCachedAggregations(boolean) - Method in class mondrian.rolap.RolapStar
Clears the aggregate cache.
clearConnection() - Method in class mondrian.test.TestContext
 
clearContent() - Method in class mondrian.tui.MockHttpServletResponse.MockServletOutputStream
 
clearDB(DataSource) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
Clears information in a JdbcSchema associated with a DataSource.
clearDB(JdbcSchema) - Method in interface mondrian.rolap.aggmatcher.JdbcSchema.Factory
 
clearDB(JdbcSchema) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.StdFactory
 
clearError() - Method in class mondrian.tui.CmdRunner
 
clearEvalCache() - Method in class mondrian.olap.Query
Remove all entries in the evaluation cache
clearExpResultCache(boolean) - Method in class mondrian.rolap.RolapEvaluator
 
clearHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
 
clearParameters() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
clearParameters() - Method in class mondrian.tui.MockHttpServletRequest
 
clearPool() - Method in class mondrian.rolap.RolapConnectionPool
Clears the connection pool for testing purposes
clearResultCache(boolean) - Method in class mondrian.rolap.RolapEvaluatorRoot
Clears the expression result cache.
clearServlet() - Method in class mondrian.xmla.XmlaBaseTestCase
 
clearThreadLocalClassName() - Static method in class mondrian.calc.ExpCompiler.Factory
Clears the class name (regardless of whether a class name was set).
clearThreadLocalClassName() - Static method in class mondrian.util.MemoryMonitorFactory
Clears the class name (regardless of whether a class name was set).
ClearViewBase - Class in mondrian.test.clearview
ClearViewBase is the base class to build test cases which test queries against the FoodMart database.
ClearViewBase() - Constructor for class mondrian.test.clearview.ClearViewBase
 
ClearViewBase(String) - Constructor for class mondrian.test.clearview.ClearViewBase
 
clearWarnings() - Method in class mondrian.olap4j.EmptyResultSet
 
clearWarnings() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
clearWarnings() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
clearWarnings() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
CLIENT_FAULT_FC - Static variable in interface mondrian.xmla.XmlaConstants
 
clone() - Method in class mondrian.calc.DummyExp
 
clone() - Method in class mondrian.mdx.DimensionExpr
 
clone() - Method in class mondrian.mdx.HierarchyExpr
 
clone() - Method in class mondrian.mdx.LevelExpr
 
clone() - Method in class mondrian.mdx.MemberExpr
 
clone() - Method in class mondrian.mdx.NamedSetExpr
 
clone() - Method in class mondrian.mdx.ParameterExpr
 
clone() - Method in class mondrian.mdx.ResolvedFunCall
 
clone() - Method in class mondrian.mdx.UnresolvedFunCall
 
clone() - Method in class mondrian.olap.EnumeratedValues
 
clone() - Method in interface mondrian.olap.Exp
 
clone() - Method in class mondrian.olap.ExpBase
 
clone() - Method in class mondrian.olap.Formula
 
clone() - Method in class mondrian.olap.Id
 
clone() - Method in class mondrian.olap.Literal
 
clone() - Method in class mondrian.olap.MemberProperty
 
clone() - Method in class mondrian.olap.OlapElementBase
 
clone() - Method in class mondrian.olap.Query
 
clone() - Method in class mondrian.olap.QueryAxis
 
clone() - Method in class mondrian.olap.RoleImpl
 
clone() - Method in class mondrian.olap.SetBase
 
clone() - Method in class mondrian.olap.Util.PropertyList
 
clone(SegmentHeader.ConstrainedColumn[]) - Method in class mondrian.rolap.agg.SegmentHeader
Creates a clone of this header by replacing some of the constrained columns in the process.
cloneArray(Exp[]) - Static method in class mondrian.olap.ExpBase
 
cloneArray(Formula[]) - Static method in class mondrian.olap.Formula
 
cloneArray(MemberProperty[]) - Static method in class mondrian.olap.MemberProperty
 
cloneArray(QueryAxis[]) - Static method in class mondrian.olap.QueryAxis
 
cloneEmpty() - Method in class mondrian.rolap.sql.SqlQuery
Creates an empty SqlQuery with the same environment as this one.
cloneList(int) - Method in class mondrian.calc.impl.ArrayTupleList
 
cloneList(int) - Method in class mondrian.calc.impl.DelegatingTupleList
 
cloneList(int) - Method in class mondrian.calc.impl.ListTupleList
 
cloneList(int) - Method in class mondrian.calc.impl.UnaryTupleList
 
cloneList(int) - Method in interface mondrian.calc.TupleList
Creates a copy of this list that has the same type and has a given capacity.
cloneListWithColumn(RolapStar.Column, List<StarColumnPredicate>) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate
 
cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.ListColumnPredicate
 
cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.LiteralStarPredicate
 
cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.MemberColumnPredicate
 
cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.MinusStarPredicate
 
cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.RangeColumnPredicate
 
cloneWithColumn(RolapStar.Column) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
cloneWithColumn(RolapStar.Column) - Method in interface mondrian.rolap.StarColumnPredicate
This method is required because unfortunately some ColumnPredicate objects are created without a column.
close() - Method in interface mondrian.olap.Connection
Closes this Connection.
close() - Method in class mondrian.olap.Query
Deprecated. Call Query.getStatement().close(). This method will be removed in mondrian-4.0.
close() - Method in interface mondrian.olap.Result
 
close() - Method in class mondrian.olap.ResultBase
 
close() - Method in class mondrian.olap4j.EmptyResultSet
 
close() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
close() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
close() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
close() - Method in class mondrian.rolap.ResultLoader
Closes internal statement.
close() - Method in class mondrian.rolap.RolapConnection
 
close() - Method in class mondrian.rolap.RolapConnection.NonEmptyResult
 
close() - Method in class mondrian.rolap.RolapResult
 
close() - Method in class mondrian.rolap.SqlStatement
Closes all resources (statement, result set) held by this SqlStatement.
close() - Method in class mondrian.rolap.SqlStatement.MyDelegatingInvocationHandler
Helper method to implement ResultSet.close().
close() - Method in class mondrian.rolap.Target
 
close() - Method in class mondrian.rolap.TargetBase
 
close() - Method in interface mondrian.server.Statement
Closes this statement.
close() - Method in class mondrian.test.loader.CsvLoader
 
close() - Method in class mondrian.test.loader.DBLoader
Releases resources.
close() - Method in class mondrian.test.TestContext
 
close() - Method in class mondrian.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class mondrian.xmla.XmlaHandler.MDDataSet
 
close() - Method in class mondrian.xmla.XmlaHandler.TabularRowSet
 
closeConnection() - Method in class mondrian.gui.JdbcMetaData
 
closed - Variable in class mondrian.olap4j.MondrianOlap4jCellSet
 
closeFileWriter() - Method in class mondrian.test.loader.DBLoader
 
ClosingPeriodResolver - Static variable in class mondrian.olap.fun.OpeningClosingPeriodFunDef
 
closure - Variable in class mondrian.gui.MondrianGuiDef.Level
 
closure - Variable in class mondrian.olap.MondrianDef.Level
 
closureColumnBitKey - Variable in class mondrian.rolap.RolapCube
 
closureFor - Variable in class mondrian.rolap.RolapHierarchy
 
CmdRunner - Class in mondrian.tui
Command line utility which reads and executes MDX commands.
CmdRunner(CmdRunner.Options, PrintWriter) - Constructor for class mondrian.tui.CmdRunner
Creates a CmdRunner.
CmdRunner.Options - Class in mondrian.tui
 
CmdRunner.Options() - Constructor for class mondrian.tui.CmdRunner.Options
 
CmdRunnerTest - Class in mondrian.test
Unit test for CmdRunner.
CmdRunnerTest() - Constructor for class mondrian.test.CmdRunnerTest
 
CmdRunnerTest(String) - Constructor for class mondrian.test.CmdRunnerTest
 
cmp(Format.FDBigInt) - Method in class mondrian.util.Format.FDBigInt
Compare FDBigInt with another FDBigInt.
cnt - Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
CoalesceEmptyFunDef - Class in mondrian.olap.fun
Definition of the CoalesceEmpty MDX function.
CoalesceEmptyFunDef(ResolverBase, int, int[]) - Constructor for class mondrian.olap.fun.CoalesceEmptyFunDef
 
code - Variable in class mondrian.util.Format.BasicFormat
 
code - Variable in class mondrian.util.Format.Token
 
CodeComplianceTest - Class in mondrian.test.build
Omnibus code compliance test to wrap various ant tasks that check the code base, such checkFile, as macker, Javadoc, preambles, and so on.
CodeComplianceTest(String) - Constructor for class mondrian.test.build.CodeComplianceTest
Creates a CodeComplianceTest.
collectArguments(Map<String, Object>) - Method in class mondrian.calc.impl.AbstractCalc
Collects any other arguments to this calc.
collectArguments(Map<String, Object>) - Method in class mondrian.calc.impl.ConstantCalc
 
collectArguments(Map<String, Object>) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
 
collectColumns(Collection<RolapStar.Column>, RolapStar.Table, MondrianDef.Column) - Static method in class mondrian.rolap.RolapStar
Collects all columns in this table and its children.
COLON - Static variable in interface mondrian.olap.ParserSym
 
COLON - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
colsDataType - Variable in class mondrian.gui.JdbcMetaData.DbTable
sorted map key=column, value=data type of column
COLUMN - Static variable in class mondrian.gui.JdbcTreeModel.Node
 
column - Variable in class mondrian.gui.MondrianGuiDef.AggColumnName
 
column - Variable in class mondrian.gui.MondrianGuiDef.AggLevel
 
column - Variable in class mondrian.gui.MondrianGuiDef.AggMeasure
 
column - Variable in class mondrian.gui.MondrianGuiDef.Level
 
column - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
column - Variable in class mondrian.gui.MondrianGuiDef.Property
 
column - Variable in class mondrian.gui.MondrianGuiDef.Value
 
column - Variable in class mondrian.olap.MondrianDef.AggColumnName
 
column - Variable in class mondrian.olap.MondrianDef.AggLevel
 
column - Variable in class mondrian.olap.MondrianDef.AggMeasure
 
column - Variable in class mondrian.olap.MondrianDef.Level
 
column - Variable in class mondrian.olap.MondrianDef.Measure
 
column - Variable in class mondrian.olap.MondrianDef.Property
 
column - Variable in class mondrian.olap.MondrianDef.Value
 
column - Variable in class mondrian.parser.SimpleCharStream
 
column - Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
 
COLUMN_NAMES_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
COLUMN_TYPES_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
columnDefinitions - Variable in enum mondrian.xmla.RowsetDefinition
 
columnDefs - Variable in class mondrian.gui.MondrianGuiDef.InlineTable
 
columnDefs - Variable in class mondrian.olap.MondrianDef.InlineTable
 
columnExpression - Variable in class mondrian.rolap.agg.SegmentHeader.ConstrainedColumn
 
columnInfo - Variable in class mondrian.gui.JdbcExplorer.Node
 
COLUMNS - Static variable in interface mondrian.olap.ParserSym
 
COLUMNS - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
columns - Variable in class mondrian.rolap.agg.ListPredicate
 
columns - Variable in class mondrian.rolap.BatchTestCase.CellRequestConstraint
 
columns - Variable in class mondrian.rolap.FastBatchingCellReader.Batch
 
columnSize - Variable in class mondrian.gui.JdbcMetaData.DbColumn
 
columnsOK(RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.DefaultRules
Uses the DefaultRecognizer Recognizer to determine if the given aggTable's columns all match upto the dbFactTable's columns (where present) making the column usages as a result.
columnsOK(RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Checks that ALL of the columns in the dbTable have a mapping in the tableDef.
columnType - Variable in enum mondrian.xmla.RowsetDefinition.Type
 
columnValue(DBLoader.Column, Object) - Method in class mondrian.test.loader.DBLoader
Convert the columns value to a string based upon its column type.
combineArgs(List<CrossJoinArg[]>) - Method in class mondrian.rolap.RolapNativeCrossJoin
 
CombiningGenerator<E> - Class in mondrian.util
A list that, given a collection of elements, contains every possible combination of those objects (also known as the power set of those objects).
CombiningGenerator(Collection<E>) - Constructor for class mondrian.util.CombiningGenerator
Creates a CombiningGenerator.
COMMA - Static variable in interface mondrian.olap.ParserSym
 
COMMA - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
commaList(String, List<T>) - Static method in class mondrian.olap.Util
Converts a list of a string.
commandLoop(boolean) - Method in class mondrian.tui.CmdRunner
 
commandLoop(File) - Method in class mondrian.tui.CmdRunner
 
commandLoop(String, boolean) - Method in class mondrian.tui.CmdRunner
 
commandLoop(Reader, boolean) - Method in class mondrian.tui.CmdRunner
The Command Loop where lines are read from the InputStream and interpreted.
commit() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
commit() - Method in interface mondrian.rolap.CacheControlImpl.MemberEditCommandPlus
 
COMPARATOR - Static variable in class mondrian.rolap.RolapStar.Column
 
compare(Object, Object) - Method in class mondrian.olap.fun.FunUtil.DescendingValueComparator
 
compare(Object, Object) - Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
compare(int, int) - Static method in class mondrian.olap.Util
Compares integer values.
compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.CacheMemberReader
 
compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.DelegatingMemberReader
 
compare(RolapMember, RolapMember, boolean) - Method in interface mondrian.rolap.MemberReader
Compares two members according to their order in a prefix ordered traversal.
compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.NoCacheMemberReader
 
compare(RolapCube, RolapCube) - Method in class mondrian.rolap.RolapCube.CubeComparator
 
compare(RolapStar.Column, RolapStar.Column) - Method in class mondrian.rolap.RolapStar.ColumnComparator
 
compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.SmartMemberReader
 
compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.SqlMemberSource
 
compare(RolapMember, RolapMember, boolean) - Method in class mondrian.rolap.SubstitutingMemberReader
 
compareHierarchically(Member, Member, boolean) - Static method in class mondrian.olap.fun.FunUtil
Compares a pair of members according to their positions in a prefix-order (or postfix-order, if post is true) walk over a hierarchy.
compareKey(Object, Object) - Static method in class mondrian.olap.Util
Returns the result of ((Comparable) k1).compareTo(k2), with special-casing for the fact that Boolean only became comparable in JDK 1.5.
compareMembersHierarchically(Member, Member) - Method in class mondrian.olap.DelegatingSchemaReader
 
compareMembersHierarchically(Member, Member) - Method in interface mondrian.olap.SchemaReader
Compares a pair of Members according to their order in a prefix traversal.
compareMembersHierarchically(Member, Member) - Method in class mondrian.rolap.RolapSchemaReader
 
compareName(String, String) - Static method in class mondrian.olap.Util
Compares two names.
compareResults() - Method in class mondrian.test.comp.ResultComparator
 
compareSiblingMembers(Member, Member) - Static method in class mondrian.olap.fun.FunUtil
Compares two members which are known to have the same parent.
CompareSiblingsByOrderKey - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether sibling members are compared according to order key value fetched from their ordinal expression.
compareTo(FunInfo) - Method in class mondrian.olap.fun.FunInfo
 
compareTo(Object) - Method in class mondrian.olap.fun.FunUtil.OrderKey
 
compareTo(Object) - Method in class mondrian.olap.fun.TestMember
 
compareTo(Object) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
compareTo(BitKey) - Method in class mondrian.rolap.BitKey.Big
 
compareTo(BitKey) - Method in class mondrian.rolap.BitKey.Mid128
 
compareTo(BitKey) - Method in class mondrian.rolap.BitKey.Small
 
compareTo(Object) - Method in class mondrian.rolap.DelegatingRolapMember
 
compareTo(Object) - Method in class mondrian.rolap.RolapCubeMember
 
compareTo(Object) - Method in class mondrian.rolap.RolapMemberBase
Compares this member to another RolapMemberBase.
compareTo(Pair<L, R>) - Method in class mondrian.util.Pair
 
compareToBig(BitKey.Big) - Method in class mondrian.rolap.BitKey.Mid128
 
compareToBig(BitKey.Big) - Method in class mondrian.rolap.BitKey.Small
 
compareUnsigned(long, long) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Performs unsigned comparison on two long values.
compareUnsignedArrays(long[], long[]) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Compares a pair of long arrays, using unsigned comparison semantics and padding to the left with 0s.
compareValues(double, double) - Static method in class mondrian.olap.fun.FunUtil
Compares double-precision values according to MDX semantics.
compareValues(Object, Object) - Static method in class mondrian.olap.fun.FunUtil
Compares two cell values.
CompatibilityTest - Class in mondrian.test
CompatibilityTest is a test case which tests MDX syntax compatibility with Microsoft and SAS servers.
CompatibilityTest(String) - Constructor for class mondrian.test.CompatibilityTest
 
compatibleWith(Format.FormatType) - Method in class mondrian.util.Format.Token
 
compile(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression.
compile(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
Compiles an expression. Uses the current ResultStyle to compile the expression.
compile(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compile(ExpCompiler) - Method in interface mondrian.calc.ParameterCompilable
 
compile() - Method in class mondrian.olap.Formula
 
compile(Exp) - Method in class mondrian.olap.fun.ResultStyleCompiler
 
compile(ExpCompiler) - Method in class mondrian.olap.ParameterImpl
 
compile(ExpCompiler, ResultStyle) - Method in class mondrian.olap.QueryAxis
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.CalculatedMemberSqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.CompositeSqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.IifSqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.InfixOpSqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.IsEmptySqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.MatchingSqlCompiler
 
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.NumberSqlCompiler
 
compile(Exp) - Method in interface mondrian.rolap.RolapNativeSql.SqlCompiler
Returns SQL.
compile(Exp) - Method in class mondrian.rolap.RolapNativeSql.StoredMeasureSqlCompiler
 
compile(ExpCompiler) - Method in class mondrian.rolap.RolapSchemaParameter
 
compileArgs(Exp, RolapNativeSql.SqlCompiler) - Method in class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
compiles the arguments of a FunCall
compileAs(Exp, Type, List<ResultStyle>) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression to a given result type.
compileAs(Exp, Type, List<ResultStyle>) - Method in class mondrian.calc.impl.AbstractExpCompiler
Compiles an expression to a given result type. Uses a new ResultStyle to compile the expression.
compileAs(Exp, Type, List<ResultStyle>) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileAs(Exp, Type, List<ResultStyle>) - Method in class mondrian.olap.fun.ResultStyleCompiler
 
compileBoolean(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a boolean result.
compileBoolean(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileBoolean(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.AddCalculatedMembersFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.AggregateFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.AncestorFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.AsFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.AvgFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CacheFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CaseMatchFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CaseTestFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CastFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CoalesceEmptyFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CorrelationFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CountFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CovarianceFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DescendantsFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DimensionDimensionFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DimensionsNumericFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DimensionsStringFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DistinctFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DrilldownLevelFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DrilldownLevelTopBottomFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.DrilldownMemberFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ExceptFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ExistsFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.extra.CalculatedChildFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.extra.NthQuartileFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ExtractFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.FilterFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.FormatFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.FunDefBase
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.GenerateFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.HeadTailFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.HierarchizeFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.HierarchyDimensionFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.IifFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.IntersectFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.IsEmptyFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.IsFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.IsNullFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.JavaFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LastPeriodsFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LeadLagFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LevelDimensionFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LevelHierarchyFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LevelMembersFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LinReg
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.LinReg.PointFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MedianFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberDimensionFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberHierarchyFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberLevelFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MemberOrderKeyFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.MinMaxFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NamedSetCurrentFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NamedSetCurrentOrdinalFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NativizeSetFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.NonEmptyCrossJoinFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.OpeningClosingPeriodFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.OrderFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ParallelPeriodFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ParenthesesFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.PercentileFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.PeriodsToDateFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.PropertiesFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RangeFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RankFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.SetFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.SetItemFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.SetToStrFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.StdevFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.StdevPFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.StrToMemberFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.StrToSetFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.StrToTupleFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.SubsetFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.SumFunDef
 
compileCall(ResolvedFunCall, ExpCompiler, ResultStyle) - Method in class mondrian.olap.fun.SumFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ToggleDrillStateFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.TopBottomCountFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.TopBottomPercentSumFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.TupleFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.TupleItemFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.TupleToStrFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.UnionFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.UnorderFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.ValidMeasureFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.VarFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.VarPFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.VisualTotalsFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.XtdFunDef
 
compileCall(ResolvedFunCall, ExpCompiler) - Method in interface mondrian.olap.FunDef
Converts a call to this function into executable objects.
compileCall2(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RankFunDef
 
compileCall3(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.RankFunDef
 
compileCallImmutableList(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
 
compileCallIterable(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
 
compileCallIterable(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.FilterFunDef
Returns an IterCalc.
compileCallList(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.FilterFunDef
Returns a ListCalc.
compileCallMutableList(ResolvedFunCall, ExpCompiler) - Method in class mondrian.olap.fun.CrossJoinFunDef
 
compileDateTime(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a Date result.
compileDateTime(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileDateTime(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compiledExps - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
compileDimension(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a Dimension result.
compileDimension(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileDimension(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileDouble(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a double result.
compileDouble(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileDouble(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileExpression(Exp, boolean, ResultStyle) - Method in class mondrian.olap.Query
Compiles an expression, using a cached compiled expression if available.
compileExpression(String, boolean) - Method in class mondrian.test.TestContext
Compiles a scalar expression in the context of the default cube.
compileHierarchy(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a Hierarchy result.
compileHierarchy(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileHierarchy(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileInteger(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields an int result.
compileInteger(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileInteger(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileIter(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields an immutable Iterable result.
compileIter(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileIter(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileLevel(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a Level result.
compileLevel(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileLevel(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileList(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields an immutable TupleList result.
compileList(Exp, boolean) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields TupleList result.
compileList(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileList(Exp, boolean) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileList(Exp, boolean) - Method in class mondrian.calc.impl.BetterExpCompiler
 
compileList(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileList(Exp, boolean) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileMember(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a Member result.
compileMember(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileMember(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compiler - Variable in class mondrian.rolap.RolapNativeSql.CalculatedMemberSqlCompiler
 
compiler - Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
 
compilers - Variable in class mondrian.rolap.RolapNativeSql.CompositeSqlCompiler
 
compileScalar(Exp, boolean) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression to yield a scalar result.
compileScalar(Exp, boolean) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileScalar(Exp, boolean) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileScript(Class<T>, String, String) - Static method in class mondrian.olap.Util
Compiles a script to yield a Java interface.
compileScript(Class<T>, String, String) - Method in interface mondrian.util.UtilCompatible
Compiles a script to yield a Java interface.
compileScript(Class<T>, String, String) - Method in class mondrian.util.UtilCompatibleJdk14
 
compileScript(Class<T>, String, String) - Method in class mondrian.util.UtilCompatibleJdk15
 
compileScript(Class<T>, String, String) - Method in class mondrian.util.UtilCompatibleJdk16
 
compileString(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a String result.
compileString(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileString(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
compileTuple(Exp) - Method in interface mondrian.calc.ExpCompiler
Compiles an expression which yields a tuple result.
compileTuple(Exp) - Method in class mondrian.calc.impl.AbstractExpCompiler
 
compileTuple(Exp) - Method in class mondrian.calc.impl.BetterExpCompiler
 
compileTuple(Exp) - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
completeBeforeElement(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
completeBeforeElement(String) - Method in class mondrian.xmla.impl.JsonSaxWriter
 
completeBeforeElement(String) - Method in interface mondrian.xmla.SaxWriter
 
component - Variable in class mondrian.server.Locus
 
Composite - Class in mondrian.util
Composite collections.
Composite() - Constructor for class mondrian.util.Composite
 
CompositeList<T> - Class in mondrian.util
List composed of several lists.
CompositeList(List<? extends T>...) - Constructor for class mondrian.util.CompositeList
Creates a composite list.
compoundId() - Method in class mondrian.parser.MdxParserImpl
 
CompoundSlicer - Variable in class mondrian.resource.MondrianResource
CompoundSlicer is 'WHERE clause expression returned set with more than one element.'
CompoundSlicerTest - Class in mondrian.test
Tests the expressions used for calculated members.
CompoundSlicerTest() - Constructor for class mondrian.test.CompoundSlicerTest
Creates a CompoundSlicerTest.
CompoundSlicerTest(String) - Constructor for class mondrian.test.CompoundSlicerTest
Creates a CompoundSlicerTest with a given name.
computeCalculated(Member.MemberType) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
computeCalculated(Member.MemberType) - Method in class mondrian.olap.MemberBase
Computes the value to be returned by MemberBase.isCalculated(), so it can be cached in a variable.
computeCalculated(Member.MemberType) - Method in class mondrian.rolap.RolapCalculatedMember
 
computeCalculated(Member.MemberType) - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.CubeType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.DimensionType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.HierarchyType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.LevelType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.MemberType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.ScalarType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.SetType
 
computeCommonType(Type, int[]) - Method in class mondrian.olap.type.TupleType
 
computeCommonType(Type, int[]) - Method in interface mondrian.olap.type.Type
Returns a Type which is more general than this and the given Type.
computeCommonType(boolean, Type...) - Static method in class mondrian.olap.type.TypeUtil
Returns a type sufficiently broad to hold any value of several types, but as narrow as possible.
computeHashCode() - Method in class mondrian.olap.OlapElementBase
Computes this object's hash code.
computeHashCode() - Method in class mondrian.rolap.agg.AggregationKey
 
computeHashCode() - Method in class mondrian.rolap.RolapCubeHierarchy
 
computeHashCode() - Method in class mondrian.rolap.RolapHierarchy
 
computeTuples(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NativeListCalc
 
con - Variable in class mondrian.rolap.BatchTestCase.TestCase
Mondrian connection.
CONCAT - Static variable in interface mondrian.olap.ParserSym
 
CONCAT - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
ConcatenableList<T> - Class in mondrian.util
List backed by a collection of sub-lists.
ConcatenableList() - Constructor for class mondrian.util.ConcatenableList
Creates an empty ConcatenableList.
ConcurrentMdxTest - Class in mondrian.test
Runs specified set of MDX queries concurrently.
ConcurrentMdxTest() - Constructor for class mondrian.test.ConcurrentMdxTest
 
ConcurrentValidatingQueryRunner - Class in mondrian.test
Utility class to run set of MDX queries in multiple threads and validate the results.
ConcurrentValidatingQueryRunner(int, boolean, FoodMartTestCase.QueryAndResult[]) - Constructor for class mondrian.test.ConcurrentValidatingQueryRunner
Runs concurrent queries without flushing cache.
ConcurrentValidatingQueryRunner(int, boolean, boolean, FoodMartTestCase.QueryAndResult[]) - Constructor for class mondrian.test.ConcurrentValidatingQueryRunner
Runs concurrent queries with random cache flush.
conn - Variable in class mondrian.gui.JdbcMetaData
 
connect(String, Properties) - Method in class mondrian.olap4j.MondrianOlap4jDriver
 
connection - Variable in class mondrian.gui.JdbcTreeModel
 
connection - Variable in class mondrian.gui.QueryPanel
 
Connection - Interface in mondrian.olap
Connection to a multi-dimensional database.
connection - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
connection - Variable in class mondrian.rolap.Test
 
ConnectionBase - Class in mondrian.olap
ConnectionBase implements some of the methods in Connection.
ConnectionBase() - Constructor for class mondrian.olap.ConnectionBase
 
connectionFactory - Variable in class mondrian.xmla.XmlaHandler
 
ConnectionString - Static variable in class mondrian.test.StandAlone
 
ConnectStringMandatoryProperties - Variable in class mondrian.resource.MondrianResource
ConnectStringMandatoryProperties is 'Connect string must contain property ''{0}'' or property ''{1}'''
consolidate() - Method in class mondrian.util.ConcatenableList
Performs a load of all elements into memory, removing sequential access advantages.
constainsColumn(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Return true if this table contains a column with the given name.
Constant - Static variable in class mondrian.olap.Category
Constant is a flag which, when bitwise-OR-ed with a category value, indicates a constant (as opposed to an expression).
constantBoolean(boolean) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given boolean.
ConstantCalc - Class in mondrian.calc.impl
Calculator which always returns the same value.
ConstantCalc(Type, Object) - Constructor for class mondrian.calc.impl.ConstantCalc
 
ConstantCalcTest - Class in mondrian.calc.impl
Test for ConstantCalc
ConstantCalcTest() - Constructor for class mondrian.calc.impl.ConstantCalcTest
 
constantDimension(Dimension) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given dimension.
constantDouble(double) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given double.
constantHierarchy(Hierarchy) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given hierarchy.
constantInteger(int) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given integer.
constantLevel(Level) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given level.
constantMember(Member) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given member.
constantNull(Type) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to null.
constantString(String) - Static method in class mondrian.calc.impl.ConstantCalc
Creates an expression which evaluates to a given string.
constrainedColumn - Variable in class mondrian.rolap.agg.AbstractColumnPredicate
 
constrainLevel(RolapLevel, SqlQuery, RolapCube, AggStar, String, boolean) - Static method in class mondrian.rolap.SqlConstraintUtils
Generates a sql expression constraining a level by some value
constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) - Method in class mondrian.rolap.RolapCubeLevel.AllLevelReaderImpl
 
constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) - Method in interface mondrian.rolap.RolapCubeLevel.LevelReader
Adds constraints to a cache region for a member of this level.
constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) - Method in class mondrian.rolap.RolapCubeLevel.NullLevelReader
 
constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) - Method in class mondrian.rolap.RolapCubeLevel.ParentChildLevelReaderImpl
 
constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) - Method in class mondrian.rolap.RolapCubeLevel.RegularLevelReader
 
constrainRequest(RolapCubeMember, RolapCube, CellRequest) - Method in class mondrian.rolap.RolapCubeLevel.AllLevelReaderImpl
 
constrainRequest(RolapCubeMember, RolapCube, CellRequest) - Method in interface mondrian.rolap.RolapCubeLevel.LevelReader
Adds constraints to a cell request for a member of this level.
constrainRequest(RolapCubeMember, RolapCube, CellRequest) - Method in class mondrian.rolap.RolapCubeLevel.NullLevelReader
 
constrainRequest(RolapCubeMember, RolapCube, CellRequest) - Method in class mondrian.rolap.RolapCubeLevel.ParentChildLevelReaderImpl
 
constrainRequest(RolapCubeMember, RolapCube, CellRequest) - Method in class mondrian.rolap.RolapCubeLevel.RegularLevelReader
 
constraint - Variable in class mondrian.rolap.SqlTupleReader
 
constructSuite(DiffRepository, Class) - Static method in class mondrian.test.clearview.ClearViewBase
 
contains(Object) - Method in class mondrian.olap.Util.AbstractFlatList
 
contains(Object) - Method in class mondrian.rolap.agg.Aggregation.Axis
Returns whether this axis contains a given key, or would contain it if it existed.
contains(SegmentHeader) - Method in class mondrian.rolap.agg.MockSegmentCache
 
contains(SegmentHeader) - Static method in class mondrian.rolap.agg.SegmentCacheWorker
Returns whether there is a cached segment body available for a given segment header.
contains(RolapSchema) - Method in class mondrian.rolap.RolapSchema.Pool
 
contains(SegmentHeader) - Method in interface mondrian.spi.SegmentCache
Checks if the cache contains a SegmentBody corresponding to the supplied SegmentHeader.
contains(String[], String) - Static method in class mondrian.test.TestContext
 
contains(T) - Method in class mondrian.util.ObjectPool
Returns true it the Object is already in the ObjectPool and false otherwise.
contains(Object) - Method in class mondrian.util.UnsupportedList
 
containsAggregateFunction() - Method in interface mondrian.rolap.RolapCalculation
Returns whether this calculation contains an aggregate function.
containsAggregateFunction() - Method in class mondrian.rolap.RolapMemberBase
 
containsAggregateFunction() - Method in class mondrian.rolap.RolapMemberCalculation
 
containsAggregateFunction() - Method in class mondrian.rolap.RolapTupleCalculation
 
containsAll(Collection<?>) - Method in class mondrian.olap.Util.AbstractFlatList
 
containsAll(Collection<?>) - Method in class mondrian.util.UnsupportedList
 
containsCalculatedMember(Member[]) - Static method in class mondrian.rolap.SqlConstraintUtils
 
containsColumn(RolapStar.Column) - Method in class mondrian.rolap.RolapStar.Table
 
containsColumn(String) - Method in class mondrian.rolap.RolapStar.Table
Returns whether this table has a column with the given name.
containsHeader(String) - Method in class mondrian.tui.MockHttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsKey(Object) - Method in class mondrian.util.CacheMap
 
containsValue(Object) - Method in class mondrian.util.CacheMap
 
CONTENT_PROP - Static variable in class mondrian.xmla.XmlaBasicTest
 
context - Variable in class mondrian.test.DelegatingTestContext
 
CONTEXT_MIME_TYPE - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_ROLE_NAME - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_PASSWORD - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_SESSION_ID - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_SESSION_STATE - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_SESSION_STATE_BEGIN - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_SESSION_STATE_END - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_SESSION_STATE_WITHIN - Static variable in interface mondrian.xmla.XmlaConstants
 
CONTEXT_XMLA_USERNAME - Static variable in interface mondrian.xmla.XmlaConstants
 
contextDestroyed(ServletContextEvent) - Method in class mondrian.web.taglib.Listener
 
contextInitialized(ServletContextEvent) - Method in class mondrian.web.taglib.Listener
 
CONTRIBUTING_CHILDREN - Static variable in class mondrian.olap.Property
Deprecated. Property is not used and will be removed in mondrian-4.0; use SchemaReader.getParentChildContributingChildren(mondrian.olap.Member, mondrian.olap.Hierarchy, java.util.List)
CONTRIBUTING_CHILDREN_ORDINAL - Static variable in class mondrian.olap.Property
 
convert(Object) - Method in class mondrian.olap.ParameterImpl
 
convert(List<IdentifierSegment>) - Static method in class mondrian.olap.Util
Converts a list of olap4j-style segments to a list of mondrian-style segments.
convert(IdentifierSegment) - Static method in class mondrian.olap.Util
Converts an olap4j-style segment to a mondrian-style segment.
convertAggregator(JdbcSchema.Table.Column.Usage, RolapAggregator) - Method in class mondrian.rolap.aggmatcher.Recognizer
Figure out what aggregator should be associated with a column usage.
convertAggregator(JdbcSchema.Table.Column.Usage, RolapAggregator, RolapAggregator) - Method in class mondrian.rolap.aggmatcher.Recognizer
The method chooses a special aggregator for the aggregate table column's usage.
convertBack(Object) - Static method in class mondrian.olap.ParameterImpl
 
convertChildren(RolapStar.Table) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Convert the child tables of a RolapStar.Table into child AggStar.DimTable tables.
convertColumns(RolapStar.Table) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Convert a RolapStar.Table table's columns into AggStar.Table.Level columns.
convertColumnTypeToName(Set<JdbcSchema.UsageType>) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
Maps from column type enum to column type name or list of names if the parameter represents more than on usage.
convertFoodMart() - Method in class mondrian.rolap.Test
 
convertInlineTableToRelation(MondrianDef.InlineTable, Dialect) - Static method in class mondrian.rolap.RolapUtil
 
convertMemberName(String) - Method in class mondrian.rolap.RolapCubeHierarchy
Converts the unique name of a member of the underlying hierarchy to the appropriate name for this hierarchy.
convertOlap4jConnectStringToNativeMondrian(String) - Static method in class mondrian.olap.Util
Converts an olap4j connect string into a legacy mondrian connect string.
convertPercentageToThreshold(int) - Method in class mondrian.util.AbstractMemoryMonitor
Converts a percentage threshold to its corresponding memory value, (percentage * maximum-memory / 100).
convertStackToString(Throwable) - Static method in class mondrian.olap.Util
Converts an error into an array of strings, the most recent error first.
convertTable(RolapStar.Table, String) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Converts a RolapStar.Table into a AggStar.DimTable as well as converting all columns and child tables.
convertThresholdToPercentage(long) - Method in class mondrian.util.AbstractMemoryMonitor
Converts a memory value to its percentage.
convertThresholdToPercentage(long, long) - Static method in class mondrian.util.MemoryMonitorTest
 
convertToNodes(XPathResult) - Static method in class mondrian.tui.XmlUtil
Convert an XPathResult to an array of Nodes.
convertToString(XPathResult, boolean) - Static method in class mondrian.tui.XmlUtil
Convert an XPathResult object to String.
coordinatesToOrdinal(List<Integer>) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
copy() - Method in class mondrian.rolap.BitKey.Big
 
copy() - Method in interface mondrian.rolap.BitKey
Returns a copy of this BitKey.
copy() - Method in class mondrian.rolap.BitKey.Mid128
 
copy() - Method in class mondrian.rolap.BitKey.Small
 
copy() - Method in interface mondrian.rolap.CellKey
Returns a mutable copy of this CellKey.
copy() - Method in class mondrian.rolap.CellKey.Many
 
copy() - Method in class mondrian.rolap.CellKey.One
 
copy() - Method in class mondrian.rolap.CellKey.Three
 
copy() - Method in class mondrian.rolap.CellKey.Two
 
copy() - Method in class mondrian.rolap.CellKey.Zero
 
copyFromByte(BitSet, int, byte) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Copies a byte into a bit set at a particular position.
copyFromLong(BitSet, int, long) - Static method in class mondrian.rolap.BitKey.AbstractBitKey
Copies a long value (interpreted as 64 bits) into a bit set.
copyOf(double[], int) - Static method in class mondrian.olap.Util
Like Arrays.copyOf(double[], int), but exists prior to JDK 1.6.
copyOf(int[], int) - Static method in class mondrian.olap.Util
Like Arrays.copyOf(int[], int), but exists prior to JDK 1.6.
copyOf(long[], int) - Static method in class mondrian.olap.Util
Like Arrays.copyOf(long[], int), but exists prior to JDK 1.6.
copyOf(T[], int) - Static method in class mondrian.olap.Util
Like Arrays.copyOf(Object[], int), but exists prior to JDK 1.6.
copyOf(U[], int, Class<? extends T[]>) - Static method in class mondrian.olap.Util
Copies the specified array.
copySuite(TestSuite, Util.Functor1<Boolean, Test>) - Static method in class mondrian.test.TestContext
Makes a copy of a suite, filtering certain tests.
correlation(Evaluator, TupleList, Calc, Calc) - Static method in class mondrian.olap.fun.FunUtil
 
CorrelationFunDef - Class in mondrian.olap.fun
Definition of the Correlation MDX function.
CorrelationFunDef(FunDef) - Constructor for class mondrian.olap.fun.CorrelationFunDef
 
cos(double) - Static method in class mondrian.olap.fun.vba.Vba
 
cosh(double) - Static method in class mondrian.olap.fun.vba.Excel
 
couldBeMember(Type) - Static method in class mondrian.olap.type.TypeUtil
 
CouldNotLoadDefaultAggregateRules - Variable in class mondrian.resource.MondrianResource
CouldNotLoadDefaultAggregateRules is 'Could not load default aggregate rules ''{0}''.'
count() - Method in class mondrian.gui.JdbcMetaData.Database.TableTracker
 
count(Evaluator, TupleIterable, boolean) - Static method in class mondrian.olap.fun.FunUtil
 
Count - Static variable in class mondrian.rolap.RolapAggregator
 
countColumn - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
counter - Static variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
CountFunDef - Class in mondrian.olap.fun
Definition of the Count MDX function.
CountFunDef(FunDef) - Constructor for class mondrian.olap.fun.CountFunDef
 
CountingAggregationManager - Class in mondrian.rolap.agg
This class adds to AggregationManager counters for aggregation cache hit and miss.
CountingAggregationManager() - Constructor for class mondrian.rolap.agg.CountingAggregationManager
 
countOnly - Variable in class mondrian.rolap.agg.AbstractQuerySpec
 
cousin(SchemaReader, Member, Member) - Static method in class mondrian.olap.fun.FunUtil
Returns the member under ancestorMember having the same relative position under member's parent.
CousinHierarchyMismatch - Variable in class mondrian.resource.MondrianResource
CousinHierarchyMismatch is 'The member arguments to the Cousin function must be from the same hierarchy.
covariance(Evaluator, TupleList, Calc, Calc, boolean) - Static method in class mondrian.olap.fun.FunUtil
 
CovarianceFunDef - Class in mondrian.olap.fun
Definition of the Covariance and CovarianceN MDX functions.
CovarianceFunDef(FunDef) - Constructor for class mondrian.olap.fun.CovarianceFunDef
 
CovarianceNResolver - Static variable in class mondrian.olap.fun.CovarianceFunDef
 
CovarianceResolver - Static variable in class mondrian.olap.fun.CovarianceFunDef
 
CPOSTA_CODE - Static variable in interface mondrian.xmla.XmlaConstants
 
CPOSTA_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
 
CPREA_CODE - Static variable in interface mondrian.xmla.XmlaConstants
 
CPREA_FAULT_FS - Static variable in interface mondrian.xmla.XmlaConstants
 
create(Exp, MemberCalc[], boolean) - Static method in class mondrian.calc.impl.MemberValueCalc
Creates a ValueCalc, MemberValueCalc or MemberArrayValueCalc.
create() - Method in class mondrian.olap.fun.UdfResolver.ClassUdfFactory
 
create() - Method in interface mondrian.olap.fun.UdfResolver.UdfFactory
Creates a UDF.
create(Double) - Static method in class mondrian.olap.Literal
Deprecated. Use Literal.create(java.math.BigDecimal)
create(Integer) - Static method in class mondrian.olap.Literal
Deprecated. Use Literal.create(java.math.BigDecimal)
create(BigDecimal) - Static method in class mondrian.olap.Literal
Creates a numeric literal.
create(Axis[]) - Static method in class mondrian.rolap.Modulos.Generator
 
create(Statement) - Static method in class mondrian.rolap.RolapEvaluator
Creates an evaluator.
create(Member) - Method in class mondrian.rolap.RolapMemberBase.DefaultPropertyValueMapFactory
Creates a Map to be used for storing property string/value pairs for the specified Member.
create(Member) - Method in interface mondrian.rolap.RolapMemberBase.PropertyValueMapFactory
Creates a Map to be used for storing property string/value pairs for the specified Member.
create(int[]) - Method in interface mondrian.rolap.RolapResult.CellInfoContainer
Creates a new CellInfo object, adds it to the container a location pos and returns it.
create(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoMap
 
create(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoPool
 
create(RolapEvaluator, List<RolapMember>, boolean, boolean) - Static method in class mondrian.rolap.sql.MemberListCrossJoinArg
Creates an instance of CrossJoinArg, or returns null if the arguments are invalid.
create(SqlMemberSource) - Method in class mondrian.rolap.SqlMemberSource.NullValuePoolFactory

Create a new Map to be used to pool values.

create(SqlMemberSource) - Method in interface mondrian.rolap.SqlMemberSource.ValuePoolFactory
Create a new Map to be used to pool values.
create(String, String, String, String, String, String) - Method in class mondrian.test.TestContext
Creates a TestContext which is based on a variant of the FoodMart schema, which parameter, cube, named set, and user-defined function definitions added.
CREATE_INDEX_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
CREATE_TABLE_INDEX_PROP - Static variable in class mondrian.test.loader.DBLoader
 
CREATE_TABLE_INDEX_SUFFIX_DEFAULT - Static variable in class mondrian.test.loader.DBLoader
 
CREATE_TABLE_PROP - Static variable in class mondrian.test.loader.DBLoader
 
CREATE_TABLE_SUFFIX_DEFAULT - Static variable in class mondrian.test.loader.DBLoader
 
createAddCommand(Member) - Method in interface mondrian.olap.CacheControl
Creates a command to add a member to the cache.
createAddCommand(Member) - Method in class mondrian.rolap.CacheControlImpl
 
createAllAccess(Hierarchy) - Static method in class mondrian.olap.RoleImpl
Creates an element which represents all access to a hierarchy.
createAnnotationMap(MondrianDef.Annotations) - Static method in class mondrian.rolap.RolapHierarchy
 
createBatch(FastBatchingCellReader, String[], String[], String[][], String, String) - Method in class mondrian.rolap.BatchTestCase
 
createBatch(FastBatchingCellReader, String[], String[], String[][], String, String, BatchTestCase.CellRequestConstraint) - Method in class mondrian.rolap.BatchTestCase
 
createCalculatedMember(String) - Method in interface mondrian.olap.Cube
Creates a calculated member in this cube.
createCalculatedMember(String) - Method in class mondrian.rolap.RolapCube
 
createCalculatedMember(RolapHierarchy, String, Calc) - Method in class mondrian.rolap.RolapCube
Creates a calculated member.
createCalendar(Date) - Static method in class mondrian.util.ScheduleUtil
Creates a calendar in UTC, and initializes it to date.
createCalendar(int, int, int, int, int, int) - Static method in class mondrian.util.ScheduleUtil
Creates a calendar in UTC, and initializes it to a given year, month, day, hour, minute, second.
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.FunDefBase
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.NamedSetCurrentFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.NamedSetCurrentOrdinalFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.NativizeSetFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.ParameterFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.StrToSetFunDef
 
createCall(Validator, Exp[]) - Method in class mondrian.olap.fun.StrToTupleFunDef
 
createCall(Validator, Exp[]) - Method in interface mondrian.olap.FunDef
Creates an expression which represents a call to this function with a given set of arguments.
createClosedPeerDimension(RolapLevel, MondrianDef.Closure, MondrianDef.CubeDimension) - Method in class mondrian.rolap.RolapHierarchy
Builds a dimension which maps onto a table holding the transitive closure of the relationship for this parent-child level.
createCollapsed() - Method in class mondrian.rolap.aggmatcher.AggGen
Return a String containing the sql code to create a collapsed dimension table.
createCompiler() - Method in class mondrian.olap.Query
 
createCompoundCommand(List<CacheControl.MemberEditCommand>) - Method in interface mondrian.olap.CacheControl
Builds a compound command which is executed atomically.
createCompoundCommand(CacheControl.MemberEditCommand...) - Method in interface mondrian.olap.CacheControl
Builds a compound command which is executed atomically.
createCompoundCommand(List<CacheControl.MemberEditCommand>) - Method in class mondrian.rolap.CacheControlImpl
 
createCompoundCommand(CacheControl.MemberEditCommand...) - Method in class mondrian.rolap.CacheControlImpl
 
createConnection() - Method in class mondrian.test.AbstractMondrianOlap4jTester
 
createConnectionFactory(ServletConfig) - Method in class mondrian.xmla.impl.MondrianXmlaServlet
 
createConnectionFactory(ServletConfig) - Method in class mondrian.xmla.impl.Olap4jXmlaServlet
 
createConnectionFactory(ServletConfig) - Method in class mondrian.xmla.XmlaServlet
 
createConnectionWithUserPassword() - Method in class mondrian.test.AbstractMondrianOlap4jTester
 
createContext(TestContext, String) - Static method in class mondrian.test.SteelWheelsTestCase
Creates a TestContext which contains the given schema text.
createContextDocument(String[][]) - Static method in class mondrian.tui.XmlUtil
Create a context document for use in performing XPath operations.
createCrossjoinRegion(CacheControl.CellRegion...) - Method in interface mondrian.olap.CacheControl
Forms the cartesian product of two or more cell regions.
createCrossjoinRegion(CacheControl.CellRegion...) - Method in class mondrian.rolap.CacheControlImpl
 
createCube(String) - Method in interface mondrian.olap.Schema
Creates a cube by parsing an XML string.
createCube(String) - Method in class mondrian.rolap.RolapSchema
 
createDaily(Date, Date, TimeZone, Time, int) - Static method in class mondrian.util.Schedule
Creates a calendar which fires every day.
createDataset(boolean, SqlStatement.Type, int) - Method in class mondrian.rolap.agg.Segment
 
createDataSource(DataSource, Util.PropertyList, StringBuilder) - Static method in class mondrian.rolap.RolapConnection
Creates a JDBC data source from the JDBC credentials contained within a set of mondrian connection properties.
createDateCalendar(int, int, int) - Static method in class mondrian.util.ScheduleUtil
Creates a calendar and sets it to a given year, month, date.
createDeleteCommand(Member) - Method in interface mondrian.olap.CacheControl
Creates a command to delete a member and its descendants from the member cache.
createDeleteCommand(CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
Creates a command to delete a set of members from the member cache.
createDeleteCommand(Member) - Method in class mondrian.rolap.CacheControlImpl
 
createDeleteCommand(CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
 
createDependencyTestingCompiler(ExpCompiler) - Static method in class mondrian.rolap.RolapUtil
Creates a compiler which will generate programs which will test whether the dependencies declared via Calc.dependsOn(Hierarchy) are accurate.
createDialect(DataSource, Connection) - Method in interface mondrian.spi.DialectFactory
Creates a Dialect.
createDialect(DataSource, Connection) - Method in class mondrian.spi.DialectManager.CachingDialectFactory
 
createDialect(DataSource, Connection) - Method in class mondrian.spi.DialectManager.ChainDialectFactory
 
createDialect(DataSource, Connection) - Method in class mondrian.spi.DialectManager.ConstructorDialectFactory
 
createDialect(DataSource, Connection) - Static method in class mondrian.spi.DialectManager
Creates a Dialect from a JDBC connection.
createDialect(DataSource, Connection) - Method in class mondrian.spi.impl.JdbcDialectFactory
 
createDialectHelper(DialectFactory, DataSource) - Static method in class mondrian.spi.impl.JdbcDialectFactory
Creates a temporary connection and calls DialectFactory.createDialect(javax.sql.DataSource, java.sql.Connection).
createDimension(Cube, String) - Method in interface mondrian.olap.Schema
Creates a dimension in the given cube by parsing an XML string.
createDimension(MondrianDef.CubeDimension, MondrianDef.Schema) - Method in class mondrian.rolap.RolapCube
 
createDimension(Cube, String) - Method in class mondrian.rolap.RolapSchema
 
createDomParser(boolean, boolean, boolean, ErrorHandler) - Static method in class mondrian.test.comp.XmlUtility
 
createDummyExp(Calc) - Static method in class mondrian.rolap.RolapCube
Creates an expression that compiles to a given compiled expression.
createDummyFunDef(Resolver, int, Exp[]) - Static method in class mondrian.olap.fun.FunUtil
 
createDummyStatement() - Method in class mondrian.olap.ConnectionBase
 
createElement(Query) - Method in class mondrian.olap.Formula
Creates the Member or NamedSet object which this formula defines.
createEvaluator(RolapEvaluator, FunDef, Exp[]) - Method in class mondrian.rolap.RolapNative
If function can be implemented in SQL, returns a NativeEvaluator that computes the result; otherwise returns null.
createEvaluator(RolapEvaluator, FunDef, Exp[]) - Method in class mondrian.rolap.RolapNativeCrossJoin
 
createEvaluator(RolapEvaluator, FunDef, Exp[]) - Method in class mondrian.rolap.RolapNativeFilter
 
createEvaluator(RolapEvaluator, FunDef, Exp[]) - Method in class mondrian.rolap.RolapNativeRegistry
Returns the matching NativeEvaluator or null if fun can not be executed in SQL for the given context and arguments.
createEvaluator(RolapEvaluator, FunDef, Exp[]) - Method in class mondrian.rolap.RolapNativeTopCount
 
createEvaluator(Statement) - Static method in class mondrian.rolap.RolapUtil
Creates a dummy evaluator.
createException(String) - Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
 
createException(Cell, String) - Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
Creates an exception in the context of a particular Cell.
createException(Cell, String, Throwable) - Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
Creates an exception in the context of a particular Cell and with a given cause.
createException(String, Throwable) - Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
Creates an exception with a given cause.
createException(BitKey) - Method in class mondrian.rolap.BitKey.AbstractBitKey
 
createExecuteSql(GroupingSetsList, List<StarPredicate>) - Method in class mondrian.rolap.agg.SegmentLoader
Creates and executes a SQL statement to retrieve the set of cells specified by a GroupingSetsList.
createExpr(OlapElement) - Static method in class mondrian.olap.Util
Converts an olap element (dimension, hierarchy, level or member) into an expression representing a usage of that element in an MDX statement.
createFactory() - Method in class mondrian.olap4j.MondrianOlap4jDriver
 
createFactoryForDialect(Class<? extends Dialect>) - Static method in class mondrian.spi.DialectManager
Creates a factory that calls a public constructor of a dialect class.
createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.MultiResolver
 
createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.ParameterFunDef.ParameterResolver
 
createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.ParameterFunDef.ParamRefResolver
 
createFunDef(Exp[], FunDef) - Method in class mondrian.olap.fun.ReflectiveMultiResolver
 
CreateIndexFailed - Variable in class mondrian.resource.MondrianResource
CreateIndexFailed is 'Mondrian loader could not create index ''{0}'' on table ''{1}''.'
createInExpr(String, StarColumnPredicate, Dialect.Datatype, SqlQuery) - Static method in class mondrian.rolap.RolapStar.Column
Generates a predicate that a column matches one of a list of values.
createInsertStatement(DBLoader.Table, Object[]) - Method in class mondrian.test.loader.DBLoader
 
createList(int) - Static method in class mondrian.calc.TupleCollections
Creates a list of given arity.
createList(int, int) - Static method in class mondrian.calc.TupleCollections
Creates a list of given arity and initial capacity.
createLocale(char, char, String, String, String, String, String[], String[], String[], String[], Locale) - Static method in class mondrian.util.Format
Create a Format.FormatLocale object characterized by the given properties.
createLocale(Locale) - Static method in class mondrian.util.Format
 
createLost() - Method in class mondrian.rolap.aggmatcher.AggGen
Return a String containing the sql code to create a lost dimension table.
createMany(Axis[]) - Static method in class mondrian.rolap.Modulos.Generator
 
createMany(int[]) - Static method in class mondrian.rolap.Modulos.Generator
 
createMeasuresRegion(Cube) - Method in interface mondrian.olap.CacheControl
Creates a region consisting of all measures in a given cube.
createMeasuresRegion(Cube) - Method in class mondrian.rolap.CacheControlImpl
 
createMember(Member, Level, String, Formula) - Method in interface mondrian.olap.Hierarchy
Creates a member of this hierarchy.
createMember(Member, Level, String, Formula) - Method in class mondrian.rolap.RolapCubeHierarchy
 
createMember(Member, Level, String, Formula) - Method in class mondrian.rolap.RolapHierarchy
 
createMemberReader(Role) - Method in class mondrian.rolap.RolapHierarchy
Creates a member reader which enforces the access-control profile of role.
createMemberReader(String, RolapHierarchy, String) - Method in class mondrian.rolap.RolapSchema
Gets a MemberReader with which to read a hierarchy.
createMemberRegion(Member, boolean) - Method in interface mondrian.olap.CacheControl
Creates a cell region consisting of a single member.
createMemberRegion(boolean, Member, boolean, Member, boolean) - Method in interface mondrian.olap.CacheControl
Creates a cell region consisting of a range between two members.
createMemberRegion(Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
 
createMemberRegion(boolean, Member, boolean, Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
 
createMemberSet(Member, boolean) - Method in interface mondrian.olap.CacheControl
Creates a member set containing either a single member, or a member and its descendants.
createMemberSet(boolean, Member, boolean, Member, boolean) - Method in interface mondrian.olap.CacheControl
Creates a member set consisting of a range between two members.
createMemberSet(Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
 
createMemberSet(boolean, Member, boolean, Member, boolean) - Method in class mondrian.rolap.CacheControlImpl
 
createMonthlyByDay(Date, Date, TimeZone, Time, int, int) - Static method in class mondrian.util.Schedule
Creates a calendar which fires on particular days of each month.
createMonthlyByWeek(Date, Date, TimeZone, Time, int, int, int) - Static method in class mondrian.util.Schedule
Creates a calendar which fires on particular days of particular weeks of a month.
createMoveCommand(Member, Member) - Method in interface mondrian.olap.CacheControl
Creates a command to Move a member (with its descendants) to a new location, that is to a new parent.
createMoveCommand(Member, Member) - Method in class mondrian.rolap.CacheControlImpl
 
createOnce(Date, TimeZone) - Static method in class mondrian.util.Schedule
Creates a calendar which fires only once.
createOrLookupParam(boolean, String, Type, Exp, String) - Method in interface mondrian.olap.Validator
Creates or retrieves the parameter corresponding to a "Parameter" or "ParamRef" function call.
createOrLookupParam(boolean, String, Type, Exp, String) - Method in class mondrian.olap.ValidatorImpl
 
createPinSet() - Method in class mondrian.rolap.agg.AggregationManager
 
createPinSet() - Method in class mondrian.rolap.RolapAggregationManager
Creates a RolapAggregationManager.PinSet.
createProfilingCompiler(ExpCompiler) - Static method in class mondrian.rolap.RolapUtil
 
createPropertyFormatter(String, Scripts.ScriptDefinition) - Static method in class mondrian.rolap.RolapSchema
Given the name of a property formatter class, returns a propert formatter.
createRandom(long) - Static method in class mondrian.olap.Util
Creates a random number generator.
createRequest(String, String, String, String, String) - Method in class mondrian.rolap.BatchTestCase
 
createRequest(String, String, String[], String[], String[]) - Method in class mondrian.rolap.BatchTestCase
 
createRequest(String, String, String, String, String, BatchTestCase.CellRequestConstraint) - Method in class mondrian.rolap.BatchTestCase
 
createRequest(String, String, String[], String[], String[], BatchTestCase.CellRequestConstraint) - Method in class mondrian.rolap.BatchTestCase
 
createRootRole(Schema) - Static method in class mondrian.olap.Util
Returns a role which has access to everything.
createRow() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
 
createRow(ResultSet) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
 
createScenario() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
createScenario() - Method in class mondrian.rolap.RolapConnection
Helper method to allow olap4j wrappers to implement OlapConnection.createScenario().
createScopedNamedSet(String, QueryPart, Exp) - Method in class mondrian.olap.Query
Creates a named set defined by an alias.
createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) - Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
 
createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) - Method in class mondrian.rolap.agg.DenseIntSegmentDataset
 
createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) - Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
 
createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) - Method in interface mondrian.rolap.agg.SegmentDataset
Must return an immutable, final and serializable implementation of a SegmentBody in order to cache this dataset.
createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) - Method in class mondrian.rolap.agg.SparseSegmentDataset
 
createSegmentDataset(Segment) - Method in class mondrian.rolap.agg.DenseDoubleSegmentBody
 
createSegmentDataset(Segment) - Method in class mondrian.rolap.agg.DenseIntSegmentBody
 
createSegmentDataset(Segment) - Method in class mondrian.rolap.agg.DenseObjectSegmentBody
 
createSegmentDataset(Segment) - Method in interface mondrian.rolap.agg.SegmentBody
Returns a SegmentDataset object which contains the cached data and is initialized to be used with the supplied segment.
createSegmentDataset(Segment) - Method in class mondrian.rolap.agg.SparseSegmentBody
 
createSetPropertyCommand(Member, String, Object) - Method in interface mondrian.olap.CacheControl
Creates a command to change one property of a member.
createSetPropertyCommand(CacheControl.MemberSet, Map<String, Object>) - Method in interface mondrian.olap.CacheControl
Creates a command to several properties changes over a set of members.
createSetPropertyCommand(Member, String, Object) - Method in class mondrian.rolap.CacheControlImpl
 
createSetPropertyCommand(CacheControl.MemberSet, Map<String, Object>) - Method in class mondrian.rolap.CacheControlImpl
 
createSimpleValidator(FunTable) - Static method in class mondrian.olap.Util
Creates a very simple implementation of Validator.
createStatement() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
createStatement(int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
createStatement(int, int, int) - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
createString(String) - Static method in class mondrian.olap.Literal
Creates a string literal.
createSubSegment(BitSet[], int, StarColumnPredicate, List<Segment.Region>) - Method in class mondrian.rolap.agg.Segment
Creates a Segment which has the same dimensionality as this Segment and a subset of the values.
createSubstitutingCube(String, String) - Method in class mondrian.test.TestContext
Creates a TestContext, adding hierarchy definitions to a cube definition.
createSubstitutingCube(String, String, String) - Method in class mondrian.test.TestContext
Creates a TestContext, adding hierarchy and calculated member definitions to a cube definition.
createSubstitutingCube(String, String, String, String, String) - Method in class mondrian.test.TestContext
Creates a TestContext, adding hierarchy and calculated member definitions to a cube definition.
createSymbol(String) - Static method in class mondrian.olap.Literal
Creates a symbol.
createTable() - Method in class mondrian.test.loader.DBLoader.Table.Controller
 
CreateTableFailed - Variable in class mondrian.resource.MondrianResource
CreateTableFailed is 'Mondrian loader could not create table ''{0}''.'
createTestResult() - Method in class mondrian.test.MondrianTestRunner
Creates the TestResult to be used for the test run.
createTime(int, int, int) - Static method in class mondrian.util.ScheduleUtil
Creates a Time
createTimeCalendar(Time) - Static method in class mondrian.util.ScheduleUtil
Creates a calendar from a time.
createTimeCalendar(int, int, int) - Static method in class mondrian.util.ScheduleUtil
Creates a calendar and sets it to a given hours, minutes, seconds.
createUdf(Class<? extends UserDefinedFunction>, String) - Static method in class mondrian.olap.Util
Creates a new udf instance from the given udf class.
createUnionRegion(CacheControl.CellRegion...) - Method in interface mondrian.olap.CacheControl
Forms the union of two or more cell regions.
createUnionRegion(CacheControl.CellRegion...) - Method in class mondrian.rolap.CacheControlImpl
 
createUnionSet(CacheControl.MemberSet...) - Method in interface mondrian.olap.CacheControl
Forms the union of two or more member sets.
createUnionSet(CacheControl.MemberSet...) - Method in class mondrian.rolap.CacheControlImpl
 
createUsage(RolapCubeHierarchy, MondrianDef.CubeDimension) - Method in class mondrian.rolap.RolapCube
 
createValidator() - Method in class mondrian.olap.Query
Creates a validator for this query.
createValidator(FunTable, boolean) - Method in class mondrian.olap.Query
Creates a validator for this query that uses a given function table and function validation policy.
createWeekly(Date, Date, TimeZone, Time, int, int) - Static method in class mondrian.util.Schedule
Creates a calendar which fires on particular days each week.
createWithRepository(RepositoryContentFinder, CatalogLocator) - Static method in class mondrian.olap.MondrianServer
Creates a server.
createWithRepository(RepositoryContentFinder, CatalogLocator) - Method in class mondrian.server.MondrianServerRegistry
 
CreationException - Exception in mondrian.util
 
CreationException() - Constructor for exception mondrian.util.CreationException
 
CreationException(String) - Constructor for exception mondrian.util.CreationException
 
CreationException(String, Throwable) - Constructor for exception mondrian.util.CreationException
 
CreationException(Throwable) - Constructor for exception mondrian.util.CreationException
 
CrossJoinArg - Interface in mondrian.rolap.sql
"Light version" of a TupleConstraint, represents one of member.children, level.members, member.descendants, {enumeration}.
crossJoinArgFactory() - Method in class mondrian.rolap.RolapNativeSet
 
CrossJoinArgFactory - Class in mondrian.rolap.sql
Creates CrossJoinArgs for use in constraining SQL queries.
CrossJoinArgFactory(boolean) - Constructor for class mondrian.rolap.sql.CrossJoinArgFactory
 
CrossJoinFunDef - Class in mondrian.olap.fun
Definition of the CrossJoin MDX function.
CrossJoinFunDef(FunDef) - Constructor for class mondrian.olap.fun.CrossJoinFunDef
 
CrossJoinFunDef.BaseListCalc - Class in mondrian.olap.fun
 
CrossJoinFunDef.BaseListCalc(ResolvedFunCall, Calc[], boolean) - Constructor for class mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
 
CrossJoinFunDef.CrossJoinIterCalc - Class in mondrian.olap.fun
 
CrossJoinFunDef.CrossJoinIterCalc(ResolvedFunCall, Calc[]) - Constructor for class mondrian.olap.fun.CrossJoinFunDef.CrossJoinIterCalc
 
CrossJoinFunDef.ImmutableListCalc - Class in mondrian.olap.fun
 
CrossJoinFunDef.ImmutableListCalc(ResolvedFunCall, Calc[]) - Constructor for class mondrian.olap.fun.CrossJoinFunDef.ImmutableListCalc
 
CrossJoinFunDef.MutableListCalc - Class in mondrian.olap.fun
 
CrossJoinFunDef.MutableListCalc(ResolvedFunCall, Calc[]) - Constructor for class mondrian.olap.fun.CrossJoinFunDef.MutableListCalc
 
CrossJoinOptimizerSize - Variable in class mondrian.olap.MondrianProperties
Property that defines when to apply the crossjoin optimization algorithm.
CrossJoinTest - Class in mondrian.olap.fun
CrossJoint tests the collation order of positive and negative infinity, and Double.NaN.
CrossJoinTest() - Constructor for class mondrian.olap.fun.CrossJoinTest
 
CrossJoinTest(String) - Constructor for class mondrian.olap.fun.CrossJoinTest
 
CrossJoinTest.NullFunDef - Class in mondrian.olap.fun
 
CrossJoinTest.NullFunDef() - Constructor for class mondrian.olap.fun.CrossJoinTest.NullFunDef
 
CrossJoinTest.TestFunDef - Class in mondrian.olap.fun
 
CrossJoinTest.TestFunDef() - Constructor for class mondrian.olap.fun.CrossJoinTest.TestFunDef
 
CsvDBLoader - Class in mondrian.test.loader
Implementation of DBLoader which gets its Tables by reading CSV files using the CsvLoader class and is the loader use for CSV junit tests.
CsvDBLoader() - Constructor for class mondrian.test.loader.CsvDBLoader
 
CsvDBLoader.CsvLoaderRowStream - Class in mondrian.test.loader
 
CsvDBLoader.CsvLoaderRowStream(CsvLoader) - Constructor for class mondrian.test.loader.CsvDBLoader.CsvLoaderRowStream
 
CsvDBLoader.ListRowStream - Class in mondrian.test.loader
 
CsvDBLoader.ListRowStream() - Constructor for class mondrian.test.loader.CsvDBLoader.ListRowStream
 
CsvDBLoader.ListRowStream(List<DBLoader.Row>) - Constructor for class mondrian.test.loader.CsvDBLoader.ListRowStream
 
CsvDBTestCase - Class in mondrian.test.loader
Base class for tests that use a CSV database defined in a single file.
CsvDBTestCase() - Constructor for class mondrian.test.loader.CsvDBTestCase
 
CsvDBTestCase(String) - Constructor for class mondrian.test.loader.CsvDBTestCase
 
CsvLoader - Class in mondrian.test.loader
This is a basic Comma-separated-value (CSV, Csv) reader.
CsvLoader(InputStream, String) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(InputStream, char, boolean, String) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(InputStream) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(InputStream, char, boolean) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(String) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(String, char, boolean) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(File) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(File, char, boolean) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(Reader) - Constructor for class mondrian.test.loader.CsvLoader
 
CsvLoader(Reader, char, boolean) - Constructor for class mondrian.test.loader.CsvLoader
 
cube - Variable in class mondrian.gui.MondrianGuiDef.CubeGrant
 
Cube - Static variable in class mondrian.olap.Category
Cube is a cube expression.
Cube - Interface in mondrian.olap
Cube.
cube - Variable in class mondrian.olap.MondrianDef.CubeGrant
 
cube - Variable in class mondrian.olap4j.MondrianOlap4jCube
 
cube - Variable in class mondrian.rolap.RolapCubeDimension
 
cube - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
CUBE_NAME - Static variable in class mondrian.olap.CubeBase
 
CUBE_NAME - Static variable in class mondrian.olap.Property
Definition of the property which holds the name of the current cube.
CUBE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
 
CUBE_NAME_PROP - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
cubeA - Static variable in class mondrian.rolap.SharedDimensionTest
 
cubeA - Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
 
CubeAccess - Class in mondrian.olap
This class implements object of type GrantCube to apply permissions on user's MDX query
CubeAccess(Cube) - Constructor for class mondrian.olap.CubeAccess
Creates a CubeAccess object.
cubeB - Static variable in class mondrian.rolap.SharedDimensionTest
 
CubeBase - Class in mondrian.olap
CubeBase is an abstract implementation of Cube.
CubeBase(String, String, boolean, String, Dimension[]) - Constructor for class mondrian.olap.CubeBase
Creates a CubeBase.
cubeByName(Connection, String) - Method in class mondrian.test.FoodMartTestCase
 
cubeGrants - Variable in class mondrian.gui.MondrianGuiDef.SchemaGrant
 
cubeGrants - Variable in class mondrian.olap.MondrianDef.SchemaGrant
 
cubeLevel - Variable in class mondrian.rolap.RolapCubeMember
 
cubeName - Variable in class mondrian.gui.MondrianGuiDef.CubeUsage
 
cubeName - Variable in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
 
cubeName - Variable in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
 
cubeName - Variable in class mondrian.olap.MondrianDef.CubeUsage
 
cubeName - Variable in class mondrian.olap.MondrianDef.VirtualCubeDimension
 
cubeName - Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
 
cubeNameSales - Variable in class mondrian.rolap.BatchTestCase
 
cubeOrdinal - Variable in class mondrian.rolap.RolapCubeDimension
 
CubeRelationNotTable - Variable in class mondrian.resource.MondrianResource
CubeRelationNotTable is 'The Cube ''{0}'' relation is not a MondrianDef.Table but rather ''{1}''.'
cubes - Variable in class mondrian.gui.MondrianGuiDef.Schema
Cubes in this schema.
cubes - Variable in class mondrian.olap.MondrianDef.Schema
Cubes in this schema.
cubeSource - Variable in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
cubeSource is passed as our member builder
cubeSource - Variable in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
cubeSource is passed as our member builder
CubeType - Class in mondrian.olap.type
The type of an expression which represents a Cube or Virtual Cube.
CubeType(Cube) - Constructor for class mondrian.olap.type.CubeType
Creates a type representing a cube.
cubeUsage - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
 
cubeUsage - Variable in class mondrian.olap.MondrianDef.VirtualCube
 
cubeUsages - Variable in class mondrian.gui.MondrianGuiDef.CubeUsages
 
cubeUsages - Variable in class mondrian.olap.MondrianDef.CubeUsages
 
CUP$Parser$actions - Class in mondrian.olap
Cup generated class to encapsulate user supplied action code.
CUP$Parser$actions(Parser) - Constructor for class mondrian.olap.CUP$Parser$actions
Constructor
CUP$Parser$do_action(int, lr_parser, Stack, int) - Method in class mondrian.olap.CUP$Parser$actions
Method with the actual generated action code.
curChar - Variable in class mondrian.parser.MdxParserImplTokenManager
 
curLexState - Variable in class mondrian.parser.MdxParserImplTokenManager
 
currencyFormat - Variable in class mondrian.util.Format.FormatLocale
 
currencyFormat_en - Static variable in class mondrian.util.Format
 
currencySymbol - Variable in class mondrian.util.Format.FormatLocale
 
currencySymbol_en - Static variable in class mondrian.util.Format
 
current() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
 
current() - Method in interface mondrian.calc.TupleCursor
Returns the tuple that this cursor is positioned on.
CurrentDateMemberExactUdf - Class in mondrian.udf
User-defined function CurrentDateMember.
CurrentDateMemberExactUdf() - Constructor for class mondrian.udf.CurrentDateMemberExactUdf
 
CurrentDateMemberUdf - Class in mondrian.udf
User-defined function CurrentDateMember.
CurrentDateMemberUdf() - Constructor for class mondrian.udf.CurrentDateMemberUdf
 
CurrentDateMemberUdfTest - Class in mondrian.udf
Tests the CurrentDateMemberUdf class.
CurrentDateMemberUdfTest() - Constructor for class mondrian.udf.CurrentDateMemberUdfTest
 
CurrentDateMemberUdfTest(String) - Constructor for class mondrian.udf.CurrentDateMemberUdfTest
 
CurrentDateStringUdf - Class in mondrian.udf
User-defined function CurrentDateString, which returns the current date value as a formatted string, based on a format string passed in as a parameter.
CurrentDateStringUdf() - Constructor for class mondrian.udf.CurrentDateStringUdf
 
currentDialect - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
currentElement() - Method in class mondrian.olap.Walker
returns the current object.
currentIsEmpty() - Method in interface mondrian.olap.Evaluator
Returns whether the current context is an empty cell.
currentIsEmpty() - Method in class mondrian.rolap.RolapEvaluator
 
currentMember() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
Returns the current member in the named set.
currentMember() - Method in class mondrian.rolap.RolapNamedSetEvaluator
 
currentOrdinal() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
Returns the ordinal of the current member or tuple in the named set.
currentOrdinal() - Method in class mondrian.rolap.RolapNamedSetEvaluator
 
currentToArray(Member[], int) - Method in class mondrian.calc.impl.AbstractTupleCursor
 
currentToArray(Member[], int) - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
 
currentToArray(Member[], int) - Method in interface mondrian.calc.TupleCursor
Writes the member(s) of the next tuple to a given offset in an array.
currentToken - Variable in exception mondrian.parser.ParseException
This is the last token that has been consumed successfully.
currentTuple() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
Returns the current tuple in the named set.
currentTuple() - Method in class mondrian.rolap.RolapNamedSetEvaluator
 
currPartialResultIdx - Variable in class mondrian.rolap.ResultLoader
 
cursor - Variable in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
Index of element to be returned by subsequent call to next.
cursor - Variable in class mondrian.util.UnsupportedList.Itr
 
CustomizedFunctionTable - Class in mondrian.olap.fun
Interface to build a customized function table, selecting functions from the set of supported functions in an instance of BuiltinFunTable.
CustomizedFunctionTable(Set<String>) - Constructor for class mondrian.olap.fun.CustomizedFunctionTable
 
CustomizedFunctionTable(Set<String>, Set<FunDef>) - Constructor for class mondrian.olap.fun.CustomizedFunctionTable
 
CustomizedParserTest - Class in mondrian.olap
Tests a customized MDX Parser.
CustomizedParserTest(String) - Constructor for class mondrian.olap.CustomizedParserTest
 
CVBasicTest - Class in mondrian.test.clearview
CVBasicTest is a test suite which tests complex queries against the FoodMart database.
CVBasicTest() - Constructor for class mondrian.test.clearview.CVBasicTest
 
CVBasicTest(String) - Constructor for class mondrian.test.clearview.CVBasicTest
 
CVConcurrentMdxTest - Class in mondrian.test
A copy of ConcurrentMdxTest with modifications to take as input ref.xml files.
CVConcurrentMdxTest() - Constructor for class mondrian.test.CVConcurrentMdxTest
 
CVConcurrentMdxTest(String) - Constructor for class mondrian.test.CVConcurrentMdxTest
 
CycleDuringParameterEvaluation - Variable in class mondrian.resource.MondrianResource
CycleDuringParameterEvaluation is 'Cycle occurred while evaluating parameter ''{0}'''

D

d - Variable in class mondrian.util.FormatTest
 
DailyDateSchedule - Class in mondrian.util
A DailyDateSchedule fires every day.
DailyDateSchedule(Calendar, int) - Constructor for class mondrian.util.DailyDateSchedule
 
data - Variable in class mondrian.rolap.agg.DenseDoubleSegmentBody
 
data - Variable in class mondrian.rolap.agg.DenseIntSegmentBody
 
data - Variable in class mondrian.rolap.agg.DenseObjectSegmentBody
 
data - Variable in class mondrian.rolap.agg.SparseSegmentBody
 
data - Variable in class mondrian.util.Format.FDBigInt
 
DATA_SOURCE_INFO - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
DATA_SOURCE_INFO_PROP - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
databaseIsValid() - Method in class mondrian.test.TestContext
Tests whether the database is valid.
databaseProduct - Variable in class mondrian.spi.impl.JdbcDialectImpl
Major database product (or null if product is not a common one)
dataDefinitionCausesTransactionCommit() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
DATASOURCE_DESCRIPTION - Static variable in class mondrian.tui.XmlaSupport
 
DATASOURCE_DESCRIPTION - Static variable in class mondrian.xmla.test.XmlaTestContext
 
DATASOURCE_INFO - Static variable in class mondrian.tui.XmlaSupport
 
DATASOURCE_INFO - Static variable in class mondrian.xmla.test.XmlaTestContext
 
DATASOURCE_NAME - Static variable in class mondrian.tui.XmlaSupport
 
DATASOURCE_NAME - Static variable in class mondrian.xmla.test.XmlaTestContext
 
DataSourceChangeListener - Interface in mondrian.spi
Definition of a data source change listener.
dataSourceChangeListener(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
Creates an implementation of the DataSourceChangeListener SPI based on a script.
DataSourceChangeListenerImpl - Class in mondrian.spi.impl
Default implementation of a data source change listener that always returns that the datasource is unchanged.
DataSourceChangeListenerImpl() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl
Creates a new instance of DataSourceChangeListenerImpl
DataSourceChangeListenerImpl2 - Class in mondrian.spi.impl
Default implementation of a data source change listener that always returns that the datasource is changed.
DataSourceChangeListenerImpl2() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl2
Creates a new instance of DataSourceChangeListenerImpl2
DataSourceChangeListenerImpl3 - Class in mondrian.spi.impl
Default implementation of a data source change listener that always returns that the datasource is changed.
DataSourceChangeListenerImpl3() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl3
Creates a new instance of DataSourceChangeListenerImpl2
DataSourceChangeListenerImpl4 - Class in mondrian.spi.impl
Default implementation of a data source change listener that always returns that the datasource is changed.
DataSourceChangeListenerImpl4() - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl4
Creates a new instance of DataSourceChangeListenerImpl2
DataSourceChangeListenerImpl4(int, int) - Constructor for class mondrian.spi.impl.DataSourceChangeListenerImpl4
 
DataSourceChangeListenerTest - Class in mondrian.rolap
Tests for testing the DataSourceChangeListener plugin.
DataSourceChangeListenerTest() - Constructor for class mondrian.rolap.DataSourceChangeListenerTest
 
DataSourceChangeListenerTest(String) - Constructor for class mondrian.rolap.DataSourceChangeListenerTest
 
DataSourceDescription - Static variable in class mondrian.xmla.DataSourcesConfig
 
dataSourceInfo - Variable in class mondrian.xmla.DataSourcesConfig.Catalog
ConnectString of Mondrian (minus the catalog entry).
dataSourceInfo - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
ConnectString of Mondrian (minus the catalog entry).
DataSourceInfo - Static variable in class mondrian.xmla.DataSourcesConfig
 
DataSourceName - Static variable in class mondrian.xmla.DataSourcesConfig
 
DataSourceResolver - Interface in mondrian.spi
Plugin class that resolves data source name to DataSource object.
dataSourceResolver(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
Creates an implementation of the DataSourceResolver SPI based on a script.
DataSourceResolverClass - Variable in class mondrian.olap.MondrianProperties
Property that defines the name of the plugin class that resolves data source names to DataSource objects.
dataSources - Variable in class mondrian.server.DynamicContentFinder
 
dataSources - Variable in class mondrian.xmla.DataSourcesConfig.DataSources
The list of data sources supported by XMLA service.
dataSources() - Method in class mondrian.xmla.test.XmlaTestContext
 
DataSourcesConfig - Class in mondrian.xmla
This is the XML model for XMLA DataSources Configuration.
DataSourcesConfig() - Constructor for class mondrian.xmla.DataSourcesConfig
 
DataSourcesConfig.Catalog - Class in mondrian.xmla
 
DataSourcesConfig.Catalog() - Constructor for class mondrian.xmla.DataSourcesConfig.Catalog
 
DataSourcesConfig.Catalog(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.Catalog
 
DataSourcesConfig.Catalogs - Class in mondrian.xmla
The list of catalogs associated with a data source.
DataSourcesConfig.Catalogs() - Constructor for class mondrian.xmla.DataSourcesConfig.Catalogs
 
DataSourcesConfig.Catalogs(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.Catalogs
 
DataSourcesConfig.DataSource - Class in mondrian.xmla
Definition of a data source.
DataSourcesConfig.DataSource() - Constructor for class mondrian.xmla.DataSourcesConfig.DataSource
 
DataSourcesConfig.DataSource(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.DataSource
 
DataSourcesConfig.DataSources - Class in mondrian.xmla
The list of data sources supported by XMLA service.
DataSourcesConfig.DataSources() - Constructor for class mondrian.xmla.DataSourcesConfig.DataSources
 
DataSourcesConfig.DataSources(DOMWrapper) - Constructor for class mondrian.xmla.DataSourcesConfig.DataSources
 
dataType - Variable in class mondrian.gui.JdbcMetaData.DbColumn
 
datatype - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
datatype - Variable in class mondrian.olap.MondrianDef.Measure
 
DATATYPE - Static variable in class mondrian.olap.Property
Definition of the property which holds the datatype of a cell.
DATATYPE_ORDINAL - Static variable in class mondrian.olap.Property
 
date() - Static method in class mondrian.olap.fun.vba.Vba
 
Date - Static variable in class mondrian.test.loader.DBLoader.Type
 
date - Variable in class mondrian.util.FormatTest
 
date2 - Variable in class mondrian.util.FormatTest
 
DATE_FORMAT_HEADER - Static variable in class mondrian.tui.MockHttpServletRequest
 
DATE_FORMAT_HEADER - Static variable in class mondrian.tui.MockHttpServletResponse
 
dateAdd(String, double, Date) - Static method in class mondrian.olap.fun.vba.Vba
 
dateDiff(String, Date, Date) - Static method in class mondrian.olap.fun.vba.Vba
 
dateDiff(String, Date, Date, int) - Static method in class mondrian.olap.fun.vba.Vba
 
dateDiff(String, Date, Date, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
dateFormatString - Static variable in class mondrian.test.loader.DBLoader
 
dateFormatter - Static variable in class mondrian.test.loader.DBLoader
 
datePart(String, Date) - Static method in class mondrian.olap.fun.vba.Vba
 
datePart(String, Date, int) - Static method in class mondrian.olap.fun.vba.Vba
 
datePart(String, Date, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
DateSchedule - Interface in mondrian.util
A DateSchedule returns a series of dates.
dateSeparator - Variable in class mondrian.util.Format.FormatLocale
 
dateSeparator_en - Static variable in class mondrian.util.Format
 
dateSerial(int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
DateTime - Static variable in class mondrian.olap.Category
Represents a DataTime expression.
DateTimeCalc - Interface in mondrian.calc
Compiled expression whose result is a Date, representing an MDX DateTime value.
DateTimeType - Class in mondrian.olap.type
The type of an expression representing a date, time or timestamp.
DateTimeType() - Constructor for class mondrian.olap.type.DateTimeType
Creates a DateTime type.
dateValue(Date) - Static method in class mondrian.olap.fun.vba.Vba
 
day(Date) - Static method in class mondrian.olap.fun.vba.Vba
 
daysOfMonthBitmap - Variable in class mondrian.util.MonthlyByDayDateSchedule
 
daysOfWeekBitmap - Variable in class mondrian.util.MonthlyByWeekDateSchedule
 
daysOfWeekBitmap - Variable in class mondrian.util.WeeklyDateSchedule
 
daysOfWeekLong - Variable in class mondrian.util.Format.FormatLocale
 
daysOfWeekLong_en - Static variable in class mondrian.util.Format
 
daysOfWeekShort - Variable in class mondrian.util.Format.FormatLocale
 
daysOfWeekShort_en - Static variable in class mondrian.util.Format
 
Db2Dialect - Class in mondrian.spi.impl
Implementation of Dialect for the IBM DB2 database.
Db2Dialect(Connection) - Constructor for class mondrian.spi.impl.Db2Dialect
Creates a Db2Dialect.
Db2OldAs400Dialect - Class in mondrian.spi.impl
Implementation of Dialect for old versions of the IBM DB2/AS400 database.
Db2OldAs400Dialect(Connection) - Constructor for class mondrian.spi.impl.Db2OldAs400Dialect
Creates a Db2OldAs400Dialect.
DB_META_CONFIG_FILE - Static variable in class mondrian.gui.Workbench
 
dbFactTable - Variable in class mondrian.rolap.aggmatcher.Recognizer
 
DBLoader - Class in mondrian.test.loader
This is an abstract base class for the creation and load of one or more database tables with data.
DBLoader() - Constructor for class mondrian.test.loader.DBLoader
 
DBLoader.Column - Class in mondrian.test.loader
 
DBLoader.Column(String, DBLoader.Type, boolean) - Constructor for class mondrian.test.loader.DBLoader.Column
 
DBLoader.Row - Interface in mondrian.test.loader
 
DBLoader.RowDefault - Class in mondrian.test.loader
 
DBLoader.RowDefault(Object[]) - Constructor for class mondrian.test.loader.DBLoader.RowDefault
 
DBLoader.RowStream - Interface in mondrian.test.loader
The RowStream interface allows one to load large sets of rows by streaming them in, one does not have to have all of the row data in memory.
DBLoader.Table - Class in mondrian.test.loader
 
DBLoader.Table(String, DBLoader.Column[]) - Constructor for class mondrian.test.loader.DBLoader.Table
 
DBLoader.Table.Controller - Class in mondrian.test.loader
 
DBLoader.Type - Class in mondrian.test.loader
Represents a logical type, such as "BOOLEAN".

Specific databases will represent this their own particular physical type, for example "TINYINT(1)", "BOOLEAN" or "BIT"; see DBLoader.Type.toPhysical(mondrian.spi.Dialect).

DBLoader.Type(String) - Constructor for class mondrian.test.loader.DBLoader.Type
 
dbTimeMillis() - Static method in class mondrian.olap.Util
Returns the cumulative amount of time spent accessing the database.
dDB(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
 
dDB(double, double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
 
debug(String, String) - Static method in class mondrian.olap.fun.LinReg
 
debug - Static variable in class mondrian.olap.fun.RankFunDef
 
debug - Variable in class mondrian.olap.Scanner
 
DEBUG - Static variable in class mondrian.olap.Util
Flag to control expensive debugging.
debug(String) - Method in class mondrian.tui.CmdRunner
 
debug(Document) - Static method in class mondrian.web.taglib.DomBuilder
 
DEBUG - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
debugStream - Variable in class mondrian.parser.MdxParserImplTokenManager
Debug output.
decExponent - Variable in class mondrian.util.Format.FloatingDecimal
 
Decimal - Static variable in class mondrian.test.loader.DBLoader.Type
 
DECIMAL_NUMERIC_LITERAL - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
decimalDataTypeRegex - Static variable in class mondrian.test.loader.DBLoader
 
decimalDigits - Variable in class mondrian.gui.JdbcMetaData.DbColumn
 
decimalFormat(String, String) - Static method in class mondrian.test.loader.DBLoader
Generate an appropriate number format string for doubles etc to be used to include a number in an SQL insert statement.
decimalFormat(int, int) - Static method in class mondrian.test.loader.DBLoader
Generate an appropriate number format string for doubles etc to be used to include a number in an SQL insert statement.
decimalPlaceholder - Variable in class mondrian.util.Format.FormatLocale
 
decimalPlaceholder_en - Static variable in class mondrian.util.Format
 
decimalShift - Variable in class mondrian.util.Format.NumericFormat
Number of decimal places to shift the number left before formatting it: 2 means multiply by 100; -3 means divide by 1000.
DecimalType - Class in mondrian.olap.type
Subclass of NumericType which guarantees fixed number of decimal places.
DecimalType(int, int) - Constructor for class mondrian.olap.type.DecimalType
Creates a decimal type with precision and scale.
DECODE - Static variable in class mondrian.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class mondrian.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class mondrian.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeCategory(String, int) - Static method in class mondrian.olap.fun.FunUtil
Decodes the offsetth character of an encoded method signature into a type category.
decodeEncodedString(String) - Static method in class mondrian.test.comp.XmlUtility
 
decodeFromFile(String) - Static method in class mondrian.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeParameterCategories(String) - Static method in class mondrian.olap.fun.FunUtil
Decodes a string of parameter types into an array of type codes.
decodeReturnCategory(String) - Static method in class mondrian.olap.fun.FunUtil
Decodes the signature of a function into a category code which describes the return type of the operator.
decodeSyntacticType(String) - Static method in class mondrian.olap.fun.FunUtil
Decodes the syntactic type of an operator.
decodeToFile(String, String) - Static method in class mondrian.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class mondrian.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
 
deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
deduceIdentifierQuoteString(DatabaseMetaData) - Method in class mondrian.spi.impl.MySqlDialect
 
deduceMaxColumnNameLength(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
 
deduceMaxColumnNameLength(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
deduceProductName(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
deduceProductName(DatabaseMetaData) - Method in class mondrian.spi.impl.MySqlDialect
 
deduceProductVersion(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
deduceReadOnly(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
 
deduceReadOnly(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
deduceSupportedResultSetStyles(DatabaseMetaData) - Method in class mondrian.spi.impl.HiveDialect
 
deduceSupportedResultSetStyles(DatabaseMetaData) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
deduceSupportsSelectNotInGroupBy(Connection) - Method in class mondrian.spi.impl.JdbcDialectImpl
Detects whether the database is configured to permit queries that include columns in the SELECT that are not also in the GROUP BY.
deduceSupportsSelectNotInGroupBy(Connection) - Method in class mondrian.spi.impl.MySqlDialect
 
deduceType(List<List<Object>>, int) - Method in class mondrian.olap4j.EmptyResultSet
 
deep - Variable in class mondrian.xmla.Rowset
 
DEF_AGG_EXCLUDE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_FACT_COUNT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_FOREIGN_KEY - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_IGNORE_COLUMN - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_LEVEL - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_MEASURE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_NAME - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_AGG_PATTERN - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_ANNOTATION - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_CALCULATED_MEMBER - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_CALCULATED_MEMBER_PROPERTY - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_CLOSURE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_COLUMN - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_CUBE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_CUBE_GRANT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_DEFAULT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_DIMENSION - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_DIMENSION_GRANT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_DIMENSION_USAGE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_EXPRESSION_VIEW - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_FORMATTER - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_FORMULA - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_HIERARCHY - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_HIERARCHY_GRANT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_JOIN - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_LEVEL - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_LEVEL - Static variable in class mondrian.gui.validate.ValidationUtils
 
DEF_MEASURE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_MEMBER_GRANT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_NAMED_SET - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_PARAMETER - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_PARAMETER_SCHEMA - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_PROPERTY - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_RELATION - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_ROLE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_SCHEMA - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_SCHEMA_GRANT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_SCRIPT - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_SQL - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_TABLE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_USER_DEFINED_FUNCTION - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_VIEW - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_VIRTUAL_CUBE - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_VIRTUAL_CUBE_DIMENSION - Static variable in class mondrian.gui.SchemaExplorer
 
DEF_VIRTUAL_CUBE_MEASURE - Static variable in class mondrian.gui.SchemaExplorer
 
DEFAULT - Static variable in interface mondrian.parser.MdxParserImplConstants
Lexical state.
DEFAULT_CAPACITY - Static variable in class mondrian.util.ObjectPool
 
DEFAULT_DATASOURCE_FILE - Static variable in class mondrian.xmla.impl.MondrianXmlaServlet
 
DEFAULT_MAX_LOAD_FACTOR - Static variable in class mondrian.util.ObjectPool
 
DEFAULT_MIN_LOAD_FACTOR - Static variable in class mondrian.util.ObjectPool
 
DEFAULT_MSG_LIMIT - Static variable in class mondrian.recorder.AbstractRecorder
 
DEFAULT_SEPARATOR - Static variable in class mondrian.test.loader.CsvLoader
 
defaultCreationException() - Method in class mondrian.util.ObjectFactory
Factory method which creates an exception to be thrown if an object can not be created.
DefaultDef - Class in mondrian.rolap.aggmatcher
This is the XML model for defining default aggregate table recognition and level/measure mapping.
DefaultDef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef
 
DefaultDef.AggRule - Class in mondrian.rolap.aggmatcher
A RolapConnection uses one AggRule.
DefaultDef.AggRule() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
DefaultDef.AggRule(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
DefaultDef.AggRules - Class in mondrian.rolap.aggmatcher
The set of "named" rules for matching aggregate tables.
DefaultDef.AggRules() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
DefaultDef.AggRules(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
DefaultDef.Base - Class in mondrian.rolap.aggmatcher
Base is the base class for all of the elements.
DefaultDef.Base() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Base
 
DefaultDef.Base(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Base
 
DefaultDef.CaseMatcher - Class in mondrian.rolap.aggmatcher
This is a base class for all elements that can match strings where the case of the string is important.
DefaultDef.CaseMatcher() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
DefaultDef.CaseMatcher(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
DefaultDef.FactCountMatch - Class in mondrian.rolap.aggmatcher
This is used to identify the "fact_count" column in an aggregate table.
DefaultDef.FactCountMatch() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
DefaultDef.FactCountMatch(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
DefaultDef.FactCountMatchRef - Class in mondrian.rolap.aggmatcher
 
DefaultDef.FactCountMatchRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
 
DefaultDef.FactCountMatchRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
 
DefaultDef.ForeignKeyMatch - Class in mondrian.rolap.aggmatcher
This is used to identify foreign key columns in a candidate aggregate table given the name of a foreign key column of the base fact table.
DefaultDef.ForeignKeyMatch() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
DefaultDef.ForeignKeyMatch(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
DefaultDef.ForeignKeyMatchRef - Class in mondrian.rolap.aggmatcher
 
DefaultDef.ForeignKeyMatchRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
 
DefaultDef.ForeignKeyMatchRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
 
DefaultDef.IgnoreMap - Class in mondrian.rolap.aggmatcher
This is the template used to specify columns to be ignored.
DefaultDef.IgnoreMap() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
DefaultDef.IgnoreMap(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
DefaultDef.IgnoreMapRef - Class in mondrian.rolap.aggmatcher
 
DefaultDef.IgnoreMapRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
 
DefaultDef.IgnoreMapRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
 
DefaultDef.LevelMap - Class in mondrian.rolap.aggmatcher
This is the template that maps from a combination of level usage_prefix hierarchy_name level_name level_column_name
DefaultDef.LevelMap() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
DefaultDef.LevelMap(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
DefaultDef.LevelMapRef - Class in mondrian.rolap.aggmatcher
 
DefaultDef.LevelMapRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
 
DefaultDef.LevelMapRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
 
DefaultDef.Mapper - Class in mondrian.rolap.aggmatcher
This allows one to create an element that matches against a single template, where the template is an attribute.
DefaultDef.Mapper() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
DefaultDef.Mapper(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
DefaultDef.MeasureMap - Class in mondrian.rolap.aggmatcher
This is the template that maps from a combination of measure measure_name, measure_column_name, and aggregate_name ("count", "sum", "avg", "min", "max", "distinct-count").
DefaultDef.MeasureMap() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
DefaultDef.MeasureMap(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
DefaultDef.MeasureMapRef - Class in mondrian.rolap.aggmatcher
 
DefaultDef.MeasureMapRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
 
DefaultDef.MeasureMapRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
 
DefaultDef.NameMatcher - Class in mondrian.rolap.aggmatcher
A NameMatcher is a CaseMatcher that prepends and appends regular expressions to a given string as part of creating the matching regular expression.
DefaultDef.NameMatcher() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
DefaultDef.NameMatcher(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
DefaultDef.Ref - Class in mondrian.rolap.aggmatcher
 
DefaultDef.Ref() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Ref
 
DefaultDef.Ref(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Ref
 
DefaultDef.Regex - Class in mondrian.rolap.aggmatcher
This element is used in a vector of child elements when one wishes to have one or more regular expressions associated with matching a given string.
DefaultDef.Regex() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
DefaultDef.Regex(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
DefaultDef.RegexMapper - Class in mondrian.rolap.aggmatcher
 
DefaultDef.RegexMapper() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
DefaultDef.RegexMapper(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
DefaultDef.TableMatch - Class in mondrian.rolap.aggmatcher
This is used to identify which tables in the database might be aggregate table of a given fact table.
DefaultDef.TableMatch() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
DefaultDef.TableMatch(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
DefaultDef.TableMatchRef - Class in mondrian.rolap.aggmatcher
 
DefaultDef.TableMatchRef() - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
 
DefaultDef.TableMatchRef(DOMWrapper) - Constructor for class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
 
defaultLexState - Variable in class mondrian.parser.MdxParserImplTokenManager
 
defaultMeasure - Variable in class mondrian.gui.MondrianGuiDef.Cube
 
defaultMeasure - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
 
defaultMeasure - Variable in class mondrian.olap.MondrianDef.Cube
 
defaultMeasure - Variable in class mondrian.olap.MondrianDef.VirtualCube
 
defaultMember - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
 
defaultMember - Variable in class mondrian.olap.MondrianDef.Hierarchy
 
DefaultMemberChildrenConstraint - Class in mondrian.rolap
Restricts the SQL result set to the parent member of a MemberChildren query.
DefaultMemberChildrenConstraint() - Constructor for class mondrian.rolap.DefaultMemberChildrenConstraint
 
defaultMembers - Variable in class mondrian.rolap.RolapEvaluatorRoot
Default members of each hierarchy, from the schema reader's perspective.
defaultProps - Static variable in class mondrian.xmla.XmlaHandler.MDDataSet
 
DefaultRecognizer - Class in mondrian.rolap.aggmatcher
This is the default Recognizer.
DefaultRecognizer(DefaultRules, RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) - Constructor for class mondrian.rolap.aggmatcher.DefaultRecognizer
 
defaultRequests() - Method in class mondrian.xmla.test.XmlaTestContext
Returns a list of sample XML requests.
defaultRole - Variable in class mondrian.gui.MondrianGuiDef.Schema
 
defaultRole - Variable in class mondrian.olap.MondrianDef.Schema
 
DefaultRules - Class in mondrian.rolap.aggmatcher
Container for the default aggregate recognition rules.
DefaultRuleTest - Class in mondrian.rolap.aggmatcher
Testing the default aggregate table recognizer.
DefaultRuleTest() - Constructor for class mondrian.rolap.aggmatcher.DefaultRuleTest
 
DefaultRuleTest(String) - Constructor for class mondrian.rolap.aggmatcher.DefaultRuleTest
 
DefaultSaxWriter - Class in mondrian.xmla.impl
Default implementation of SaxWriter.
DefaultSaxWriter(OutputStream) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
Creates a DefaultSaxWriter writing to an OutputStream.
DefaultSaxWriter(OutputStream, String) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
 
DefaultSaxWriter(Writer) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
Creates a SAXWriter writing to a Writer.
DefaultSaxWriter(PrintWriter, int) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter
Creates a DefaultSaxWriter writing to a PrintWriter.
DefaultSaxWriter.StringAttributes - Class in mondrian.xmla.impl
List of SAX attributes based upon a string array.
DefaultSaxWriter.StringAttributes(Object[]) - Constructor for class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
 
defaultSolveOrderMode - Variable in class mondrian.test.SolveOrderScopeIsolationTest
 
DefaultTupleConstraint - Class in mondrian.rolap
TupleConstraint which does not restrict the result.
DefaultTupleConstraint() - Constructor for class mondrian.rolap.DefaultTupleConstraint
 
defaultValue - Variable in class mondrian.gui.MondrianGuiDef.Parameter
 
defaultValue - Variable in class mondrian.olap.MondrianDef.Parameter
 
DefaultXmlaRequest - Class in mondrian.xmla.impl
Default implementation of XmlaRequest by DOM API.
DefaultXmlaRequest(Element, String, String, String, String) - Constructor for class mondrian.xmla.impl.DefaultXmlaRequest
 
DefaultXmlaResponse - Class in mondrian.xmla.impl
Default implementation of XmlaResponse.
DefaultXmlaResponse(OutputStream, String, Enumeration.ResponseMimeType) - Constructor for class mondrian.xmla.impl.DefaultXmlaResponse
 
DefaultXmlaServlet - Class in mondrian.xmla.impl
Default implementation of XML/A servlet.
DefaultXmlaServlet() - Constructor for class mondrian.xmla.impl.DefaultXmlaServlet
 
DEFER_NODE_EXPANSION - Static variable in class mondrian.tui.XmlUtil
 
define(FunDef) - Method in interface mondrian.olap.FunTable.Builder
Defines a function.
define(Resolver) - Method in interface mondrian.olap.FunTable.Builder
Defines a resolver that will resolve overloaded function calls to function definitions.
define(FunInfo) - Method in interface mondrian.olap.FunTable.Builder
Defines a function info that is not matchd by an actual function.
defineFunctions(FunTable.Builder) - Method in class mondrian.olap.fun.BuiltinFunTable
 
defineFunctions(FunTable.Builder) - Method in class mondrian.olap.fun.CustomizedFunctionTable
 
defineFunctions(FunTable.Builder) - Method in class mondrian.olap.fun.GlobalFunTable
 
defineFunctions(FunTable.Builder) - Method in interface mondrian.olap.FunTable
This method is called from the constructor, to define the set of functions and reserved words recognized.
defineFunctions(FunTable.Builder) - Method in class mondrian.rolap.RolapSchema.RolapSchemaFunctionTable
 
defineParameter(Parameter) - Method in class mondrian.olap.ValidatorImpl
Defines a parameter.
defineReserved(String) - Method in interface mondrian.olap.FunTable.Builder
Defines a reserved word.
definition - Variable in class mondrian.xmla.DataSourcesConfig.Catalog
URI of the schema definition file, for example "/WEB-INF/schema/Marketing.xml".
Definition - Static variable in class mondrian.xmla.DataSourcesConfig
 
degrees(double) - Static method in class mondrian.olap.fun.vba.Excel
 
DelegatingExpCompiler - Class in mondrian.calc.impl
Abstract implementation of ExpCompiler
DelegatingExpCompiler(ExpCompiler) - Constructor for class mondrian.calc.impl.DelegatingExpCompiler
 
DelegatingInvocationHandler - Class in mondrian.util
A class derived from DelegatingInvocationHandler handles a method call by looking for a method in itself with identical parameters.
DelegatingInvocationHandler() - Constructor for class mondrian.util.DelegatingInvocationHandler
 
DelegatingMemberReader - Class in mondrian.rolap
A DelegatingMemberReader is a MemberReader which redirects all method calls to an underlying MemberReader.
DelegatingMemberReader(MemberReader) - Constructor for class mondrian.rolap.DelegatingMemberReader
 
DelegatingRolapMember - Class in mondrian.rolap
Implementation of RolapMember that delegates all calls to an underlying member.
DelegatingRolapMember(RolapMember) - Constructor for class mondrian.rolap.DelegatingRolapMember
 
DelegatingRole - Class in mondrian.olap
DelegatingRole implements Role by delegating all methods to an underlying Role.
DelegatingRole(Role) - Constructor for class mondrian.olap.DelegatingRole
Creates a DelegatingRole.
DelegatingSchemaReader - Class in mondrian.olap
DelegatingSchemaReader implements SchemaReader by delegating all methods to an underlying SchemaReader.
DelegatingSchemaReader(SchemaReader) - Constructor for class mondrian.olap.DelegatingSchemaReader
Creates a DelegatingSchemaReader.
DelegatingTestContext - Class in mondrian.test
Extension of TestContext which delegates all behavior to a parent test context.
DelegatingTestContext(TestContext) - Constructor for class mondrian.test.DelegatingTestContext
 
DelegatingTupleList - Class in mondrian.calc.impl
Implementation of TupleList based on a list of List<Member> tuples.
DelegatingTupleList(int, List<List<Member>>) - Constructor for class mondrian.calc.impl.DelegatingTupleList
Creates a DelegatingTupleList.
delete(EventObject) - Method in class mondrian.gui.SchemaExplorer
 
delete(TreePath) - Method in class mondrian.gui.SchemaExplorer
 
deleteRow() - Method in class mondrian.olap4j.EmptyResultSet
 
deleteRow() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
deletesAreDetected(int) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
DenseDoubleSegmentBody - Class in mondrian.rolap.agg
Implementation of a segment body which stores the data inside a dense primitive array of double precision numbers.
DenseDoubleSegmentBody(BitSet, double[], int, SortedSet<Comparable<?>>[], boolean[]) - Constructor for class mondrian.rolap.agg.DenseDoubleSegmentBody
 
DenseDoubleSegmentDataset - Class in mondrian.rolap.agg
Implementation of DenseSegmentDataset that stores values of type double.
DenseDoubleSegmentDataset(Segment, int) - Constructor for class mondrian.rolap.agg.DenseDoubleSegmentDataset
Creates a DenseSegmentDataset.
DenseIntSegmentBody - Class in mondrian.rolap.agg
Implementation of a segment body which stores the data inside a dense primitive array of integers.
DenseIntSegmentBody(BitSet, int[], int, SortedSet<Comparable<?>>[], boolean[]) - Constructor for class mondrian.rolap.agg.DenseIntSegmentBody
 
DenseIntSegmentDataset - Class in mondrian.rolap.agg
Implementation of DenseSegmentDataset that stores values of type Object.
DenseIntSegmentDataset(Segment, int) - Constructor for class mondrian.rolap.agg.DenseIntSegmentDataset
Creates a DenseIntSegmentDataset.
DenseNativeSegmentDataset - Class in mondrian.rolap.agg
Implementation of DenseSegmentDataset that stores values of type double.
DenseNativeSegmentDataset(Segment, int) - Constructor for class mondrian.rolap.agg.DenseNativeSegmentDataset
Creates a DenseNativeSegmentDataset.
DenseObjectSegmentBody - Class in mondrian.rolap.agg
Implementation of a segment body which stores the data inside a dense array of Java objects.
DenseObjectSegmentBody(Object[], int, SortedSet<Comparable<?>>[], boolean[]) - Constructor for class mondrian.rolap.agg.DenseObjectSegmentBody
 
DenseObjectSegmentDataset - Class in mondrian.rolap.agg
Implementation of DenseSegmentDataset that stores values of type Object.
DenseObjectSegmentDataset(Segment, int) - Constructor for class mondrian.rolap.agg.DenseObjectSegmentDataset
Creates a DenseSegmentDataset.
DenseSegmentDataset - Class in mondrian.rolap.agg
A DenseSegmentDataset is a means of storing segment values which is suitable when most of the combinations of keys have a value present.
DenseSegmentDataset(Segment) - Constructor for class mondrian.rolap.agg.DenseSegmentDataset
Creates a DenseSegmentDataset.
dependsOn(Hierarchy) - Method in interface mondrian.calc.Calc
Returns whether this expression depends upon a given hierarchy.
dependsOn(Hierarchy) - Method in class mondrian.calc.impl.AbstractCalc
 
dependsOn(Hierarchy) - Method in class mondrian.calc.impl.ConstantCalc
 
dependsOn(Hierarchy) - Method in class mondrian.calc.impl.MemberArrayValueCalc
 
dependsOn(Hierarchy) - Method in class mondrian.calc.impl.MemberValueCalc
 
dependsOn(Hierarchy) - Method in class mondrian.calc.impl.TupleValueCalc
 
dependsOn(Hierarchy) - Method in class mondrian.calc.impl.ValueCalc
 
dependsOn(Hierarchy) - Method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
 
dependsOn(Hierarchy) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
 
dependsOn(Hierarchy) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
 
dependsOn(Hierarchy) - Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeCalc
 
dependsOn(Hierarchy) - Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
dependsOnLevelValue - Variable in class mondrian.gui.MondrianGuiDef.Property
 
dependsOnLevelValue - Variable in class mondrian.olap.MondrianDef.Property
 
dependsOnLevelValue() - Method in class mondrian.rolap.RolapProperty
 
deprecated(T) - Static method in class mondrian.olap.Util
Deprecated.  
deprecated(T, boolean) - Static method in class mondrian.olap.Util
Deprecated.  
depth - Variable in class mondrian.olap.LevelBase
 
DEPTH - Static variable in class mondrian.olap.Property
Definition of the property which holds the level depth of a member.
DEPTH_ORDINAL - Static variable in class mondrian.olap.Property
 
DerbyDialect - Class in mondrian.spi.impl
Implementation of Dialect for the Apache Derby database.
DerbyDialect(Connection) - Constructor for class mondrian.spi.impl.DerbyDialect
Creates a DerbyDialect.
deregister(LockBox.Entry) - Method in class mondrian.util.LockBox
Removes an entry from the lock box.
descendants - Variable in class mondrian.rolap.CacheControlImpl.SimpleMemberSet
 
DescendantsAppliedToSetOfTuples - Variable in class mondrian.resource.MondrianResource
DescendantsAppliedToSetOfTuples is 'Argument to Descendants function must be a member or set of members, not a set of tuples'
descendantsByLevel(SchemaReader, Member, Level, List<Member>, boolean, boolean, boolean, boolean, Evaluator) - Static method in class mondrian.olap.fun.DescendantsFunDef
Finds all descendants of a member which are before/at/after a level, and/or are leaves (have no descendants) and adds them to a result list.
DescendantsConstraint - Class in mondrian.rolap
TupleConstaint which restricts the result of a tuple sqlQuery to a set of parents.
DescendantsConstraint(List<RolapMember>, MemberChildrenConstraint) - Constructor for class mondrian.rolap.DescendantsConstraint
Creates a DescendantsConstraint.
DescendantsCrossJoinArg - Class in mondrian.rolap.sql
Represents one of: Level.Members: member == null and level != null Member.Children: member != null and level = member.getLevel().getChildLevel() Member.Descendants: member != null and level == some level below member.getLevel()
DescendantsCrossJoinArg(RolapLevel, RolapMember) - Constructor for class mondrian.rolap.sql.DescendantsCrossJoinArg
 
DescendantsFunDef - Class in mondrian.olap.fun
Definition of the Descendants MDX function.
DescendantsFunDef(FunDef) - Constructor for class mondrian.olap.fun.DescendantsFunDef
 
DescendantsFunDef.Flag - Enum in mondrian.olap.fun
Enumeration of the flags allowed to the DESCENDANTS function.
descending - Variable in enum mondrian.olap.fun.FunUtil.Flag
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.ListColumnPredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.ListPredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.LiteralStarPredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.MemberColumnPredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.MemberTuplePredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.MinusStarPredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.RangeColumnPredicate
 
describe(StringBuilder) - Method in class mondrian.rolap.agg.Segment.Region
Describes this Segment.
describe(StringBuilder) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
describe(StringBuilder) - Method in interface mondrian.rolap.StarPredicate
Appends a description of this predicate to a StringBuilder.
description - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
description - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
description - Variable in class mondrian.gui.MondrianGuiDef.Cube
 
description - Variable in class mondrian.gui.MondrianGuiDef.CubeDimension
 
description - Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
 
description - Variable in class mondrian.gui.MondrianGuiDef.Level
 
description - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
description - Variable in class mondrian.gui.MondrianGuiDef.NamedSet
 
description - Variable in class mondrian.gui.MondrianGuiDef.Parameter
 
description - Variable in class mondrian.gui.MondrianGuiDef.Property
 
description - Variable in class mondrian.gui.MondrianGuiDef.Schema
 
description - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
 
description - Variable in class mondrian.olap.DimensionBase
 
description - Variable in class mondrian.olap.EnumeratedValues.BasicValue
 
description - Variable in class mondrian.olap.HierarchyBase
 
description - Variable in class mondrian.olap.LevelBase
 
description - Variable in class mondrian.olap.MondrianDef.CalculatedMember
 
description - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
description - Variable in class mondrian.olap.MondrianDef.Cube
 
description - Variable in class mondrian.olap.MondrianDef.CubeDimension
 
description - Variable in class mondrian.olap.MondrianDef.Hierarchy
 
description - Variable in class mondrian.olap.MondrianDef.Level
 
description - Variable in class mondrian.olap.MondrianDef.Measure
 
description - Variable in class mondrian.olap.MondrianDef.NamedSet
 
description - Variable in class mondrian.olap.MondrianDef.Parameter
 
description - Variable in class mondrian.olap.MondrianDef.Property
 
description - Variable in class mondrian.olap.MondrianDef.Schema
 
description - Variable in class mondrian.olap.MondrianDef.VirtualCube
 
DESCRIPTION - Static variable in class mondrian.olap.Property
Definition of the property which holds the description of this member.
description - Variable in class mondrian.util.Format.MacroToken
 
description - Variable in class mondrian.xmla.DataSourcesConfig.DataSource
Description.
description - Variable in class mondrian.xmla.Enumeration
 
description - Variable in enum mondrian.xmla.PropertyDefinition
 
description - Variable in class mondrian.xmla.RowsetDefinition.Column
 
description - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
 
DESCRIPTION_ORDINAL - Static variable in class mondrian.olap.Property
 
destroy() - Method in class mondrian.web.servlet.MdxQueryServlet
Destroys the servlet.
destroy(ServletContextEvent) - Method in class mondrian.web.taglib.ApplResources
 
destroy(ServletContextEvent) - Method in interface mondrian.web.taglib.Listener.ApplicationContext
 
destroy() - Method in class mondrian.xmla.impl.DynamicDatasourceXmlaServlet
 
destroy() - Method in class mondrian.xmla.impl.MondrianXmlaServlet
 
desubstitute(RolapMember) - Method in class mondrian.rolap.CacheMemberReader
 
desubstitute(RolapMember) - Method in class mondrian.rolap.DelegatingMemberReader
 
desubstitute(RolapMember) - Method in interface mondrian.rolap.MemberReader
Returns the member which was substituted.
desubstitute(RolapMember) - Method in class mondrian.rolap.NoCacheMemberReader
 
desubstitute(RolapMember) - Method in class mondrian.rolap.SmartMemberReader
 
desubstitute(RolapMember) - Method in class mondrian.rolap.SqlMemberSource
 
detailedBatch - Variable in class mondrian.rolap.FastBatchingCellReader.CompositeBatch
Batch with most number of constraint columns
dialect - Variable in class mondrian.gui.MondrianGuiDef.SQL
 
dialect - Variable in class mondrian.olap.MondrianDef.SQL
 
Dialect - Interface in mondrian.spi
Description of an SQL dialect.
Dialect.DatabaseProduct - Enum in mondrian.spi
Enumeration of common database types.
Dialect.Datatype - Enum in mondrian.spi
Datatype of a column.
DialectFactory - Interface in mondrian.spi
Factory that creates Dialect objects.
dialectize(Dialect.DatabaseProduct, String) - Method in class mondrian.rolap.BatchTestCase
 
DialectManager - Class in mondrian.spi
Manages Dialect and DialectFactory objects.
DialectManager.CachingDialectFactory - Class in mondrian.spi
Implementation of DialectFactory that caches dialects based on data source.
DialectManager.CachingDialectFactory(DialectFactory) - Constructor for class mondrian.spi.DialectManager.CachingDialectFactory
Creates a CachingDialectFactory.
DialectManager.ChainDialectFactory - Class in mondrian.spi
Implementation of DialectFactory that tries to create a Dialect using a succession of underlying factories.
DialectManager.ChainDialectFactory(List<DialectFactory>) - Constructor for class mondrian.spi.DialectManager.ChainDialectFactory
Creates a ChainDialectFactory.
DialectManager.ConstructorDialectFactory - Class in mondrian.spi
Implementation of DialectFactory that calls a class's public &lt;init&gt;(Connection connection) constructor.
DialectManager.ConstructorDialectFactory(Constructor<? extends Dialect>) - Constructor for class mondrian.spi.DialectManager.ConstructorDialectFactory
Creates a ConstructorDialectFactory.
DialectTest - Class in mondrian.test
Unit test which checks that Dialect accurately represents the capabilities of the underlying database.
DialectTest(String) - Constructor for class mondrian.test.DialectTest
Creates a DialectTest.
DiffRepository - Class in mondrian.test
A collection of resources used by tests.
DiffRepository(File, File, DiffRepository, String[]) - Constructor for class mondrian.test.DiffRepository
Creates a DiffRepository from a pair of files.
DiffRepository(URL) - Constructor for class mondrian.test.DiffRepository
Creates a read-only repository reading from a URL.
DIGIT - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
digits - Variable in class mondrian.util.Format.FloatingDecimal
 
digitsLeftOfPoint - Variable in class mondrian.util.Format.NumericFormat
 
digitsRightOfExp - Variable in class mondrian.util.Format.NumericFormat
 
digitsRightOfPoint - Variable in class mondrian.util.Format.NumericFormat
 
dimCount - Variable in class mondrian.web.taglib.DomBuilder
 
dimension - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
dimension - Variable in class mondrian.gui.MondrianGuiDef.DimensionGrant
 
Dimension - Static variable in class mondrian.olap.Category
Dimension is a dimension expression.
Dimension - Interface in mondrian.olap
A Dimension represents a dimension of a cube.
dimension - Variable in class mondrian.olap.HierarchyBase
 
dimension - Variable in class mondrian.olap.MondrianDef.CalculatedMember
 
dimension - Variable in class mondrian.olap.MondrianDef.DimensionGrant
 
DIMENSION - Static variable in interface mondrian.olap.ParserSym
 
DIMENSION - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
DIMENSION_INSTANCE - Static variable in class mondrian.olap.fun.IifFunDef
 
DIMENSION_UNIQUE_NAME - Static variable in class mondrian.olap.CubeBase
 
DIMENSION_UNIQUE_NAME - Static variable in class mondrian.olap.Property
Definition of the property which holds the unique name of the current dimension.
DIMENSION_UNIQUE_NAME_ORDINAL - Static variable in class mondrian.olap.Property
 
DimensionBase - Class in mondrian.olap
Abstract implementation for a Dimension.
DimensionBase(String, String, boolean, String, DimensionType, boolean) - Constructor for class mondrian.olap.DimensionBase
Creates a DimensionBase.
DimensionCalc - Interface in mondrian.calc
Expression which yields a Dimension.
DimensionDimensionFunDef - Class in mondrian.olap.fun
Definition of the <Dimension>.Dimension MDX builtin function.
DimensionExpr - Class in mondrian.mdx
Usage of a Dimension as an MDX expression.
DimensionExpr(Dimension) - Constructor for class mondrian.mdx.DimensionExpr
Creates a dimension expression.
dimensionGrants - Variable in class mondrian.gui.MondrianGuiDef.CubeGrant
 
dimensionGrants - Variable in class mondrian.olap.MondrianDef.CubeGrant
 
dimensions - Variable in class mondrian.gui.MondrianGuiDef.Cube
 
dimensions - Variable in class mondrian.gui.MondrianGuiDef.Schema
Shared dimensions in this schema.
dimensions - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
 
dimensions - Variable in class mondrian.olap.CubeBase
 
dimensions - Variable in class mondrian.olap.MondrianDef.Cube
 
dimensions - Variable in class mondrian.olap.MondrianDef.Schema
Shared dimensions in this schema.
dimensions - Variable in class mondrian.olap.MondrianDef.VirtualCube
 
dimensions - Variable in class mondrian.rolap.CacheControlImpl.CrossjoinCellRegion
 
DimensionsNumericFunDef - Class in mondrian.olap.fun
Definition of the Dimensions(<Numeric Expression>) MDX builtin function.
DimensionsStringFunDef - Class in mondrian.olap.fun
Definition of the Dimensions(<String Expression>) MDX builtin function.
dimensionType - Variable in class mondrian.olap.DimensionBase
 
DimensionType - Enum in mondrian.olap
Enumerates the types of dimensions.
DimensionType - Class in mondrian.olap.type
The type of an expression which represents a Dimension.
DimensionType(Dimension) - Constructor for class mondrian.olap.type.DimensionType
Creates a type representing a dimension.
DimensionUsageHasUnknownLevel - Variable in class mondrian.resource.MondrianResource
DimensionUsageHasUnknownLevel is 'In usage of dimension ''{0}'' in cube ''{1}'', the level ''{2}'' is unknown'
disable_tracing() - Method in class mondrian.parser.MdxParserImpl
Disable tracing.
DisableCaching - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether a RolapStar's aggregate data cache is cleared after each query.
disabled - Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
 
disabled_testAggregatesInSparseResultsGetSortedCorrectly() - Method in class mondrian.olap.fun.NativizeSetFunDefTest
 
disabled_testCalculatedCurrentMonth() - Method in class mondrian.olap.fun.NativizeSetFunDefTest
 
disabled_testCalculatedRelativeMonth() - Method in class mondrian.olap.fun.NativizeSetFunDefTest
 
DISABLED_testParallelCrossjoins() - Method in class mondrian.olap.fun.NativizeSetFunDefTest
 
DISABLED_testTransformsWithSeveralDimensionsNestedOnRows() - Method in class mondrian.olap.fun.NativizeSetFunDefTest
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggColumnName
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggExclude
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggFactCount
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggIgnoreColumn
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggLevel
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggMeasure
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggName
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggPattern
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Annotation
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Annotations
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CaptionExpression
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CellFormatter
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Closure
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Column
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ColumnDef
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ColumnDefs
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Cube
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeDimension
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeGrant
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeUsage
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeUsages
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Dimension
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.DimensionGrant
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.DimensionUsage
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Formula
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Hierarchy
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.HierarchyGrant
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Hint
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Join
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.KeyExpression
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Level
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Measure
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MeasureExpression
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MemberFormatter
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MemberGrant
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MemberReaderParameter
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.NamedSet
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.NameExpression
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.OrdinalExpression
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Parameter
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ParentExpression
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Property
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.PropertyFormatter
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Relation
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.RelationOrJoin
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Role
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.RoleUsage
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Row
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Rows
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Schema
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.SchemaGrant
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Script
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.SQL
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Table
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Union
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.UserDefinedFunction
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Value
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.View
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCube
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
 
display(PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggColumnName
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggExclude
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggFactCount
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggForeignKey
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggLevel
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggMeasure
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggName
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggPattern
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggTable
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotation
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotations
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMember
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CaptionExpression
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CellFormatter
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Closure
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Column
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDef
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDefs
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Cube
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeDimension
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeGrant
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsage
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsages
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Dimension
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionGrant
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionUsage
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ExpressionView
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Formula
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hierarchy
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.HierarchyGrant
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hint
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.InlineTable
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Join
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.KeyExpression
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Level
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Measure
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MeasureExpression
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberFormatter
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberGrant
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NamedSet
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NameExpression
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.OrdinalExpression
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Parameter
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ParentExpression
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Property
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.PropertyFormatter
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Relation
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Role
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RoleUsage
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Row
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Rows
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Schema
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SchemaGrant
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Script
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SQL
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Table
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Union
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Value
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.View
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCube
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
 
display(PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
display(PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
 
display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalog
 
display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
 
display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
display(PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSources
 
DISPLAY_FOLDER - Static variable in class mondrian.olap.Property
Definition of the property which holds the DISPLAY_FOLDER.
DISPLAY_FOLDER_ORDINAL - Static variable in class mondrian.olap.Property
 
DISPLAY_INFO - Static variable in class mondrian.olap.Property
Definition of the property which holds the DISPLAY_INFO required by XML/A.
DISPLAY_INFO_ORDINAL - Static variable in class mondrian.olap.Property
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggColumnName
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggExclude
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggFactCount
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggIgnoreColumn
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggLevel
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggMeasure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggName
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggPattern
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Annotation
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Annotations
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CaptionExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CellFormatter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Closure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Column
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ColumnDef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ColumnDefs
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Cube
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeDimension
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeUsage
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.CubeUsages
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Dimension
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.DimensionGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.DimensionUsage
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Formula
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Hierarchy
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.HierarchyGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Hint
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Join
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.KeyExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Level
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Measure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MeasureExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MemberFormatter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MemberGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.MemberReaderParameter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.NamedSet
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.NameExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.OrdinalExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Parameter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.ParentExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Property
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.PropertyFormatter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Relation
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.RelationOrJoin
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Role
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.RoleUsage
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Row
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Rows
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Schema
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.SchemaGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Script
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.SQL
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Table
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Union
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.UserDefinedFunction
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.Value
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.View
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCube
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggColumnName
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggExclude
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggFactCount
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggForeignKey
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggLevel
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggMeasure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggName
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggPattern
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.AggTable
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotation
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Annotations
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMember
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CaptionExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CellFormatter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Closure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Column
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ColumnDefs
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Cube
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeDimension
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsage
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.CubeUsages
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Dimension
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.DimensionUsage
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ExpressionView
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Formula
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hierarchy
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.HierarchyGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Hint
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.InlineTable
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Join
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.KeyExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Level
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Measure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MeasureExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberFormatter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NamedSet
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.NameExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.OrdinalExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Parameter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.ParentExpression
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Property
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.PropertyFormatter
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Relation
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Role
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.RoleUsage
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Row
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Rows
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Schema
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SchemaGrant
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Script
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.SQL
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Table
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Union
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.Value
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.View
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCube
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalog
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
displayDiff(ElementDef, PrintWriter, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSources
 
displayType() - Method in class mondrian.gui.JdbcMetaData.DbColumn
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggColumnName
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggExclude
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggFactCount
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggIgnoreColumn
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggLevel
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggMeasure
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggName
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggPattern
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Annotation
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Annotations
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CaptionExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CellFormatter
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Closure
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Column
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.ColumnDef
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.ColumnDefs
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Cube
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CubeDimension
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CubeGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CubeUsage
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.CubeUsages
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Dimension
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.DimensionGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.DimensionUsage
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Formula
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Hierarchy
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.HierarchyGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Hint
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Join
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.KeyExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Level
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Measure
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.MeasureExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.MemberFormatter
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.MemberGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.MemberReaderParameter
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.NamedSet
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.NameExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.OrdinalExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Parameter
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.ParentExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Property
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.PropertyFormatter
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Relation
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.RelationOrJoin
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Role
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.RoleUsage
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Row
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Rows
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Schema
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.SchemaGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Script
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.SQL
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Table
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Union
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.UserDefinedFunction
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.Value
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.View
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCube
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
 
displayXML(XMLOutput, int) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggColumnName
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggExclude
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggFactCount
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggForeignKey
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggLevel
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggMeasure
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggName
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggPattern
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.AggTable
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Annotation
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Annotations
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CalculatedMember
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CaptionExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CellFormatter
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Closure
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Column
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ColumnDef
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ColumnDefs
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Cube
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeDimension
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeUsage
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.CubeUsages
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Dimension
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.DimensionGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.DimensionUsage
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ExpressionView
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Formula
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Hierarchy
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.HierarchyGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Hint
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.InlineTable
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Join
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.KeyExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Level
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Measure
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MeasureExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MemberFormatter
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MemberGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.NamedSet
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.NameExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.OrdinalExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Parameter
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.ParentExpression
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Property
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.PropertyFormatter
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Relation
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Role
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.RoleUsage
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Row
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Rows
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Schema
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.SchemaGrant
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Script
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.SQL
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Table
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Union
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.Value
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.View
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.VirtualCube
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
 
displayXML(XMLOutput, int) - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
displayXML(XMLOutput, int) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
 
displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalog
 
displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
 
displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
displayXML(XMLOutput, int) - Method in class mondrian.xmla.DataSourcesConfig.DataSources
 
dispose(String) - Static method in class mondrian.olap.MondrianServer
Disposes of a server and cleans up everything.
distinct - Variable in class mondrian.util.ObjectPool
The number of distinct associations in the map; its "size()".
DistinctCount - Static variable in class mondrian.rolap.RolapAggregator
 
DistinctFunDef - Class in mondrian.olap.fun
Definition of the Distinct MDX function.
DistinctFunDef.CalcImpl - Class in mondrian.olap.fun
 
DistinctFunDef.CalcImpl(ResolvedFunCall, ListCalc) - Constructor for class mondrian.olap.fun.DistinctFunDef.CalcImpl
 
distinctGenerateSql(SqlQuery, boolean) - Method in class mondrian.rolap.agg.AbstractQuerySpec
Generates a SQL query to retrieve the values in this segment using an algorithm which converts distinct-aggregates to non-distinct aggregates over subqueries.
do_action(int, lr_parser, Stack, int) - Method in class mondrian.olap.Parser
Invoke a user supplied parse action.
doAfterBody() - Method in class mondrian.web.taglib.QueryTag
 
doAuthorization - Static variable in class mondrian.xmla.XmlaErrorTest
 
doEndTag() - Method in class mondrian.web.taglib.TransformTag
 
doesDBSupportGroupingSets() - Method in class mondrian.rolap.FastBatchingCellReader
Uses Dialect to identify if grouping sets is supported by the database.
doesMaxRowSizeIncludeBlobs() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
doGenerate(PropertyUtil.Generator, SortedMap<String, PropertyUtil.PropertyDef>, File) - Method in class mondrian.util.PropertyUtil
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class mondrian.web.servlet.MdxQueryServlet
Handles the HTTP GET method.
DomBuilder - Class in mondrian.web.taglib
Transforms a mondrian result into a DOM (Document Object Model).
DomBuilder(Document, Result) - Constructor for class mondrian.web.taglib.DomBuilder
 
DomBuilder.AxisBuilder - Class in mondrian.web.taglib
 
DomBuilder.AxisBuilder(Element, Axis) - Constructor for class mondrian.web.taglib.DomBuilder.AxisBuilder
 
DomBuilder.ColumnBuilder - Class in mondrian.web.taglib
 
DomBuilder.ColumnBuilder(Element, Axis) - Constructor for class mondrian.web.taglib.DomBuilder.ColumnBuilder
 
DomBuilder.RowBuilder - Class in mondrian.web.taglib
 
DomBuilder.RowBuilder(Element, Axis) - Constructor for class mondrian.web.taglib.DomBuilder.RowBuilder
 
doMTupleTupleListTest(CrossJoinFunDef.BaseListCalc) - Method in class mondrian.olap.fun.CrossJoinTest
 
done() - Method in class mondrian.olap.QueryTiming
 
Done() - Method in class mondrian.parser.SimpleCharStream
Reset buffer when finished.
DONT_BREAK_LINES - Static variable in class mondrian.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
dont_testChildrenOfVatican() - Method in class mondrian.test.RaggedHierarchyTest
 
dont_testDescendantsOfVatican() - Method in class mondrian.test.RaggedHierarchyTest
 
dont_testMeasures() - Method in class mondrian.test.RaggedHierarchyTest
disabled: (1) does not work with SmartMemberReader and (2) test returns [null] member?
dont_testMeasuresVatican() - Method in class mondrian.test.RaggedHierarchyTest
Make sure that the numbers are right!
dont_testParallelFlushCache() - Method in class mondrian.test.BasicQueryTest
 
dont_testParallelMutliple() - Method in class mondrian.test.BasicQueryTest
 
dont_testParallelNot() - Method in class mondrian.test.BasicQueryTest
 
dont_testParallelSomewhat() - Method in class mondrian.test.BasicQueryTest
 
dont_testParallelVery() - Method in class mondrian.test.BasicQueryTest
 
dontTestParamRef() - Method in class mondrian.test.ParameterTest
Mondrian can not handle forward references
doPost(HttpServletRequest, HttpServletResponse) - Method in class mondrian.web.servlet.MdxQueryServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class mondrian.xmla.XmlaServlet
Main entry for HTTP post method
doRun(Test) - Method in class mondrian.test.MondrianTestRunner
 
DOT - Static variable in interface mondrian.olap.ParserSym
 
DOT - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
dot - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
dot - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
doTest() - Method in class mondrian.test.CmdRunnerTest
 
doTest(Properties) - Method in class mondrian.xmla.XmlaBaseTestCase
 
doTest(MockHttpServletRequest, Properties) - Method in class mondrian.xmla.XmlaBaseTestCase
 
doTest(String, Properties, TestContext) - Method in class mondrian.xmla.XmlaBaseTestCase
Executes an XMLA request, reading the text of the request and the response from attributes in XmlaBaseTestCase.getDiffRepos().
doTest(String, Properties, TestContext, Role) - Method in class mondrian.xmla.XmlaBaseTestCase
 
doTest(MockHttpServletRequest, XmlaErrorTest.Fault) - Method in class mondrian.xmla.XmlaErrorTest
 
doTest(XmlaErrorTest.Fault) - Method in class mondrian.xmla.XmlaErrorTest
 
doTestInline(String, String, String, Properties, TestContext) - Method in class mondrian.xmla.XmlaBaseTestCase
 
doTestInline(String, String, String, Properties, TestContext, Role) - Method in class mondrian.xmla.XmlaBaseTestCase
 
doTestRT(String, TestContext) - Method in class mondrian.xmla.XmlaBasicTest
 
doTests(String, Properties, TestContext, String, Map<String, String>, Document, XmlaConstants.Content, Role, boolean) - Method in class mondrian.xmla.XmlaBaseTestCase
Executes a SOAP request.
doTestsJson(String, Properties, TestContext, String, Map<String, String>, String, XmlaConstants.Content, Role) - Method in class mondrian.xmla.XmlaBaseTestCase
 
doTupleTupleIterTest(CrossJoinFunDef.CrossJoinIterCalc) - Method in class mondrian.olap.fun.CrossJoinTest
 
doTupleTupleListTest(CrossJoinFunDef.BaseListCalc) - Method in class mondrian.olap.fun.CrossJoinTest
 
DOUBLE_QUOTE - Static variable in class mondrian.test.loader.CsvLoader
 
DOUBLE_QUOTED_STRING - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
DoubleCalc - Interface in mondrian.calc
Compiled expression whose result is a double.
DoubleEmpty - Static variable in class mondrian.olap.fun.FunUtil
Special value which indicates that a double computation has returned the MDX EMPTY value.
DoubleMatchForLevel - Variable in class mondrian.resource.MondrianResource
DoubleMatchForLevel is 'Double Match for candidate aggregate table ''{0}'' for fact table ''{1}'' and column ''{2}'' matched two hierarchies: 1) table=''{3}'', column=''{4}'' and 2) table=''{5}'', column=''{6}'''
doubleNegativeOne - Static variable in class mondrian.olap.Literal
 
DoubleNull - Static variable in class mondrian.olap.fun.FunUtil
Special value which indicates that a double computation has returned the MDX null value.
doubleOne - Static variable in class mondrian.olap.Literal
 
doubleZero - Static variable in class mondrian.olap.Literal
 
doXmlaHandlerGetValueTypeHint(String, String) - Method in class mondrian.xmla.XmlaTests
 
doXmlaHandlerValueInfo(String, Object, String, Object, boolean) - Method in class mondrian.xmla.XmlaTests
 
doXmlaUtilNormalizeNumericString(String, String) - Method in class mondrian.xmla.XmlaTests
 
drill(int, List<Member>, Evaluator) - Method in class mondrian.olap.fun.DrilldownLevelFunDef
 
DrilldownLevelBottomResolver - Static variable in class mondrian.olap.fun.DrilldownLevelTopBottomFunDef
 
DrilldownLevelFunDef - Class in mondrian.olap.fun
Definition of the DrilldownLevel MDX function.
DrilldownLevelFunDef(FunDef) - Constructor for class mondrian.olap.fun.DrilldownLevelFunDef
 
DrilldownLevelTopBottomFunDef - Class in mondrian.olap.fun
Definition of the DrilldownLevelTop and DrilldownLevelBottom MDX builtin functions.
DrilldownLevelTopBottomFunDef(FunDef, boolean) - Constructor for class mondrian.olap.fun.DrilldownLevelTopBottomFunDef
 
DrilldownLevelTopResolver - Static variable in class mondrian.olap.fun.DrilldownLevelTopBottomFunDef
 
DrilldownMemberFunDef - Class in mondrian.olap.fun
Definition of the DrilldownMember MDX function.
DrilldownMemberFunDef(FunDef) - Constructor for class mondrian.olap.fun.DrilldownMemberFunDef
 
DrillThrough - Class in mondrian.olap
Drill through statement.
DrillThrough(Query, int, int, List<Exp>) - Constructor for class mondrian.olap.DrillThrough
Creates a DrillThrough.
DRILLTHROUGH - Static variable in interface mondrian.olap.ParserSym
 
drillThrough() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
DRILLTHROUGH - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
drillThrough - Variable in class mondrian.rolap.agg.CellRequest
 
drillThroughInternal(int, int, String, boolean, Logger, int[]) - Method in class mondrian.olap4j.MondrianOlap4jCell
Executes drill-through on this cell.
drillThroughInternal(int, int, String, boolean, Logger) - Method in class mondrian.rolap.RolapCell
Generates an executes a SQL statement to drill through this cell.
DrillThroughQuerySpec - Class in mondrian.rolap.agg
Provides the information necessary to generate SQL for a drill-through request.
DrillThroughQuerySpec(CellRequest, StarPredicate, boolean) - Constructor for class mondrian.rolap.agg.DrillThroughQuerySpec
 
drillthroughStatement() - Method in class mondrian.parser.MdxParserImpl
 
DrillThroughTest - Class in mondrian.test
Test generation of SQL to access the fact table data underlying an MDX result set.
DrillThroughTest() - Constructor for class mondrian.test.DrillThroughTest
 
DrillThroughTest(String) - Constructor for class mondrian.test.DrillThroughTest
 
driver - Variable in class mondrian.olap4j.MondrianOlap4jConnection
 
DRIVER_CLASS_NAME - Static variable in class mondrian.test.MondrianOlap4jTester
 
DRIVER_URL_PREFIX - Static variable in class mondrian.test.MondrianOlap4jTester
 
DriverManager - Class in mondrian.olap
The basic service for managing a set of OLAP drivers.
DriverManager() - Constructor for class mondrian.olap.DriverManager
 
DROP_INDEX_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
DROP_TABLE_INDEX_PROP - Static variable in class mondrian.test.loader.DBLoader
 
DROP_TABLE_INDEX_SUFFIX_DEFAULT - Static variable in class mondrian.test.loader.DBLoader
 
DROP_TABLE_PROP - Static variable in class mondrian.test.loader.DBLoader
 
DROP_TABLE_ROWS_PROP - Static variable in class mondrian.test.loader.DBLoader
 
DROP_TABLE_ROWS_SUFFIX_DEFAULT - Static variable in class mondrian.test.loader.DBLoader
 
DROP_TABLE_SUFFIX_DEFAULT - Static variable in class mondrian.test.loader.DBLoader
 
dropTable(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
dropTables(DBLoader.Table[]) - Method in class mondrian.test.loader.DBLoader
 
dsi(DataSourcesConfig.DataSource, DataSourcesConfig.Catalog) - Static method in class mondrian.server.DynamicContentFinder
 
DummyExp - Class in mondrian.calc
Dummy expression which exists only to wrap a Type.
DummyExp(Type) - Constructor for class mondrian.calc.DummyExp
 
DupHierarchiesInTuple - Variable in class mondrian.resource.MondrianResource
DupHierarchiesInTuple is 'Tuple contains more than one member of hierarchy ''{0}''.'
DuplicateAxis - Variable in class mondrian.resource.MondrianResource
DuplicateAxis is 'Duplicate axis name ''{0}''.'
DuplicateFactForeignKey - Variable in class mondrian.resource.MondrianResource
DuplicateFactForeignKey is 'Context ''{0}'': Duplicate fact foreign keys ''{1}'' for key ''{2}''.'
DuplicateLevelColumnNames - Variable in class mondrian.resource.MondrianResource
DuplicateLevelColumnNames is 'Context ''{0}'': Two levels, ''{1}'' and ''{2}'', share the same foreign column name ''{3}'''
DuplicateLevelMeasureColumnNames - Variable in class mondrian.resource.MondrianResource
DuplicateLevelMeasureColumnNames is 'Context ''{0}'': The level ''{1}'' and the measuer ''{2}'', share the same column name ''{3}'''
DuplicateLevelNames - Variable in class mondrian.resource.MondrianResource
DuplicateLevelNames is 'Context ''{0}'': Two levels share the same name ''{1}'''
DuplicateMeasureColumnNames - Variable in class mondrian.resource.MondrianResource
DuplicateMeasureColumnNames is 'Context ''{0}'': Two measures, ''{1}'' and ''{2}'', share the same column name ''{3}'''
DuplicateMeasureNames - Variable in class mondrian.resource.MondrianResource
DuplicateMeasureNames is 'Context ''{0}'': Two measures share the same name ''{1}'''
DuplicateSchemaParameter - Variable in class mondrian.resource.MondrianResource
DuplicateSchemaParameter is 'Duplicate parameter ''{0}'' in schema'
DynamicContentFinder - Class in mondrian.server
Implementation of RepositoryContentFinder that periodically reloads the content of the repository.
DynamicContentFinder(String) - Constructor for class mondrian.server.DynamicContentFinder
Creates a DynamicContentFinder.
DynamicDatasourceXmlaServlet - Class in mondrian.xmla.impl
Extends DefaultXmlaServlet to add dynamic datasource loading capability.
DynamicDatasourceXmlaServlet() - Constructor for class mondrian.xmla.impl.DynamicDatasourceXmlaServlet
 
DynamicDatasourceXmlaServletTest - Class in mondrian.xmla.impl
Unit test for DynamicDatasourceXmlaServlet
DynamicDatasourceXmlaServletTest() - Constructor for class mondrian.xmla.impl.DynamicDatasourceXmlaServletTest
 
DynamicSchemaProcessor - Interface in mondrian.spi
A dynamic schema processor is used to dynamically change a Mondrian schema at runtime.
dynamicSchemaProcessor(Scripts.ScriptDefinition) - Static method in class mondrian.spi.impl.Scripts
Creates an implementation of the DynamicSchemaProcessor SPI based on a script.
DynamicSchemaProcessorTest - Class in mondrian.test
Unit test DynamicSchemaProcessor.
DynamicSchemaProcessorTest() - Constructor for class mondrian.test.DynamicSchemaProcessorTest
 
DynamicSchemaProcessorTest.BaseDsp - Class in mondrian.test
Our base, token replacing schema processor.
DynamicSchemaProcessorTest.BaseDsp() - Constructor for class mondrian.test.DynamicSchemaProcessorTest.BaseDsp
 
DynamicSchemaProcessorTest.CheckJdbcPropertyDsp - Class in mondrian.test
Ensures we have access to the JDBC URL.
DynamicSchemaProcessorTest.CheckJdbcPropertyDsp() - Constructor for class mondrian.test.DynamicSchemaProcessorTest.CheckJdbcPropertyDsp
 
DynamicSchemaProcessorTest.FoodMartCatalogDsp - Class in mondrian.test
Checks to make sure our Catalog property contains our FoodMart.xml VFS URL
DynamicSchemaProcessorTest.FoodMartCatalogDsp() - Constructor for class mondrian.test.DynamicSchemaProcessorTest.FoodMartCatalogDsp
 
DynamicSchemaProcessorTest.ProviderTestDSP - Class in mondrian.test
DSP that checks that replaces the Schema Name with the name of the Provider property
DynamicSchemaProcessorTest.ProviderTestDSP() - Constructor for class mondrian.test.DynamicSchemaProcessorTest.ProviderTestDSP
 

E

EA - Static variable in class mondrian.test.I18nTest
 
editingCanceled(ChangeEvent) - Method in class mondrian.gui.SchemaExplorer
 
editingStopped(ChangeEvent) - Method in class mondrian.gui.SchemaExplorer
 
editMode(EventObject) - Method in class mondrian.gui.SchemaExplorer
 
editorFocus - Variable in class mondrian.gui.SchemaPropertyCellEditor
 
elapsedTimeAsString(long) - Method in class mondrian.test.MondrianResultPrinter
Returns the formatted string of the elapsed time.
element(String, Object...) - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
element(String, Object...) - Method in class mondrian.xmla.impl.JsonSaxWriter
 
element(String, Object...) - Method in interface mondrian.xmla.SaxWriter
 
element2Text(Element, StringWriter) - Static method in class mondrian.xmla.XmlaUtil
 
ELEMENT_NAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
 
ELEMENT_UNAME_GETTER - Static variable in enum mondrian.xmla.RowsetDefinition
 
elementTypes - Variable in class mondrian.olap.type.TupleType
 
ELSE - Static variable in interface mondrian.olap.ParserSym
 
ELSE - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
embedQuotes(String) - Method in class mondrian.test.loader.DBLoader
Generate an appropriate string to use in an SQL insert statement for a VARCHAR colummn, taking into account NULL strings and strings with embedded quotes
emit(Rowset.Row, XmlaResponse) - Method in class mondrian.xmla.Rowset
Emits a row for this rowset, reading fields from a Rowset.Row object.
Empty - Static variable in class mondrian.olap.Category
Represents an empty expression.
EMPTY - Static variable in interface mondrian.olap.ParserSym
 
EMPTY - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
EMPTY - Static variable in interface mondrian.rolap.BitKey
The BitKey with no bits set.
EMPTY - Static variable in interface mondrian.rolap.RolapResult.ValueFormatter
Formatter that always returns the empty string.
EMPTY_ARRAY - Static variable in interface mondrian.rolap.sql.CrossJoinArg
 
EMPTY_ROW_STREAM - Static variable in class mondrian.test.loader.DBLoader
 
emptyArray - Static variable in class mondrian.rolap.RolapProperty
Array of RolapProperty of length 0.
EmptyAttributeString - Variable in class mondrian.resource.MondrianResource
EmptyAttributeString is 'Context ''{0}'': The value for the attribute ''{1}'' is empty (length is zero).'
emptyCopy() - Method in class mondrian.rolap.BitKey.Big
 
emptyCopy() - Method in interface mondrian.rolap.BitKey
Returns an empty BitKey of the same type.
emptyCopy() - Method in class mondrian.rolap.BitKey.Mid128
 
emptyCopy() - Method in class mondrian.rolap.BitKey.Small
 
emptyList(int) - Static method in class mondrian.calc.TupleCollections
Returns an empty TupleList of given arity.
EmptyResult - Static variable in class mondrian.test.BasicQueryTest
 
EmptyResultSet - Class in mondrian.olap4j
Implementation of ResultSet which returns 0 rows.
EmptyResultSet(MondrianOlap4jConnection, List<String>, List<List<Object>>) - Constructor for class mondrian.olap4j.EmptyResultSet
 
emptyString - Static variable in class mondrian.olap.Literal
 
emptyStringArray - Static variable in class mondrian.olap.fun.FunUtil
 
EmptyType - Class in mondrian.olap.type
The type of a empty expression.
EmptyType() - Constructor for class mondrian.olap.type.EmptyType
Creates an empty type.
EmptyValue - Static variable in class mondrian.olap.Util
Placeholder which indicates an EMPTY value.
enable_tracing() - Method in class mondrian.parser.MdxParserImpl
Enable tracing.
EnableCacheHitCounters - Variable in class mondrian.olap.MondrianProperties
Property that controls whether aggregation cache hit / miss counters will be enabled.
enabled - Variable in class mondrian.gui.MondrianGuiDef.Cube
 
enabled - Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
 
enabled - Variable in class mondrian.olap.MondrianDef.Cube
 
enabled - Variable in class mondrian.olap.MondrianDef.VirtualCube
 
enabled - Variable in class mondrian.rolap.aggmatcher.DefaultDef.Base
 
enabled - Static variable in class mondrian.rolap.SqlConstraintFactory
 
enabled() - Method in class mondrian.util.MemoryMonitorFactory
Returns whether the use of a MemoryMonitor is enabled.
enabled - Variable in class mondrian.util.MemoryMonitorTest
 
EnableExpCache - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether to use a cache for frequently evaluated expressions.
EnableGroupingSets - Variable in class mondrian.olap.MondrianProperties
Property that defines whether to generate SQL queries using the GROUPING SETS construct for rollup.
EnableNativeCrossJoin - Variable in class mondrian.olap.MondrianProperties
If enabled some NON EMPTY CrossJoin will be computed in SQL.
EnableNativeFilter - Variable in class mondrian.olap.MondrianProperties
If enabled some Filter() will be computed in SQL.
EnableNativeNonEmpty - Variable in class mondrian.olap.MondrianProperties
If enabled some NON EMPTY set operations like member.children, level.members and member descendants will be computed in SQL.
EnableNativeTopCount - Variable in class mondrian.olap.MondrianProperties
If enabled some TopCount will be computed in SQL.
EnableNonEmptyOnAllAxis - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether each query axis implicit has the NON EMPTY option set.
enableProfiling() - Method in class mondrian.calc.CalcWriter
Whether to print out attributes relating to how a statement was actually executed.
enableProfiling(ProfileHandler) - Method in interface mondrian.server.Statement
Enables profiling.
enableProfiling(ProfileHandler) - Method in class mondrian.server.StatementImpl
 
EnableRolapCubeMemberCache - Variable in class mondrian.olap.MondrianProperties
Property that determines whether to cache RolapCubeMember objects, each of which associates a member of a shared hierarchy with a particular cube in which it is being used.
EnableTotalCount - Variable in class mondrian.olap.MondrianProperties
If enabled, first row in the result of an XML/A drill-through request will be filled with the total count of rows in underlying database.
EnableTriggers - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether to notify the Mondrian system when a property value changes.
encode(String) - Method in class mondrian.tui.MockHttpServletResponse
 
ENCODE - Static variable in class mondrian.util.Base64
Specify encoding.
encode(String) - Method in class mondrian.xmla.XmlaUtil.ElementNameEncoder
 
encodeBytes(byte[]) - Static method in class mondrian.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class mondrian.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class mondrian.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class mondrian.util.Base64
Encodes a byte array into Base64 notation.
encodedName - Variable in class mondrian.xmla.XmlaHandler.ColumnHandler
 
encodeFromFile(String) - Static method in class mondrian.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class mondrian.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class mondrian.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeRedirectURL(String) - Method in class mondrian.tui.MockHttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in class mondrian.tui.MockHttpServletResponse
Deprecated. Method encodeRedirectUrl is deprecated
encodeToFile(byte[], String) - Static method in class mondrian.util.Base64
Convenience method for encoding data to a file.
encodeURL(String) - Method in class mondrian.tui.MockHttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in class mondrian.tui.MockHttpServletResponse
Deprecated. Method encodeUrl is deprecated
END - Static variable in interface mondrian.olap.ParserSym
 
END - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
end() - Method in class mondrian.server.Execution
Called when query execution has completed.
end(Execution) - Method in interface mondrian.server.Statement
Ends the current execution.
end(Execution) - Method in class mondrian.server.StatementImpl
 
endColumn - Variable in class mondrian.parser.Token
The column number of the last character of this Token.
endDocument() - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
endDocument() - Method in class mondrian.xmla.impl.JsonSaxWriter
 
endDocument() - Method in interface mondrian.xmla.SaxWriter
 
endElement() - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
endElement() - Method in class mondrian.xmla.impl.JsonSaxWriter
 
endElement() - Method in interface mondrian.xmla.SaxWriter
 
endLine - Variable in class mondrian.parser.Token
The line number of the last character of this Token.
endSequence() - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
endSequence() - Method in class mondrian.xmla.impl.JsonSaxWriter
 
endSequence() - Method in interface mondrian.xmla.SaxWriter
Informs the writer that a sequence of elements of the same name has ended.
endTest(Test) - Method in class mondrian.test.MondrianResultPrinter
 
engineName - Variable in enum mondrian.spi.impl.Scripts.ScriptLanguage
 
enter() - Method in class mondrian.rolap.RolapUtil.Semaphore
 
entrySet() - Method in class mondrian.util.CacheMap
 
EnumeratedValues<V extends EnumeratedValues.Value> - Class in mondrian.olap
EnumeratedValues is a helper class for declaring a set of symbolic constants which have names, ordinals, and possibly descriptions.
EnumeratedValues() - Constructor for class mondrian.olap.EnumeratedValues
Creates a new empty, mutable enumeration.
EnumeratedValues(V[]) - Constructor for class mondrian.olap.EnumeratedValues
Creates an enumeration, with an array of values, and freezes it.
EnumeratedValues(String[]) - Constructor for class mondrian.olap.EnumeratedValues
Creates an enumeration, initialize it with an array of strings, and freezes it.
EnumeratedValues(String[], int[]) - Constructor for class mondrian.olap.EnumeratedValues
Create an enumeration, initializes it with arrays of code/name pairs, and freezes it.
EnumeratedValues(String[], int[], String[]) - Constructor for class mondrian.olap.EnumeratedValues
Create an enumeration, initializes it with arrays of code/name pairs, and freezes it.
EnumeratedValues(Class<? extends Enum>) - Constructor for class mondrian.olap.EnumeratedValues
 
EnumeratedValues.BasicValue - Class in mondrian.olap
BasicValue is an obvious implementation of EnumeratedValues.Value.
EnumeratedValues.BasicValue(String, int, String) - Constructor for class mondrian.olap.EnumeratedValues.BasicValue
 
EnumeratedValues.Value - Interface in mondrian.olap
A Value represents a member of an enumerated type.
enumeration - Static variable in class mondrian.olap.Property
 
enumeration - Static variable in class mondrian.rolap.RolapAggregator
List of all valid aggregation operators.
Enumeration - Class in mondrian.xmla
Contains inner classes which define enumerations used in XML for Analysis.
Enumeration(String, String, RowsetDefinition.Type, XmlaConstant.Dictionary<?>) - Constructor for class mondrian.xmla.Enumeration
 
enumeration - Variable in class mondrian.xmla.RowsetDefinition.Column
 
Enumeration.ResponseMimeType - Enum in mondrian.xmla
 
enumSet - Variable in enum mondrian.xmla.PropertyDefinition
 
ENV - Static variable in class mondrian.tui.XmlaSupport
 
ENV - Static variable in class mondrian.xmla.test.XmlaTestContext
 
EOF - Static variable in interface mondrian.olap.ParserSym
 
EOF - Static variable in interface mondrian.parser.MdxParserImplConstants
End of File.
EOF_sym() - Method in class mondrian.olap.Parser
EOF Symbol index.
eol - Variable in exception mondrian.parser.ParseException
The end of line string for this machine.
epochDay - Static variable in class mondrian.util.ScheduleUtil
 
EQ - Static variable in interface mondrian.olap.ParserSym
 
EQ - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
equal(String, String, boolean) - Static method in class mondrian.olap.Util
Tests two strings for equality, optionally ignoring case.
equal(RolapStar.Column, Object) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
Returns a predicate which tests whether the column's value is equal to a given constant.
equal(ValueColumnPredicate) - Static method in class mondrian.rolap.agg.AbstractColumnPredicate.Factory
Returns a predicate which tests whether the column's value is equal to column predicate's value.
equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
 
equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.ListColumnPredicate
 
equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.ListPredicate
 
equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.LiteralStarPredicate
 
equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.MemberTuplePredicate
 
equalConstraint(StarPredicate) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
equalConstraint(StarPredicate) - Method in interface mondrian.rolap.StarPredicate
Returns whether this Predicate has the same constraining effect as the other constraint.
equalName(String, String) - Static method in class mondrian.olap.Util
Returns whether two names are equal.
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.Column
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.Cube
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.Hierarchy
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.Join
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.RelationOrJoin
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.SQL
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.Table
 
equals(Object) - Method in class mondrian.gui.MondrianGuiDef.View
 
equals(Object) - Method in class mondrian.mdx.ParameterExpr
Returns whether this parameter is equal to another, based upon name, type and value
equals(Object) - Method in class mondrian.olap.CubeAccess
 
equals(String) - Method in class mondrian.olap.EnumeratedValues.BasicValue
Deprecated. I bet you meant to write value.name_.equals(s) rather than value.equals(s), didn't you?
equals(Object) - Method in class mondrian.olap.fun.FunInfo
 
equals(Object) - Method in class mondrian.olap.fun.FunUtil.ObjIntPair
 
equals(Object) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
equals(OlapElement) - Method in class mondrian.olap.HierarchyBase
 
equals(Object) - Method in class mondrian.olap.Id.Segment
 
equals(Object) - Method in class mondrian.olap.MondrianDef.Column
 
equals(Object) - Method in class mondrian.olap.MondrianDef.ExpressionView
 
equals(Object) - Method in class mondrian.olap.MondrianDef.InlineTable
 
equals(Object) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
 
equals(Object) - Method in class mondrian.olap.MondrianDef.SQL
 
equals(Object) - Method in class mondrian.olap.MondrianDef.Table
 
equals(Object) - Method in class mondrian.olap.MondrianDef.View
 
equals(Object) - Method in class mondrian.olap.OlapElementBase
 
equals(OlapElement) - Method in class mondrian.olap.OlapElementBase
 
equals(Object) - Method in class mondrian.olap.ParameterImpl
Returns whether this parameter is equal to another, based upon name, type and value
equals(Object) - Method in class mondrian.olap.type.BooleanType
 
equals(Object) - Method in class mondrian.olap.type.CubeType
 
equals(Object) - Method in class mondrian.olap.type.DateTimeType
 
equals(Object) - Method in class mondrian.olap.type.DecimalType
 
equals(Object) - Method in class mondrian.olap.type.DimensionType
 
equals(Object) - Method in class mondrian.olap.type.EmptyType
 
equals(Object) - Method in class mondrian.olap.type.HierarchyType
 
equals(Object) - Method in class mondrian.olap.type.LevelType
 
equals(Object) - Method in class mondrian.olap.type.NullType
 
equals(Object) - Method in class mondrian.olap.type.NumericType
 
equals(Object) - Method in class mondrian.olap.type.ScalarType
 
equals(Object) - Method in class mondrian.olap.type.SetType
 
equals(Object) - Method in class mondrian.olap.type.StringType
 
equals(Object) - Method in class mondrian.olap.type.TupleType
 
equals(Object, Object) - Static method in class mondrian.olap.Util
Returns true if two objects are equal, or are both null.
equals(String, String) - Static method in class mondrian.olap.Util
Returns true if two strings are equal, or are both null.
equals(Object) - Method in class mondrian.olap.Util.Flat2List
 
equals(Object) - Method in class mondrian.olap.Util.Flat3List
 
equals(Object) - Method in class mondrian.olap4j.MondrianOlap4jCube
 
equals(Object) - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
equals(Object) - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
equals(Object) - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
equals(Object) - Method in class mondrian.olap4j.MondrianOlap4jMember
 
equals(Object) - Method in class mondrian.rolap.agg.AggregationKey
 
equals(Object) - Method in class mondrian.rolap.agg.ListColumnPredicate
 
equals(Object) - Method in class mondrian.rolap.agg.LiteralStarPredicate
 
equals(Object) - Method in class mondrian.rolap.agg.MemberColumnPredicate
 
equals(Object) - Method in class mondrian.rolap.agg.MemberTuplePredicate
 
equals(Object) - Method in class mondrian.rolap.agg.MinusStarPredicate
 
equals(Object) - Method in class mondrian.rolap.agg.RangeColumnPredicate
 
equals(Object) - Method in class mondrian.rolap.agg.Segment.Region
 
equals(Object) - Method in class mondrian.rolap.agg.SegmentHeader.ConstrainedColumn
 
equals(Object) - Method in class mondrian.rolap.agg.SegmentHeader
 
equals(Object) - Method in class mondrian.rolap.agg.SegmentLoader.SegmentRollupWrapper
 
equals(Object) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
equals(Object) - Method in class mondrian.rolap.BitKey.Big
 
equals(Object) - Method in class mondrian.rolap.BitKey.Mid128
 
equals(Object) - Method in class mondrian.rolap.BitKey.Small
 
equals(Object) - Method in class mondrian.rolap.CellKey.Many
 
equals(Object) - Method in class mondrian.rolap.CellKey.One
 
equals(Object) - Method in class mondrian.rolap.CellKey.Three
 
equals(Object) - Method in class mondrian.rolap.CellKey.Two
 
equals(Object) - Method in class mondrian.rolap.CellKey.Zero
 
equals(Object) - Method in class mondrian.rolap.ChildByNameConstraint
 
equals(Object) - Method in class mondrian.rolap.HierarchyUsage
 
equals(Object) - Method in class mondrian.rolap.MemberKey
 
equals(Object) - Method in class mondrian.rolap.RolapCubeDimension
 
equals(Object) - Method in class mondrian.rolap.RolapCubeHierarchy
 
equals(RolapCubeLevel) - Method in class mondrian.rolap.RolapCubeLevel
 
equals(Object) - Method in class mondrian.rolap.RolapCubeMember
 
equals(OlapElement) - Method in class mondrian.rolap.RolapCubeMember
 
equals(Object) - Method in class mondrian.rolap.RolapEvaluator
Returns true if the other object is a RolapEvaluator with identical context.
equals(Object) - Method in class mondrian.rolap.RolapHierarchy
 
equals(Object) - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
 
equals(Object) - Method in class mondrian.rolap.RolapMemberBase
 
equals(OlapElement) - Method in class mondrian.rolap.RolapMemberBase
 
equals(Object) - Method in class mondrian.rolap.RolapMemberCalculation
 
equals(Object) - Method in class mondrian.rolap.RolapResult.CellInfo
 
equals(Object) - Method in class mondrian.rolap.RolapSchema
 
equals(Object) - Method in class mondrian.rolap.RolapStar.Column
 
equals(Object) - Method in class mondrian.rolap.RolapStar.Condition
 
equals(Object) - Method in class mondrian.rolap.RolapStar.Measure
 
equals(Object) - Method in class mondrian.rolap.RolapStar.Table
 
equals(Object) - Method in class mondrian.rolap.RolapTupleCalculation
 
equals(Object) - Method in class mondrian.rolap.ScenarioImpl
 
equals(Object) - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
 
equals(Object) - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
 
equals(Object) - Method in class mondrian.util.AbstractMemoryMonitor.Entry
 
equals(Object) - Method in class mondrian.util.CacheMap
 
equals(T, T) - Method in class mondrian.util.ObjectPool
 
equals(Object) - Method in class mondrian.util.ObjectPoolTest.KeyValue
 
equals(Object) - Method in class mondrian.util.Pair
 
equals(Object) - Method in class mondrian.util.UnsupportedList
 
equalsTableName(String) - Method in class mondrian.rolap.RolapStar.Table
 
equalTuple(Member[], Member[]) - Static method in class mondrian.olap.fun.FunUtil
Returns whether two tuples are equal.
error - Static variable in interface mondrian.olap.ParserSym
 
error(String, RolapSchema.XmlLocation) - Method in class mondrian.rolap.RolapSchema
Reports an error.
error(SAXParseException) - Method in class mondrian.test.comp.XmlUtility.UtilityErrorHandler
 
error(SAXParseException) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
error(Throwable) - Method in class mondrian.xmla.impl.DefaultXmlaResponse
 
error(Throwable) - Method in interface mondrian.xmla.XmlaResponse
Report XML/A error (not SOAP fault).
ERROR_STRING - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
 
error_sym() - Method in class mondrian.olap.Parser
error Symbol index.
errorCode - Variable in error mondrian.parser.TokenMgrError
Indicates the reason why the exception is thrown.
errorCount - Variable in class mondrian.olap.fun.FunUtil.SetWrapper
 
Euro - Static variable in class mondrian.test.I18nTest
 
eval(List<Member>) - Method in class mondrian.olap.fun.FunUtil.TupleExpMemoComparator
 
evalExecute(List<List<Member>>, int, RolapEvaluator, QueryAxis, Calc) - Method in class mondrian.rolap.RolapResult
 
evalLoad(List<List<Member>>, int, Evaluator, QueryAxis, Calc, RolapResult.AxisMember) - Method in class mondrian.rolap.RolapResult
 
evaluate(Evaluator) - Method in interface mondrian.calc.Calc
Evaluates this expression.
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractBooleanCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractDateTimeCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractDimensionCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractDoubleCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractHierarchyCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractIntegerCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractIterCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractLevelCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractListCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractMemberCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractStringCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractTupleCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.AbstractVoidCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.CacheCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.ConstantCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.MemberArrayValueCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.MemberValueCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.TupleValueCalc
 
evaluate(Evaluator) - Method in class mondrian.calc.impl.ValueCalc
 
evaluate(Evaluator) - Method in class mondrian.olap.ExpCacheDescriptor
 
evaluate(Evaluator) - Method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
 
evaluate(Evaluator) - Method in class mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
 
evaluate(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeCalc
 
evaluate(Evaluator) - Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
 
evaluate(List<Object>) - Method in class mondrian.rolap.agg.AbstractColumnPredicate
 
evaluate(List<Object>) - Method in class mondrian.rolap.agg.AndPredicate
 
evaluate(Object) - Method in class mondrian.rolap.agg.ListColumnPredicate
 
evaluate(List<Object>) - Method in class mondrian.rolap.agg.LiteralStarPredicate
 
evaluate(Object) - Method in class mondrian.rolap.agg.LiteralStarPredicate
 
evaluate(List<Object>) - Method in class mondrian.rolap.agg.MemberTuplePredicate
Evaluates a constraint against a list of values.
evaluate(Object) - Method in class mondrian.rolap.agg.MinusStarPredicate
 
evaluate(List<Object>) - Method in class mondrian.rolap.agg.OrPredicate
 
evaluate(Object) - Method in class mondrian.rolap.agg.RangeColumnPredicate
 
evaluate(Object) - Method in class mondrian.rolap.agg.ValueColumnPredicate
 
evaluate(Calc, Hierarchy[], String) - Method in class mondrian.rolap.RolapDependencyTestingEvaluator
 
evaluate(Object) - Method in interface mondrian.rolap.StarColumnPredicate
Returns whether this constraint would return true for a given value.
evaluate(List<Object>) - Method in interface mondrian.rolap.StarPredicate
Evaluates a constraint against a list of values.
evaluate(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
Evaluates the argument.
evaluateBoolean(Evaluator) - Method in interface mondrian.calc.BooleanCalc
Evaluates this expression to yield a boolean value.
evaluateBoolean(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateCurrent() - Method in interface mondrian.olap.Evaluator
Calculates and returns the value of the cell at the current context.
evaluateCurrent() - Method in class mondrian.rolap.RolapEvaluator
 
evaluateCurrentIterable(IterCalc, Evaluator) - Method in class mondrian.olap.fun.AbstractAggregateFunDef
 
evaluateCurrentList(ListCalc, Evaluator) - Static method in class mondrian.olap.fun.AbstractAggregateFunDef
Evaluates the list of members or tuples used in computing the aggregate.
evaluateDateTime(Evaluator) - Method in interface mondrian.calc.DateTimeCalc
Evaluates this expression to yield a Date value.
evaluateDateTime(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateDimension(Evaluator) - Method in interface mondrian.calc.DimensionCalc
Evaluates this expression to yield a dimension.
evaluateDimension(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateDimension(Evaluator) - Method in class mondrian.olap.fun.HierarchyDimensionFunDef.CalcImpl
 
evaluateDouble(Evaluator) - Method in interface mondrian.calc.DoubleCalc
Evaluates this expression to yield a double value.
evaluateDouble(Evaluator) - Method in class mondrian.calc.impl.ConstantCalc
 
evaluateDouble(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateExp(Calc, RolapEvaluator) - Method in class mondrian.rolap.RolapResult
Evaluates an expression.
evaluateHierarchy(Evaluator) - Method in interface mondrian.calc.HierarchyCalc
Evaluates this expression to yield a hierarchy.
evaluateHierarchy(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateHierarchy(Evaluator) - Method in class mondrian.olap.fun.LevelHierarchyFunDef.CalcImpl
 
evaluateHierarchy(Evaluator) - Method in class mondrian.olap.fun.MemberHierarchyFunDef.CalcImpl
 
evaluateInteger(Evaluator) - Method in class mondrian.calc.impl.ConstantCalc
 
evaluateInteger(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateInteger(Evaluator) - Method in interface mondrian.calc.IntegerCalc
Evaluates this expression to yield an int value.
evaluateIterable(Evaluator) - Method in class mondrian.calc.impl.AbstractListCalc
 
evaluateIterable(Evaluator) - Method in class mondrian.calc.impl.GenericIterCalc
 
evaluateIterable(Evaluator) - Method in interface mondrian.calc.IterCalc
Evaluates an expression to yield an Iterable of members or tuples.
evaluateIterable(Evaluator) - Method in class mondrian.olap.fun.CrossJoinFunDef.CrossJoinIterCalc
 
evaluateIterable(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeIterCalc
 
evaluateIterable(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeListCalc
 
evaluateIterable(Evaluator) - Method in class mondrian.olap.fun.SetFunDef.ExprIterCalc
 
evaluateIterable(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
Evaluates the argument to an iterable over members or tuples.
evaluateLevel(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateLevel(Evaluator) - Method in interface mondrian.calc.LevelCalc
Evaluates this expression to yield a level.
evaluateLevel(Evaluator) - Method in class mondrian.olap.fun.MemberLevelFunDef.CalcImpl
 
evaluateList(Evaluator) - Method in class mondrian.calc.impl.GenericIterCalc
 
evaluateList(Evaluator) - Method in class mondrian.calc.impl.IterableListCalc
 
evaluateList(Evaluator) - Method in interface mondrian.calc.ListCalc
Evaluates an expression to yield a list of tuples.
evaluateList(Evaluator) - Method in class mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
 
evaluateList(Evaluator) - Method in class mondrian.olap.fun.DistinctFunDef.CalcImpl
 
evaluateList(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NativeListCalc
 
evaluateList(Evaluator) - Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeListCalc
 
evaluateList(Evaluator) - Method in class mondrian.olap.fun.SetFunDef.SetListCalc
 
evaluateList(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
Evaluates the argument to a list of members or tuples.
evaluateMember(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateMember(Evaluator) - Method in interface mondrian.calc.MemberCalc
Evaluates this expression to yield a member.
evaluateMember(Evaluator) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
 
evaluateMember(Evaluator) - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
 
evaluateMembers(Evaluator, Calc, Iterable<Member>, List<Member>, boolean) - Static method in class mondrian.olap.fun.FunUtil
For each member in a list, evaluates an expression and creates a map from members to values.
evaluateNamedSet(NamedSet, boolean) - Method in class mondrian.rolap.RolapEvaluatorRoot
Evaluates a named set.
evaluateNamedSet(NamedSet, boolean) - Method in class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
 
evaluateScalar(Evaluator) - Method in interface mondrian.spi.UserDefinedFunction.Argument
Evaluates the argument as a scalar expression.
evaluateSet(Evaluator, TupleIterable, Calc) - Static method in class mondrian.olap.fun.FunUtil
Evaluates exp (if defined) over members to generate a List of FunUtil.SetWrapper objects, which contains a Double value and meta information, unlike FunUtil.evaluateMembers(mondrian.olap.Evaluator, mondrian.calc.Calc, java.lang.Iterable, java.util.List, boolean), which only produces values.
evaluateSet(Evaluator, TupleList, DoubleCalc[]) - Static method in class mondrian.olap.fun.FunUtil
Evaluates one or more expressions against the member list returning a SetWrapper array.
evaluateString(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateString(Evaluator) - Method in interface mondrian.calc.StringCalc
Evaluates this expression to yield a String value.
evaluateTuple(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateTuple(Evaluator) - Method in interface mondrian.calc.TupleCalc
Evaluates this expression to yield a tuple.
evaluateTuple(Evaluator) - Method in class mondrian.olap.fun.TupleFunDef.CalcImpl
 
evaluateTupleIterable() - Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
Returns an iterator over the tuples of the named set.
evaluateTupleIterable() - Method in class mondrian.rolap.RolapNamedSetEvaluator
 
evaluateTuples(Evaluator, Calc, TupleList) - Static method in class mondrian.olap.fun.FunUtil
For each tuple in a list, evaluates an expression and creates a map from tuples to values.
evaluateVoid(Evaluator) - Method in class mondrian.calc.impl.GenericCalc
 
evaluateVoid(Evaluator) - Method in interface mondrian.calc.VoidCalc
 
Evaluator - Interface in mondrian.olap
An Evaluator holds the context necessary to evaluate an expression.
evaluator - Variable in class mondrian.rolap.RolapNativeSql
 
Evaluator.NamedSetEvaluator - Interface in mondrian.olap
Interface for evaluating a particular named set.
ex(String) - Method in class mondrian.resource.MondrianResource._Def0
 
ex(String, Throwable) - Method in class mondrian.resource.MondrianResource._Def0
 
ex(String, String) - Method in class mondrian.resource.MondrianResource._Def1
 
ex(String, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def1
 
ex(Number, Number) - Method in class mondrian.resource.MondrianResource._Def10
 
ex(Number) - Method in class mondrian.resource.MondrianResource._Def11
 
ex() - Method in class mondrian.resource.MondrianResource._Def12
 
ex(Number) - Method in class mondrian.resource.MondrianResource._Def13
 
ex(String) - Method in class mondrian.resource.MondrianResource._Def14
 
ex(String) - Method in class mondrian.resource.MondrianResource._Def22
 
ex() - Method in class mondrian.resource.MondrianResource._Def3
 
ex(Throwable) - Method in class mondrian.resource.MondrianResource._Def3
 
ex(String, String, String) - Method in class mondrian.resource.MondrianResource._Def4
 
ex(String, String, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def4
 
ex(Number, String) - Method in class mondrian.resource.MondrianResource._Def6
 
ex(Number, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def6
 
ex(String, String, String, String) - Method in class mondrian.resource.MondrianResource._Def7
 
ex(String, String, String, String, Throwable) - Method in class mondrian.resource.MondrianResource._Def7
 
ex(Number) - Method in class mondrian.resource.MondrianResource._Def8
 
ex(Number, Throwable) - Method in class mondrian.resource.MondrianResource._Def8
 
Excel - Class in mondrian.olap.fun.vba
Implementations of functions in the Excel worksheet library.
Excel() - Constructor for class mondrian.olap.fun.vba.Excel
 
ExcelTest - Class in mondrian.olap.fun.vba
Unit tests for implementations of Excel worksheet functions.
ExcelTest() - Constructor for class mondrian.olap.fun.vba.ExcelTest
 
ExceptFunDef - Class in mondrian.olap.fun
Definition of the Except MDX function.
ExceptFunDef(FunDef) - Constructor for class mondrian.olap.fun.ExceptFunDef
 
exception - Variable in class mondrian.tui.XmlUtil.SaxErrorHandler.ErrorInfo
 
EXCEPTION_EXIT - Static variable in class mondrian.test.MondrianTestRunner
 
excludes - Variable in class mondrian.gui.MondrianGuiDef.AggPattern
 
excludes - Variable in class mondrian.olap.MondrianDef.AggPattern
 
excludeTable(String, List<ExplicitRules.Group>) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules
Returns whether the given is tableName explicitly excluded from consideration as a candidate aggregate table.
excludeTable(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Returns whether the given tableName is excluded.
execute(CacheControl.MemberEditCommand) - Method in interface mondrian.olap.CacheControl
Executes a command that edits the member cache.
execute(Query) - Method in interface mondrian.olap.Connection
Deprecated. This method is deprecated and will be removed in mondrian-4.0. It operates by internally creating a statement. Better to use olap4j and explicitly create a statement.
execute(ResultStyle) - Method in interface mondrian.olap.NativeEvaluator
 
execute() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
Executes a query.
execute() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
execute(String) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
execute(String, int) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
execute(String, int[]) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
execute(String, String[]) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
execute(CacheControl.MemberEditCommand) - Method in class mondrian.rolap.CacheControlImpl
 
execute(List<CacheControl.CellRegion>) - Method in interface mondrian.rolap.CacheControlImpl.MemberEditCommandPlus
Executes this command, and gathers a list of cell regions affected in the cellRegionList parameter.
execute(Query) - Method in class mondrian.rolap.RolapConnection
Deprecated. Use RolapConnection.execute(mondrian.server.Execution); this method will be removed in mondrian-4.0
execute(Execution) - Method in class mondrian.rolap.RolapConnection
Executes a statement.
execute(ResultStyle) - Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
 
execute() - Method in class mondrian.rolap.SqlStatement
Executes the current statement, and handles any SQLException.
execute() - Method in interface mondrian.server.Locus.Action
 
execute(RolapConnection, String, Locus.Action<T>) - Static method in class mondrian.server.Locus
 
execute(Execution, String, Locus.Action<T>) - Static method in class mondrian.server.Locus
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in interface mondrian.spi.UserDefinedFunction
Applies this function to a set of arguments, and returns a result.
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.BasicQueryTest.SleepUdf
 
execute(Connection, String) - Method in class mondrian.test.FoodMartTestCase
Executes a query in a given connection.
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.AnotherMemberErrorUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.MemberNameFunction
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.PlusOneUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.PlusOrMinusOneUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.ReverseFunction
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.ReverseIterableFunction
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.test.UdfTest.StringMultUdf
 
execute(String) - Method in class mondrian.tui.CmdRunner
Executes a query and returns the result as a string.
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.CurrentDateMemberUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.CurrentDateStringUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.InUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.InverseNormalUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.LastNonEmptyUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.MatchesUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.NullValueUdf
 
execute(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.ValUdf
 
executeAfterActions(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeAxis(String) - Method in class mondrian.test.TestContext
Executes a query with a given expression on an axis, and returns the whole axis.
executeBatch() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeBeforeActions(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeCreateTable(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeCube(String) - Method in class mondrian.tui.CmdRunner
 
executeCubeCommand(String, String, StringBuilder) - Method in class mondrian.tui.CmdRunner
 
executeDDL(String) - Method in class mondrian.test.loader.DBLoader
 
executeDistributedTasks(List<Callable<E>>, ExecutorService, boolean) - Static method in class mondrian.olap.Util
Distributes and executes a list of tasks via an executor service.
executeDrillthrough(OlapStatement, String, boolean, String, int[]) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
executeDrillthrough(OlapStatement, String, boolean, String, int[]) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
executeDropTable(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeDropTableRows(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeEcho(String) - Method in class mondrian.tui.CmdRunner
 
executeError(String) - Method in class mondrian.tui.CmdRunner
 
executeExpr(String) - Method in class mondrian.test.FoodMartTestCase
Executes an expression against the Sales cube in the FoodMart database to form a single cell result set, then returns that cell's formatted value.
executeExpr(String) - Method in class mondrian.tui.CmdRunner
 
executeExprRaw(String) - Method in class mondrian.test.TestContext
Executes the expression in the context of the cube indicated by cubeName, and returns the result as a Cell.
executeFile(String) - Method in class mondrian.tui.CmdRunner
 
executeFunc(String) - Method in class mondrian.tui.CmdRunner
 
executeHelp(String) - Static method in class mondrian.tui.CmdRunner
 
executeList(SqlTupleReader) - Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
 
executeList(String) - Method in class mondrian.tui.CmdRunner
 
executeLoadTableRows(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeLog(String) - Method in class mondrian.tui.CmdRunner
 
executeMdxCmd(String) - Method in class mondrian.tui.CmdRunner
 
executeOlap4jQuery(String) - Method in class mondrian.test.TestContext
Executes a query using olap4j.
executeOlapQuery(String) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeOlapQuery(SelectNode) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeOlapQueryInternal(Query, MondrianOlap4jCellSetMetaData) - Method in class mondrian.olap4j.MondrianOlap4jStatement
Executes a parsed query, closing any previously open cellset.
executeParam(String) - Method in class mondrian.tui.CmdRunner
 
executeQuery() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
executeQuery(String) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeQuery(String, Connection) - Method in class mondrian.rolap.BatchTestCase
 
executeQuery(String, Connection) - Method in class mondrian.rolap.DataSourceChangeListenerTest
 
executeQuery(DataSource, String, Locus) - Static method in class mondrian.rolap.RolapUtil
Executes a query, printing to the trace log if tracing is enabled.
executeQuery(DataSource, String, List<SqlStatement.Type>, int, int, Locus, int, int) - Static method in class mondrian.rolap.RolapUtil
Executes a query.
executeQuery(String) - Method in class mondrian.test.FoodMartTestCase
Runs a query.
executeQuery(String) - Method in class mondrian.test.TestContext
Executes a query.
executeQuery2(String, boolean, String, int[]) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeSet(String) - Method in class mondrian.tui.CmdRunner
 
executeSingletonAxis(String) - Method in class mondrian.test.FoodMartTestCase
Executes a set expression which is expected to return 0 or 1 members.
executeSingletonAxis(String) - Method in class mondrian.test.TestContext
Executes a set expression which is expected to return 0 or 1 members.
executeSql - Variable in class mondrian.rolap.BatchTestCase.TestListener
 
executeStatement(String) - Method in class mondrian.test.TestContext
 
executeStatements(DBLoader.Table[]) - Method in class mondrian.test.loader.DBLoader
 
executeStatements(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
executeStatements() - Method in class mondrian.test.loader.DBLoader.Table
 
executeUpdate() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
executeUpdate(String) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeUpdate(String, int) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeUpdate(String, int[]) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executeUpdate(String, String[]) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
executingSql(RolapNative.TupleEvent) - Method in class mondrian.rolap.BatchTestCase.TestListener
 
executingSql(RolapNative.TupleEvent) - Method in interface mondrian.rolap.RolapNative.Listener
 
execution - Variable in class mondrian.olap.ResultBase
 
execution - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
Execution - Class in mondrian.server
Execution context.
Execution(Statement, long) - Constructor for class mondrian.server.Execution
 
execution - Variable in class mondrian.server.Locus
 
ExecutionStatementCleanupException - Variable in class mondrian.resource.MondrianResource
ExecutionStatementCleanupException is 'An exception was encountered while trying to cleanup an execution context.
exists(CellKey) - Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
 
exists(CellKey) - Method in class mondrian.rolap.agg.DenseIntSegmentDataset
 
exists(CellKey) - Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
 
exists(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
Returns whether there is a value at a given coordinate.
exists(CellKey) - Method in class mondrian.rolap.agg.SparseSegmentDataset
 
ExistsFunDef - Class in mondrian.olap.fun
Definition of the EXISTS MDX function.
ExistsFunDef(FunDef) - Constructor for class mondrian.olap.fun.ExistsFunDef
 
exp - Variable in class mondrian.calc.impl.AbstractCalc
 
Exp - Interface in mondrian.olap
An Exp is an MDX expression.
exp - Variable in class mondrian.olap.fun.ParameterFunDef
 
exp(double) - Static method in class mondrian.olap.fun.vba.Vba
 
expand(String, String) - Method in class mondrian.test.DiffRepository
Expands a string containing one or more variables.
ExpandBuff(boolean) - Method in class mondrian.parser.SimpleCharStream
 
ExpandNonNative - Variable in class mondrian.olap.MondrianProperties
If this property is true, when looking for native evaluation of an expression, Mondrian will expand non-native sub-expressions into lists of members.
ExpBase - Class in mondrian.olap
Skeleton implementation of Exp interface.
ExpBase() - Constructor for class mondrian.olap.ExpBase
 
expBias - Static variable in class mondrian.util.Format.FloatingDecimal
 
ExpCacheDescriptor - Class in mondrian.olap
Holds information necessary to add an expression to the expression result cache (see Evaluator.getCachedResult(ExpCacheDescriptor)).
ExpCacheDescriptor(Exp, Calc, Evaluator) - Constructor for class mondrian.olap.ExpCacheDescriptor
Creates a descriptor with a given compiled expression.
ExpCacheDescriptor(Exp, Evaluator) - Constructor for class mondrian.olap.ExpCacheDescriptor
Creates a descriptor.
ExpCacheDescriptor(Exp, ExpCompiler) - Constructor for class mondrian.olap.ExpCacheDescriptor
Creates a descriptor.
expChar - Variable in class mondrian.util.Format.NumericFormat
 
ExpCompiler - Interface in mondrian.calc
Mediates the compilation of an expression (Exp) into a compiled expression (Calc).
ExpCompiler.Factory - Class in mondrian.calc
The ExpCompiler.Factory is used to access ExpCompiler implementations.
ExpCompiler.Factory.Context - Class in mondrian.calc
The ExpCompiler only has two override mechanisms: the ThreadLocal and System Properties.
ExpCompiler.Factory.Context() - Constructor for class mondrian.calc.ExpCompiler.Factory.Context
Creates a Context.
ExpCompilerClass - Variable in class mondrian.olap.MondrianProperties
Property that defines the name of the class used to compile scalar expressions.
expDeps - Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
 
EXPECT - Static variable in interface mondrian.xmla.XmlaRequestCallback
 
EXPECT_100_CONTINUE - Static variable in interface mondrian.xmla.XmlaRequestCallback
 
expectedTokenSequences - Variable in exception mondrian.parser.ParseException
Each entry in this array is an array of integers.
Explain - Class in mondrian.olap
Explain statement.
Explain(QueryPart) - Constructor for class mondrian.olap.Explain
Creates an Explain statement.
EXPLAIN - Static variable in interface mondrian.olap.ParserSym
 
explain(PrintWriter) - Method in class mondrian.olap.Query
 
explain(PrintWriter) - Method in class mondrian.olap.QueryPart
Returns the plan that Mondrian intends to use to execute this query.
EXPLAIN - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
explain(String, QueryTiming) - Method in interface mondrian.spi.ProfileHandler
Called when a statement has finished executing.
explainStatement() - Method in class mondrian.parser.MdxParserImpl
 
ExplicitRecognizer - Class in mondrian.rolap.aggmatcher
This is the Recognizer for the aggregate table descriptions that appear in the catalog schema files; the user explicitly defines the aggregate.
ExplicitRecognizer(ExplicitRules.TableDef, RolapStar, RolapCube, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRecognizer
 
ExplicitRules - Class in mondrian.rolap.aggmatcher
A class containing a RolapCube's Aggregate tables exclude/include criteria.
ExplicitRules.Group - Class in mondrian.rolap.aggmatcher
This class forms a collection of aggregate table explicit rules for a given cube.
ExplicitRules.Group(RolapCube) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.Group
 
ExplicitRules.NameTableDef - Class in mondrian.rolap.aggmatcher
 
ExplicitRules.NameTableDef(String, String, boolean, ExplicitRules.Group) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.NameTableDef
 
ExplicitRules.PatternTableDef - Class in mondrian.rolap.aggmatcher
This class matches candidate aggregate table name with a pattern.
ExplicitRules.PatternTableDef(String, boolean, ExplicitRules.Group) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
 
ExplicitRules.TableDef - Class in mondrian.rolap.aggmatcher
This is the base class for the exact name based and name pattern based aggregate table mapping definitions.
ExplicitRules.TableDef(boolean, ExplicitRules.Group) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
 
ExplicitRules.TableDef.Level - Class in mondrian.rolap.aggmatcher
This class is used to map from a Level's symbolic name, [Time].[Year] to the aggregate table's column name, TIME_YEAR.
ExplicitRules.TableDef.Level(String, String) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Level
 
ExplicitRules.TableDef.Measure - Class in mondrian.rolap.aggmatcher
This class is used to map from a measure's symbolic name, [Measures]&#46;[Unit Sales] to the aggregate table's column name, UNIT_SALES_SUM.
ExplicitRules.TableDef.Measure(String, String) - Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Measure
 
expList() - Method in class mondrian.parser.MdxParserImpl
 
expMask - Static variable in class mondrian.util.Format.FloatingDecimal
 
expOne - Static variable in class mondrian.util.Format.FloatingDecimal
 
EXPONENT - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
expOrEmptyList() - Method in class mondrian.parser.MdxParserImpl
 
ExprAndValueForMemberProperty - Variable in class mondrian.resource.MondrianResource
ExprAndValueForMemberProperty is 'Member property must not have both a value and an expression.
expression - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
Expression - Static variable in class mondrian.olap.Category
Expression is a flag which, when bitwise-OR-ed with a category value, indicates an expression (as opposed to a constant).
expression - Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
expression() - Method in class mondrian.parser.MdxParserImpl
 
expressionEof() - Method in class mondrian.parser.MdxParserImpl
 
expressionOrEmpty() - Method in class mondrian.parser.MdxParserImpl
 
expressions - Variable in class mondrian.gui.MondrianGuiDef.ExpressionView
 
expressions - Variable in class mondrian.olap.MondrianDef.ExpressionView
 
expResultCache - Variable in class mondrian.rolap.RolapEvaluatorRoot
 
expShift - Static variable in class mondrian.util.Format.FloatingDecimal
 
expSign - Variable in class mondrian.util.Format.NumericFormat
 
extendedContext - Variable in class mondrian.rolap.agg.CellRequest
 
extractBodyFromSoap(Document) - Static method in class mondrian.tui.XmlaSupport
 
extractFaultNodesFromSoap(byte[]) - Static method in class mondrian.tui.XmlaSupport
 
extractFaultNodesFromSoap(Document) - Static method in class mondrian.tui.XmlaSupport
 
ExtractFunDef - Class in mondrian.olap.fun
Definition of the Extract MDX function.
extractHeaderAndBodyFromSoap(byte[]) - Static method in class mondrian.tui.XmlaSupport
 
extractHeaderAndBodyFromSoap(Document) - Static method in class mondrian.tui.XmlaSupport
 
extractNewAliases(MondrianDef.RelationOrJoin, MondrianDef.RelationOrJoin) - Method in class mondrian.rolap.RolapCubeHierarchy
Populates the alias map for the old and new relations.
extractNodes(Node, String, String[][]) - Static method in class mondrian.tui.XmlaSupport
Given a Document and an xpath/namespace-array pair, extract and return the Nodes resulting from applying the xpath.
extractNodesFromSoapXmla(byte[]) - Static method in class mondrian.tui.XmlaSupport
 
extractNodesFromSoapXmla(Document) - Static method in class mondrian.tui.XmlaSupport
 
extractNodesFromXmla(byte[]) - Static method in class mondrian.tui.XmlaSupport
 
extractNodesFromXmla(Document) - Static method in class mondrian.tui.XmlaSupport
 
extractSoapResponse(Document, XmlaConstants.Content) - Method in class mondrian.xmla.XmlaBasicTest
 
extraPredicates(SqlQuery) - Method in class mondrian.rolap.agg.AbstractQuerySpec
Adds predicates not associated with columns.
extraProperties - Variable in class mondrian.xmla.Rowset
 
extraTypes - Static variable in class mondrian.test.loader.DBLoader.Type
 

F

fact - Variable in class mondrian.gui.MondrianGuiDef.Cube
The fact table is the source of all measures in this cube.
fact - Variable in class mondrian.olap.MondrianDef.Cube
The fact table is the source of all measures in this cube.
fact - Variable in class mondrian.rolap.HierarchyUsage
Fact table (or relation) which this usage is joining to.
fact - Variable in class mondrian.rolap.RolapCube
For SQL generator.
FACT_COUNT_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
 
FACT_COUNT_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
 
factColumn - Variable in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
factColumn - Variable in class mondrian.olap.MondrianDef.AggForeignKey
 
factcount - Variable in class mondrian.gui.MondrianGuiDef.AggTable
What does the fact_count column look like.
factcount - Variable in class mondrian.olap.MondrianDef.AggTable
What does the fact_count column look like.
factCountExpr - Variable in class mondrian.rolap.RolapAggregator.BaseAggor
 
factCountMatch - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
factCountMatches - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
All shared FactCountMatches.
factCountMatchRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
factCountMeasure - Variable in class mondrian.rolap.RolapCube
 
factCountName - Variable in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
factCountName - Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
 
factor() - Method in class mondrian.parser.MdxParserImpl
 
factory - Variable in class mondrian.olap.Parser
 
Factory - Interface in mondrian.olap4j
Instantiates classes to implement the olap4j API against the Mondrian OLAP engine.
factory - Variable in class mondrian.olap4j.MondrianOlap4jConnection
 
factory - Variable in class mondrian.olap4j.MondrianOlap4jDriver
 
FACTORY - Static variable in class mondrian.spi.impl.AccessDialect
 
FACTORY - Static variable in class mondrian.spi.impl.Db2Dialect
 
FACTORY - Static variable in class mondrian.spi.impl.Db2OldAs400Dialect
 
FACTORY - Static variable in class mondrian.spi.impl.DerbyDialect
 
FACTORY - Static variable in class mondrian.spi.impl.FirebirdDialect
 
FACTORY - Static variable in class mondrian.spi.impl.GreenplumDialect
 
FACTORY - Static variable in class mondrian.spi.impl.HiveDialect
 
FACTORY - Static variable in class mondrian.spi.impl.HsqldbDialect
 
FACTORY - Static variable in class mondrian.spi.impl.InfobrightDialect
 
FACTORY - Static variable in class mondrian.spi.impl.InformixDialect
 
FACTORY - Static variable in class mondrian.spi.impl.IngresDialect
 
FACTORY - Static variable in class mondrian.spi.impl.InterbaseDialect
 
FACTORY - Static variable in class mondrian.spi.impl.LucidDbDialect
 
FACTORY - Static variable in class mondrian.spi.impl.MicrosoftSqlServerDialect
 
FACTORY - Static variable in class mondrian.spi.impl.MySqlDialect
 
FACTORY - Static variable in class mondrian.spi.impl.NeoviewDialect
 
FACTORY - Static variable in class mondrian.spi.impl.NetezzaDialect
 
FACTORY - Static variable in class mondrian.spi.impl.OracleDialect
 
FACTORY - Static variable in class mondrian.spi.impl.PostgreSqlDialect
 
FACTORY - Static variable in class mondrian.spi.impl.SqlStreamDialect
 
FACTORY - Static variable in class mondrian.spi.impl.SybaseDialect
 
FACTORY - Static variable in class mondrian.spi.impl.TeradataDialect
 
FACTORY - Static variable in class mondrian.spi.impl.VectorwiseDialect
 
FACTORY - Static variable in class mondrian.spi.impl.VerticaDialect
 
factory - Variable in class mondrian.web.taglib.DomBuilder
 
FactoryJdbc3Impl - Class in mondrian.olap4j
Implementation of Factory for JDBC 3.0.
FactoryJdbc3Impl() - Constructor for class mondrian.olap4j.FactoryJdbc3Impl
 
FactoryJdbc4Impl - Class in mondrian.olap4j
Implementation of Factory for JDBC 4.0.
FactoryJdbc4Impl() - Constructor for class mondrian.olap4j.FactoryJdbc4Impl
 
FailedCreateNewDefaultAggregateRules - Variable in class mondrian.resource.MondrianResource
FailedCreateNewDefaultAggregateRules is 'Failed to create new default aggregate rules using property ''{0}'' with value ''{1}''.'
FailedToParseQuery - Variable in class mondrian.resource.MondrianResource
FailedToParseQuery is 'Failed to parse query ''{0}'''
FAILURE_EXIT - Static variable in class mondrian.test.MondrianTestRunner
 
failures - Variable in class mondrian.test.TestCaseForker
 
fakeCallCount - Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
 
fakeCount - Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
 
faking - Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
 
FALSE - Static variable in class mondrian.rolap.agg.LiteralStarPredicate
 
FastBatchingCellReader - Class in mondrian.rolap
A FastBatchingCellReader doesn't really Read cells: when asked to look up the values of stored measures, it lies, and records the fact that the value was asked for.
FastBatchingCellReader(RolapCube) - Constructor for class mondrian.rolap.FastBatchingCellReader
 
FastBatchingCellReader.Batch - Class in mondrian.rolap
 
FastBatchingCellReader.Batch(CellRequest) - Constructor for class mondrian.rolap.FastBatchingCellReader.Batch
 
FastBatchingCellReader.CompositeBatch - Class in mondrian.rolap
Set of Batches which can grouped together.
FastBatchingCellReader.CompositeBatch(FastBatchingCellReader.Batch) - Constructor for class mondrian.rolap.FastBatchingCellReader.CompositeBatch
 
FastBatchingCellReader.Loadable - Interface in mondrian.rolap
Encapsulates a common property of FastBatchingCellReader.CompositeBatch and FastBatchingCellReader.CompositeBatch, namely, that they can be asked to load their aggregations into the cache.
FastBatchingCellReaderTest - Class in mondrian.rolap
Test for FastBatchingCellReader.
FastBatchingCellReaderTest() - Constructor for class mondrian.rolap.FastBatchingCellReaderTest
 
FATAL_ERROR_STRING - Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
 
fatalError(SAXParseException) - Method in class mondrian.test.comp.XmlUtility.UtilityErrorHandler
 
fatalError(SAXParseException) - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
FAULT_ACTOR - Static variable in interface mondrian.xmla.XmlaConstants
 
FAULT_FC_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
 
FAULT_FS_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
 
FAULT_NS_PREFIX - Static variable in interface mondrian.xmla.XmlaConstants
 
FauxMemoryMonitor - Class in mondrian.util
The FauxMemoryMonitor implements the MemoryMonitor interface but does nothing: all methods are empty.
FauxMemoryMonitor() - Constructor for class mondrian.util.FauxMemoryMonitor
 
fieldGender - Variable in class mondrian.rolap.BatchTestCase
 
fieldProductDepartment - Variable in class mondrian.rolap.BatchTestCase
 
fieldProductFamily - Variable in class mondrian.rolap.BatchTestCase
 
fieldValueProductDepartment - Variable in class mondrian.rolap.BatchTestCase
 
fieldValuesGender - Variable in class mondrian.rolap.BatchTestCase
 
fieldValuesProductFamily - Variable in class mondrian.rolap.BatchTestCase
 
fieldValuesYear - Variable in class mondrian.rolap.BatchTestCase
 
fieldYear - Variable in class mondrian.rolap.BatchTestCase
 
FILE_NAME_TAG - Static variable in class mondrian.test.loader.CsvDBLoader
 
FileRepository - Class in mondrian.server
Implementation of Repository that reads from a datasources.xml file.
FileRepository(RepositoryContentFinder, CatalogLocator) - Constructor for class mondrian.server.FileRepository
 
fileToDocument(String) - Method in class mondrian.xmla.XmlaBaseTestCase
 
fileToString(String) - Method in class mondrian.xmla.XmlaBaseTestCase
 
FillBuff() - Method in class mondrian.parser.SimpleCharStream
 
filter - Variable in class mondrian.gui.MondrianGuiDef.Table
The SQL WHERE clause expression to be appended to any select statement
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
 
filter(Level, CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
Filters a member set, keeping all members at a given Level.
filter - Variable in class mondrian.olap.MondrianDef.Table
The SQL WHERE clause expression to be appended to any select statement
filter(Iterable<T>, Util.Functor1<Boolean, T>...) - Static method in class mondrian.olap.Util
Applies a collection of filters to an iterable.
filter(RolapLevel) - Method in class mondrian.rolap.CacheControlImpl.EmptyMemberSet
 
filter(Level, CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
 
filter(RolapLevel) - Method in interface mondrian.rolap.CacheControlImpl.MemberSetPlus
Filters this member set, returning a member set containing all members at a given Level.
filter(RolapLevel) - Method in class mondrian.rolap.CacheControlImpl.RangeMemberSet
 
filter(RolapLevel) - Method in class mondrian.rolap.CacheControlImpl.SimpleMemberSet
 
filter(RolapLevel) - Method in class mondrian.rolap.CacheControlImpl.UnionMemberSet
 
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.spi.impl.FilterDynamicSchemaProcessor
Reads the contents of a schema as a stream and returns the result as a string.
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.test.NamedSetTest.MixedNamedSetSchemaProcessor
 
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.test.NamedSetTest.NamedSetsInCubeAndSchemaProcessor
 
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.test.NamedSetTest.NamedSetsInCubeProcessor
 
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.test.SteelWheelsSchemaTest.Mondrian756SchemaProcessor
 
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.test.TestContext.HighCardDynamicSchemaProcessor
 
filter(String, Util.PropertyList, InputStream) - Method in class mondrian.test.TestContext.SnoopingSchemaProcessor
 
filter(String, String, String) - Method in class mondrian.xmla.XmlaBaseTestCase
Filters the content of a test resource.
filter(String, String, String) - Method in class mondrian.xmla.XmlaBasicTest
 
filter(String, String, String) - Method in class mondrian.xmla.XmlaCognosTest
 
filter(String, String, String) - Method in class mondrian.xmla.XmlaExcel2007Test
 
filter2(RolapLevel, RolapLevel, RolapMember, RolapMember) - Method in class mondrian.rolap.CacheControlImpl.RangeMemberSet
 
filterChildElements(Element, String, String) - Static method in class mondrian.xmla.XmlaUtil
 
FilterChildlessSnowflakeMembers - Variable in class mondrian.olap.MondrianProperties
Property that defines whether to generate joins to filter out members in a snowflake dimension that do not have any children.
FilterDynamicSchemaProcessor - Class in mondrian.spi.impl
Implementation of DynamicSchemaProcessor which allows a derived class to easily process a schema file.
FilterDynamicSchemaProcessor() - Constructor for class mondrian.spi.impl.FilterDynamicSchemaProcessor
 
filteredCubes(Schema, Util.Functor1<Boolean, Cube>) - Static method in enum mondrian.xmla.RowsetDefinition
 
FilteredIterableList<T> - Class in mondrian.util
Iterable list which filters undesirable elements.
FilteredIterableList(List<? extends T>, FilteredIterableList.Filter) - Constructor for class mondrian.util.FilteredIterableList
 
FilteredIterableList.Filter<T> - Interface in mondrian.util
Filter to determine which elements should be shown.
FilteredIterableTest - Class in mondrian.util
Unit-test for FilteredIterable
FilteredIterableTest() - Constructor for class mondrian.util.FilteredIterableTest
 
FilteredIterableTest(String) - Constructor for class mondrian.util.FilteredIterableTest
 
filterExpr - Variable in class mondrian.rolap.RolapNativeFilter.FilterConstraint
 
FilterFunDef - Class in mondrian.olap.fun
Definition of the Filter MDX function.
FilterTest - Class in mondrian.rolap
Tests for Filter and native Filters.
FilterTest() - Constructor for class mondrian.rolap.FilterTest
 
FilterTest(String) - Constructor for class mondrian.rolap.FilterTest
 
finalCleanUp() - Method in class mondrian.rolap.aggmatcher.AggTableManager
This should ONLY be called if the AggTableManager is no longer going to be used.
finalCleanUp() - Method in class mondrian.rolap.RolapSchema
 
finalEval() - Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
Returns whether this is a final evaluation; the one that takes place after the while-loop in the RolapResult constructor.
finalize() - Method in class mondrian.rolap.RolapSchema
 
find(String) - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
find(String) - Method in class mondrian.gui.MondrianGuiDef.Join
 
find(String) - Method in class mondrian.gui.MondrianGuiDef.RelationOrJoin
 
find(String) - Method in class mondrian.gui.MondrianGuiDef.Table
 
find(String) - Method in class mondrian.gui.MondrianGuiDef.View
 
find(String) - Method in class mondrian.olap.MondrianDef.InlineTable
 
find(String) - Method in class mondrian.olap.MondrianDef.Join
 
find(String) - Method in class mondrian.olap.MondrianDef.RelationOrJoin
 
find(String) - Method in class mondrian.olap.MondrianDef.Table
 
find(String) - Method in class mondrian.olap.MondrianDef.View
 
findAgg(RolapStar, BitKey, BitKey, boolean[]) - Method in class mondrian.rolap.agg.AggregationManager
Finds an aggregate table in the given star which has the desired levels and measures.
findAncestor(String) - Method in class mondrian.rolap.RolapStar.Table
Returns an ancestor with a given alias, or null if not found.
findBaseCubeHierarchy(RolapHierarchy) - Method in class mondrian.rolap.RolapCube
Locates the base cube hierarchy for a particular virtual hierarchy.
findBaseCubeLevel(RolapLevel) - Method in class mondrian.rolap.RolapCube
Locates the base cube level for a particular virtual level.
findBestMemberMatch(List<? extends Member>, RolapMember, RolapLevel, Id.Segment, MatchType, boolean) - Static method in class mondrian.rolap.RolapUtil
Locates a member specified by its member name, from an array of members.
findChild(MondrianDef.Relation, RolapStar.Condition) - Method in class mondrian.rolap.RolapStar.Table
Returns a child relation which maps onto a given relation, or null if there is none.
findColumn(String) - Method in class mondrian.olap4j.EmptyResultSet
 
findColumn(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
findCubes() - Method in class mondrian.rolap.aggmatcher.Recognizer
Finds all cubes that use this fact table.
findDescendant(String) - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Find descendant of fact table with given name or return null.
findDescendant(String) - Method in class mondrian.rolap.RolapStar.Table
Returns a descendant with a given alias, or null if none found.
findFormula(String) - Method in class mondrian.olap.Query
Looks up a calculated member or set defined in this Query.
findGroupingFunctionIndex(int) - Method in class mondrian.rolap.agg.GroupingSetsList
 
findHierarchy(String, Evaluator) - Method in class mondrian.olap.fun.DimensionsStringFunDef
Looks up a hierarchy in the current cube with a given name.
findMeasures(CacheControl.CellRegion) - Static method in class mondrian.rolap.CacheControlImpl
Returns a list of members of the Measures dimension which are mentioned somewhere in a region specification.
findMember(TestContext, String, String...) - Static method in class mondrian.rolap.MemberCacheControlTest
Finds a Member by its name and the name of its containing cube.
findMember(Object) - Method in class mondrian.rolap.RolapNativeCrossJoin.NonEmptyCrossJoinConstraint
 
findTable(String) - Method in class mondrian.rolap.aggmatcher.AggStar
Find a table by name (alias) that is a descendant of the base fact table.
findTableWithLeftCondition(MondrianDef.Expression) - Method in class mondrian.rolap.RolapStar.Table
This is used during aggregate table validation to make sure that the mapping from for the aggregate join condition is valid.
findTableWithLeftJoinCondition(String) - Method in class mondrian.rolap.RolapStar.Table
Finds the child table of the fact table with the given columnName used in its left join condition.
FirebirdDialect - Class in mondrian.spi.impl
Implementation of Dialect for the Firebird database.
FirebirdDialect(Connection) - Constructor for class mondrian.spi.impl.FirebirdDialect
Creates a FirebirdDialect.
fireEditingCancelled() - Method in class mondrian.gui.SchemaPropertyCellEditor
 
fireEditingStopped() - Method in class mondrian.gui.SchemaPropertyCellEditor
 
fireEditingStopped() - Method in class mondrian.gui.SchemaTreeCellEditor
 
first() - Method in class mondrian.olap4j.EmptyResultSet
 
first() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
first - Variable in class mondrian.parser.MdxParserImpl.JJCalls
 
first() - Method in class mondrian.rolap.agg.SegmentLoader.RowList
Moves to before the first row.
FirstQResolver - Static variable in class mondrian.olap.fun.extra.NthQuartileFunDef
 
FIRSTROWSET - Static variable in interface mondrian.olap.ParserSym
 
FIRSTROWSET - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
fix() - Method in class mondrian.calc.impl.AbstractTupleList
 
fix() - Method in class mondrian.calc.impl.UnaryTupleList
 
fix() - Method in interface mondrian.calc.TupleList
Fixes the tuples of this list, so that their contents will not change even if elements of the list are reordered or removed.
fix(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
fks - Variable in class mondrian.gui.JdbcMetaData.FactTable
Sorted map key = foreign key col, value=primary key table associated with this fk.
FLAG_ALL - Static variable in class mondrian.rolap.RolapLevel
 
FLAG_UNIQUE - Static variable in class mondrian.rolap.RolapLevel
For SQL generator.
flags - Variable in class mondrian.olap.fun.FunDefBase
 
flags - Variable in class mondrian.olap.MemberBase
Combines member type and other properties, such as whether the member is the 'all' or 'null' member of its hierarchy and whether it is a measure or is calculated, into an integer field.
flags - Variable in class mondrian.util.Format.Token
 
flatList(T...) - Static method in class mondrian.olap.Util
Creates a memory-, CPU- and cache-efficient immutable list.
flatList(List<T>) - Static method in class mondrian.olap.Util
Creates a memory-, CPU- and cache-efficient immutable list from an existing list.
flatListCopy(T...) - Static method in class mondrian.olap.Util
Creates a memory-, CPU- and cache-efficient immutable list, always copying the contents.
floor(Calendar) - Static method in class mondrian.util.ScheduleUtil
Returns a calendar rounded down to the previous midnight.
flush(CacheControl.CellRegion) - Method in interface mondrian.olap.CacheControl
Atomically flushes all the cells in the cell cache that correspond to measures in a cube and to a given region.
flush(CacheControl.MemberSet) - Method in interface mondrian.olap.CacheControl
Atomically flushes all members in the member cache which belong to a given set.
flush(CacheControl, RolapCacheRegion) - Method in class mondrian.rolap.agg.Aggregation
 
flush(SegmentHeader.ConstrainedColumn[]) - Method in class mondrian.rolap.agg.MockSegmentCache
 
flush(SegmentHeader.ConstrainedColumn[]) - Static method in class mondrian.rolap.agg.SegmentCacheWorker
Flushes a segment from the cache.
flush(CacheControl.CellRegion) - Method in class mondrian.rolap.CacheControlImpl
 
flush(CacheControl.MemberSet) - Method in class mondrian.rolap.CacheControlImpl
 
flush(CacheControl, CacheControl.CellRegion) - Method in class mondrian.rolap.RolapStar
Flushes the contents of a given region of cells from this star.
flush(SegmentHeader.ConstrainedColumn[]) - Method in interface mondrian.spi.SegmentCache
Flushes a dimensionality region from the cache.
flush() - Method in class mondrian.xmla.impl.DefaultSaxWriter
 
flush() - Method in class mondrian.xmla.impl.JsonSaxWriter
 
flush() - Method in interface mondrian.xmla.SaxWriter
Flushes any unwritten output.
flushBase64() - Method in class mondrian.util.Base64.OutputStream
Method added by PHIL.
flushBuffer() - Method in class mondrian.tui.MockHttpServletResponse
Forces any content in the buffer to be written to the client.
flushCache() - Method in class mondrian.rolap.MemberCacheHelper
 
flushCatalog(String) - Method in class mondrian.server.DynamicContentFinder
 
flushNonUnion(CacheControl.CellRegion) - Method in class mondrian.rolap.CacheControlImpl
 
flushObsoleteCatalogs(DataSourcesConfig.DataSources) - Method in class mondrian.server.DynamicContentFinder
 
flushRegionList(List<CacheControl.CellRegion>) - Method in class mondrian.rolap.CacheControlImpl
Flushes a list of cell regions.
flushSchema(String, String, String, String) - Method in interface mondrian.olap.CacheControl
Flushes the given Schema instance from the pool.
flushSchema(String, DataSource) - Method in interface mondrian.olap.CacheControl
Flushes the given Schema instance from the pool.
flushSchema(Schema) - Method in interface mondrian.olap.CacheControl
Flushes the given Schema instance from the pool
flushSchema(String, String, String, String) - Method in class mondrian.rolap.CacheControlImpl
 
flushSchema(String, DataSource) - Method in class mondrian.rolap.CacheControlImpl
 
flushSchema(Schema) - Method in class mondrian.rolap.CacheControlImpl
Flushes the given RolapSchema instance from the pool
flushSchemaCache() - Method in interface mondrian.olap.CacheControl
Flushes the cache which maps schema URLs to metadata.
flushSchemaCache() - Method in class mondrian.rolap.CacheControlImpl
 
flushSchemaCache() - Method in class mondrian.test.TestContext
 
flushUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
flushes all star usage references
flushUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
flushes all star usage references
flushUsages() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
flushes all star usage references
fold(String) - Static method in class mondrian.test.TestContext
Replaces line-endings in a string with the platform-dependent equivalent.
FONT_FLAGS - Static variable in class mondrian.olap.Property
 
FONT_FLAGS_ORDINAL - Static variable in class mondrian.olap.Property
 
FONT_NAME - Static variable in class mondrian.olap.Property
 
FONT_NAME_ORDINAL - Static variable in class mondrian.olap.Property
 
FONT_SIZE - Static variable in class mondrian.olap.Property
 
FONT_SIZE_ORDINAL - Static variable in class mondrian.olap.Property
 
foo(MondrianOlap4jPreparedStatement.TypeHelper<T>, Type) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
foo(boolean, String, String) - Static method in class mondrian.rolap.sql.SqlQuery.ClauseList
 
foodmart - Static variable in class mondrian.test.CaptionTest.MyFoodmart
 
FoodmartJdbcURL - Variable in class mondrian.olap.MondrianProperties
Property containing the JDBC URL of the FoodMart database.
FoodMartTestCase - Class in mondrian.test
FoodMartTestCase is a unit test which runs against the FoodMart database.
FoodMartTestCase(String) - Constructor for class mondrian.test.FoodMartTestCase
 
FoodMartTestCase() - Constructor for class mondrian.test.FoodMartTestCase
 
FoodMartTestCase.QueryAndResult - Class in mondrian.test
 
FoodMartTestCase.QueryAndResult(String, String) - Constructor for class mondrian.test.FoodMartTestCase.QueryAndResult
 
FOR - Static variable in interface mondrian.olap.ParserSym
 
FOR - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
forCacheRegion(RolapCacheRegion) - Static method in class mondrian.rolap.agg.SegmentHeader
 
forCategory(int) - Static method in enum mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
 
FORCE_PROP - Static variable in class mondrian.test.loader.DBLoader
 
ForceMessageRecorderError - Variable in class mondrian.resource.MondrianResource
ForceMessageRecorderError is 'Context ''{0}'': Client forcing return with errors ''{1,number}'''
forClass(Class<T>) - Static method in class mondrian.util.ServiceDiscovery
Creates a ServiceDiscovery.
forConnection(Connection) - Static method in class mondrian.olap.MondrianServer
Returns the MondrianServer that hosts a given connection.
forDimension(Dimension) - Static method in class mondrian.olap.type.DimensionType
 
forDimension(Dimension) - Static method in class mondrian.olap.type.MemberType
 
FORE_COLOR - Static variable in class mondrian.olap.Property
 
FORE_COLOR_ORDINAL - Static variable in class mondrian.olap.Property
 
forecast(LinReg.Value) - Static method in class mondrian.olap.fun.LinReg
 
FOREIGN_KEY_COLUMN_NAME - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
 
FOREIGN_KEY_COLUMN_USAGE - Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
 
foreignKey - Variable in class mondrian.gui.MondrianGuiDef.CubeDimension
 
foreignKey - Variable in class mondrian.olap.MondrianDef.CubeDimension
 
foreignKeyMatch - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
foreignKeyMatches - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
All shared ForeignKeyMatches.
foreignKeyMatchRef - Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
foreignKeys - Variable in class mondrian.gui.MondrianGuiDef.AggTable
 
foreignKeys - Variable in class mondrian.olap.MondrianDef.AggTable
 
forHierarchy(Hierarchy) - Static method in class mondrian.olap.type.HierarchyType
 
forHierarchy(Hierarchy) - Static method in class mondrian.olap.type.MemberType
 
forId(String) - Static method in class mondrian.olap.MondrianServer
Returns the server with the given id.
forLevel(Level) - Static method in class mondrian.olap.type.LevelType
 
forLevel(Level) - Static method in class mondrian.olap.type.MemberType
 
forLogicalOrdinal(int) - Static method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
Returns an axis with a given number.
FORMAL_COMMENT - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
format(Object) - Method in interface mondrian.olap.Evaluator
Formats a value as a string according to the current context's format.
format(Object, String) - Method in interface mondrian.olap.Evaluator
Formats a value as a string according to the current context's format, using a given format string.
format(Object) - Method in class mondrian.rolap.RolapEvaluator
 
format(Object, String) - Method in class mondrian.rolap.RolapEvaluator
 
format(Object, String) - Method in class mondrian.rolap.RolapResult.CellFormatterValueFormatter
 
format(Object, String) - Method in class mondrian.rolap.RolapResult.FormatValueFormatter
 
format(Object, String) - Method in interface mondrian.rolap.RolapResult.ValueFormatter
Formats a value according to a format string.
Format - Class in mondrian.util
Format formats numbers, strings and dates according to the same specification as Visual Basic's format() function.
Format(String, Locale) - Constructor for class mondrian.util.Format
Constructs a Format in a specific locale.
Format(String, Format.FormatLocale) - Constructor for class mondrian.util.Format
Constructs a Format in a specific locale.
format(double, StringBuilder) - Method in class mondrian.util.Format.AlternateFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.AlternateFormat
 
format(String, StringBuilder) - Method in class mondrian.util.Format.AlternateFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.AlternateFormat
 
format(double, StringBuilder) - Method in class mondrian.util.Format.BasicFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.BasicFormat
 
format(String, StringBuilder) - Method in class mondrian.util.Format.BasicFormat
 
format(Date, StringBuilder) - Method in class mondrian.util.Format.BasicFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.BasicFormat
 
format(double, StringBuilder) - Method in class mondrian.util.Format.CompoundFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.CompoundFormat
 
format(String, StringBuilder) - Method in class mondrian.util.Format.CompoundFormat
 
format(Date, StringBuilder) - Method in class mondrian.util.Format.CompoundFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.CompoundFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.DateFormat
 
format(double, StringBuilder) - Method in class mondrian.util.Format.FallbackFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.FallbackFormat
 
format(String, StringBuilder) - Method in class mondrian.util.Format.FallbackFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.FallbackFormat
 
format(Object) - Method in class mondrian.util.Format
 
format(double, StringBuilder) - Method in class mondrian.util.Format.JavaFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.JavaFormat
 
format(String, StringBuilder) - Method in class mondrian.util.Format.JavaFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.JavaFormat
 
format(double, StringBuilder) - Method in class mondrian.util.Format.LiteralFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.LiteralFormat
 
format(String, StringBuilder) - Method in class mondrian.util.Format.LiteralFormat
 
format(Date, StringBuilder) - Method in class mondrian.util.Format.LiteralFormat
 
format(Calendar, StringBuilder) - Method in class mondrian.util.Format.LiteralFormat
 
format(double, StringBuilder) - Method in class mondrian.util.Format.NumericFormat
 
format(long, StringBuilder) - Method in class mondrian.util.Format.NumericFormat
 
Format.AlternateFormat - Class in mondrian.util
AlternateFormat is an implementation of Format.BasicFormat which allows a different format to be used for different kinds of values.
Format.AlternateFormat(Format.BasicFormat[], Format.FormatLocale) - Constructor for class mondrian.util.Format.AlternateFormat
 
Format.BasicFormat - Class in mondrian.util
BasicFormat is the interface implemented by the classes which do all the work.
Format.BasicFormat() - Constructor for class mondrian.util.Format.BasicFormat
 
Format.BasicFormat(int) - Constructor for class mondrian.util.Format.BasicFormat
 
Format.CompoundFormat - Class in mondrian.util
CompoundFormat is an implementation of Format.BasicFormat where each value is formatted by applying a sequence of format elements.
Format.CompoundFormat(Format.BasicFormat[]) - Constructor for class mondrian.util.Format.CompoundFormat
 
Format.DateFormat - Class in mondrian.util
DateFormat is an element of a Format.CompoundFormat which has a value when applied to a Calendar object.
Format.DateFormat(int, String, Format.FormatLocale, boolean) - Constructor for class mondrian.util.Format.DateFormat
 
Format.FallbackFormat - Class in mondrian.util
FallbackFormat catches un-handled datatypes and prints the original format string.
Format.FallbackFormat(int, String) - Constructor for class mondrian.util.Format.FallbackFormat
 
Format.FDBigInt - Class in mondrian.util
A really, really simple bigint package tailored to the needs of floating base conversion.
Format.FDBigInt(int) - Constructor for class mondrian.util.Format.FDBigInt
 
Format.FDBigInt(long) - Constructor for class mondrian.util.Format.FDBigInt
 
Format.FDBigInt(Format.FDBigInt) - Constructor for class mondrian.util.Format.FDBigInt
 
Format.FloatingDecimal - Class in mondrian.util
Copied from java.lang.FloatingDecimal.
Format.FloatingDecimal(double) - Constructor for class mondrian.util.Format.FloatingDecimal
FIRST IMPORTANT CONSTRUCTOR: DOUBLE
Format.FloatingDecimal(float) - Constructor for class mondrian.util.Format.FloatingDecimal
SECOND IMPORTANT CONSTRUCTOR: SINGLE
Format.FloatingDecimal(long) - Constructor for class mondrian.util.Format.FloatingDecimal
 
Format.FormatLocale - Class in mondrian.util
A FormatLocale contains all information necessary to format objects based upon the locale of the end-user.
Format.JavaFormat - Class in mondrian.util
JavaFormat is an implementation of Format.BasicFormat which prints values using Java's default formatting for their type.
Format.JavaFormat(Locale) - Constructor for class mondrian.util.Format.JavaFormat
 
Format.LiteralFormat - Class in mondrian.util
LiteralFormat is an implementation of Format.BasicFormat which prints a constant value, regardless of the value to be formatted.
Format.LiteralFormat(String) - Constructor for class mondrian.util.Format.LiteralFormat
 
Format.LiteralFormat(int, String) - Constructor for class mondrian.util.Format.LiteralFormat
 
Format.LocaleFormatFactory - Interface in mondrian.util
Locates a Format.FormatLocale for a given locale.
Format.MacroToken - Class in mondrian.util
 
Format.MacroToken(String, String, String) - Constructor for class mondrian.util.Format.MacroToken
 
Format.NumericFormat - Class in mondrian.util
NumericFormat is an implementation of Format.BasicFormat which prints numbers with a given number of decimal places, leading zeroes, in exponential notation, etc.
Format.NumericFormat(String, Format.FormatLocale, int, int, int, int, int, int, int, boolean, boolean, String) - Constructor for class mondrian.util.Format.NumericFormat
 
Format.Token - Class in mondrian.util
 
Format.Token(int, int, String) - Constructor for class mondrian.util.Format.Token
 
FORMAT_EXP - Static variable in class mondrian.olap.Property
Definition of the internal property which holds the parsed format string (an object of type Exp).
FORMAT_EXP_ORDINAL - Static variable in class mondrian.olap.Property
 
FORMAT_MULTI_DIMENSIONAL - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
FORMAT_PROP - Static variable in class mondrian.xmla.XmlaBaseTestCase
 
FORMAT_PROPERTIES - Static variable in class mondrian.olap.Property
The various property names which define a format string.
FORMAT_STRING - Static variable in class mondrian.olap.Property
Definition of the property which holds the format string used to format cell values.
FORMAT_STRING_ORDINAL - Static variable in class mondrian.olap.Property
 
FORMAT_TABLULAR - Static variable in class mondrian.xmla.XmlaBasicTest
 
formatCell(Object) - Method in interface mondrian.spi.CellFormatter
Formats a cell value.
formatCell(Object) - Method in class mondrian.test.UdfTest.FooBarCellFormatter
 
formatCurrency(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
formatCurrency(Object, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatCurrency(Object, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatCurrency(Object, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatCurrency(Object, int, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatDateTime(Date) - Static method in class mondrian.olap.fun.vba.Vba
 
formatDateTime(Date, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatDetail(String) - Static method in exception mondrian.xmla.XmlaException
 
formatErrorInfo(XmlUtil.SaxErrorHandler.ErrorInfo) - Static method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
formatErrorInfos(XmlUtil.SaxErrorHandler) - Static method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
formatFaultCode(XmlaException) - Static method in exception mondrian.xmla.XmlaException
 
formatFaultCode(String, String) - Static method in exception mondrian.xmla.XmlaException
 
formatFaultCode(String, String, String) - Static method in exception mondrian.xmla.XmlaException
 
FormatFunDef - Class in mondrian.olap.fun
Definition of the Format MDX function.
FormatFunDef(FunDef) - Constructor for class mondrian.olap.fun.FormatFunDef
 
formatMember(Member) - Method in interface mondrian.spi.MemberFormatter
Returns the string to be displayed as a caption for a given member.
formatMember(Member) - Method in class mondrian.test.UdfTest.FooBarMemberFormatter
 
formatNull(StringBuilder) - Method in class mondrian.util.Format.AlternateFormat
 
formatNull(StringBuilder) - Method in class mondrian.util.Format.BasicFormat
 
formatNumber(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
formatNumber(Object, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatNumber(Object, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatNumber(Object, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatNumber(Object, int, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatPercent(Object) - Static method in class mondrian.olap.fun.vba.Vba
 
formatPercent(Object, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatPercent(Object, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatPercent(Object, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatPercent(Object, int, int, int, int) - Static method in class mondrian.olap.fun.vba.Vba
 
formatProperty(Member, String, Object) - Method in interface mondrian.spi.PropertyFormatter
 
formatProperty(Member, String, Object) - Method in class mondrian.test.SchemaTest.DummyPropertyFormatter
 
formatProperty(Member, String, Object) - Method in class mondrian.test.UdfTest.FooBarPropertyFormatter
 
formats - Variable in class mondrian.util.Format.AlternateFormat
 
formats - Variable in class mondrian.util.Format.CompoundFormat
 
formatString - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
formatString - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
formatString - Variable in class mondrian.olap.MondrianDef.CalculatedMember
 
formatString - Variable in class mondrian.olap.MondrianDef.Measure
 
formatString - Variable in class mondrian.rolap.RolapResult.CellInfo
 
FORMATTED_VALUE - Static variable in class mondrian.olap.Property
Definition of the property which holds the formatted value of a cell.
FORMATTED_VALUE_ORDINAL - Static variable in class mondrian.olap.Property
 
formatter - Variable in class mondrian.gui.MondrianGuiDef.Level
 
formatter - Variable in class mondrian.gui.MondrianGuiDef.Measure
 
formatter - Variable in class mondrian.gui.MondrianGuiDef.Property
 
formatter - Variable in class mondrian.olap.MondrianDef.Level
 
formatter - Variable in class mondrian.olap.MondrianDef.Measure
 
formatter - Variable in class mondrian.olap.MondrianDef.Property
 
FormatTest - Class in mondrian.util
Unit test for Format.
FormatTest() - Constructor for class mondrian.util.FormatTest
 
formatType - Variable in class mondrian.util.Format.Token
 
formatValueFormatters - Static variable in class mondrian.rolap.RolapResult
Synchronized Map from Locale to ValueFormatter.
forMember(Member) - Static method in class mondrian.olap.type.MemberType
 
forMember(RolapMember) - Static method in class mondrian.rolap.ScenarioImpl
Returns the scenario inside a calculated member in the scenario dimension.
formula - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
formula - Variable in class mondrian.gui.MondrianGuiDef.NamedSet
 
Formula - Class in mondrian.olap
A Formula is a clause in an MDX query which defines a Set or a Member.
Formula(Id, Exp) - Constructor for class mondrian.olap.Formula
Constructs formula specifying a set.
Formula(Id, Exp, MemberProperty[]) - Constructor for class mondrian.olap.Formula
Constructs a formula specifying a member.
Formula(boolean, Id, Exp, MemberProperty[], Member, NamedSet) - Constructor for class mondrian.olap.Formula
 
formula - Variable in class mondrian.olap.MondrianDef.CalculatedMember
 
formula - Variable in class mondrian.olap.MondrianDef.NamedSet
 
FORMULA - Static variable in class mondrian.olap.Property
Definition of the internal property which returns a calculated member's Formula object.
FORMULA_ORDINAL - Static variable in class mondrian.olap.Property
 
FORMULA_STRING - Static variable in interface mondrian.olap.ParserSym
 
formulaElement - Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
MDX expression which gives the value of this member.
formulaElement - Variable in class mondrian.gui.MondrianGuiDef.NamedSet
MDX expression which gives the value of this set.
formulaElement - Variable in class mondrian.olap.MondrianDef.CalculatedMember
MDX expression which gives the value of this member.
formulaElement - Variable in class mondrian.olap.MondrianDef.NamedSet
MDX expression which gives the value of this set.
formulaExpression() - Method in class mondrian.parser.MdxParserImpl
 
forSegment(Segment, List<StarPredicate>) - Static method in class mondrian.rolap.agg.SegmentHeader
Creates a SegmentHeader object describing the supplied Segment object.
forType(Type) - Static method in class mondrian.olap.type.DimensionType
 
forType(Type) - Static method in class mondrian.olap.type.HierarchyType
 
forType(Type) - Static method in class mondrian.olap.type.LevelType
 
forType(Type) - Static method in class mondrian.olap.type.MemberType
 
forType(int, SqlStatement.Type, int) - Static method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
 
forward() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
 
forward() - Method in interface mondrian.calc.TupleCursor
Moves the iterator forward one position.
forward(ServletRequest, ServletResponse) - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
 
foundEvaluator - Variable in class mondrian.rolap.BatchTestCase.TestListener
 
foundEvaluator(RolapNative.NativeEvent) - Method in class mondrian.rolap.BatchTestCase.TestListener
 
foundEvaluator(RolapNative.NativeEvent) - Method in interface mondrian.rolap.RolapNative.Listener
 
foundInCache - Variable in class mondrian.rolap.BatchTestCase.TestListener
 
foundInCache(RolapNative.TupleEvent) - Method in class mondrian.rolap.BatchTestCase.TestListener
 
foundInCache(RolapNative.TupleEvent) - Method in interface mondrian.rolap.RolapNative.Listener
 
fractHOB - Static variable in class mondrian.util.Format.FloatingDecimal
 
fractMask - Static variable in class mondrian.util.Format.FloatingDecimal
 
FRAGMENT_ONE - Static variable in class mondrian.test.DynamicSchemaProcessorTest
 
FRAGMENT_TWO - Static variable in class mondrian.test.DynamicSchemaProcessorTest
 
FREE - Static variable in class mondrian.util.ObjectPool
 
freeEntries - Variable in class mondrian.util.ObjectPool
The number of table entries in state==FREE.
FROM - Static variable in interface mondrian.olap.ParserSym
 
FROM - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
fStarted - Variable in class mondrian.test.MondrianResultPrinter
 
FULL - Static variable in class mondrian.util.ObjectPool
 
FULL_SCHEMA_VALIDATION_FEATURE_ID - Static variable in class mondrian.tui.XmlUtil
 
FunCall - Interface in mondrian.olap
A FunCall is a function applied to a list of operands.
FunctionMbrAndLevelHierarchyMismatch - Variable in class mondrian.resource.MondrianResource
FunctionMbrAndLevelHierarchyMismatch is 'The <level> and <member> arguments to {0} must be from the same hierarchy.
functionName - Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
 
FunctionResolver - Static variable in class mondrian.olap.fun.IsEmptyFunDef
 
FunctionTest - Class in mondrian.olap.fun
FunctionTest tests the functions defined in BuiltinFunTable.
FunctionTest() - Constructor for class mondrian.olap.fun.FunctionTest
Creates a FunctionTest.
FunctionTest(String) - Constructor for class mondrian.olap.fun.FunctionTest
Creates a FuncionTest with an explicit name.
FunDef - Interface in mondrian.olap
FunDef is the definition of an MDX function.
FunDefBase - Class in mondrian.olap.fun
FunDefBase is the default implementation of FunDef.
FunDefBase(String, String, String, Syntax, int, int[]) - Constructor for class mondrian.olap.fun.FunDefBase
Creates an operator.
FunDefBase(String, String, String) - Constructor for class mondrian.olap.fun.FunDefBase
Creates an operator.
FunDefBase(String, String, String, String) - Constructor for class mondrian.olap.fun.FunDefBase
Creates an operator with an explicit signature.
FunDefBase(Resolver, int, int[]) - Constructor for class mondrian.olap.fun.FunDefBase
Convenience constructor when we are created by a Resolver.
FunDefBase(FunDef) - Constructor for class mondrian.olap.fun.FunDefBase
Copy constructor.
FunInfo - Class in mondrian.olap.fun
Support class for the CmdRunner allowing one to view available functions and their syntax.
FunInfo(FunDef) - Constructor for class mondrian.olap.fun.FunInfo
 
FunInfo(MultiResolver) - Constructor for class mondrian.olap.fun.FunInfo
 
FunInfo(Resolver) - Constructor for class mondrian.olap.fun.FunInfo
 
FunInfo(String, String, String) - Constructor for class mondrian.olap.fun.FunInfo
 
FunTable - Interface in mondrian.olap
List of all MDX functions.
funTable - Static variable in class mondrian.olap.ParserTest
 
FunTable.Builder - Interface in mondrian.olap
Builder that assists with the construction of a function table by providing callbacks to define functions.
FunTableImpl - Class in mondrian.olap.fun
Abstract implementation of FunTable.
FunTableImpl() - Constructor for class mondrian.olap.fun.FunTableImpl
Creates a FunTableImpl.
FunUtil - Class in mondrian.olap.fun
FunUtil contains a set of methods useful within the mondrian.olap.fun package.
FunUtil() - Constructor for class mondrian.olap.fun.FunUtil
 
FunUtil.DescendingValueComparator - Class in mondrian.olap.fun
Compares cell values, so that larger values compare first.
FunUtil.DescendingValueComparator() - Constructor for class mondrian.olap.fun.FunUtil.DescendingValueComparator
 
FunUtil.Flag - Enum in mondrian.olap.fun
Enumeration of the flags allowed to the ORDER MDX function.
FunUtil.ObjIntPair<T> - Class in mondrian.olap.fun
Tuple consisting of an object and an integer.
FunUtil.ObjIntPair(T, int) - Constructor for class mondrian.olap.fun.FunUtil.ObjIntPair
 
FunUtil.OrderKey - Class in mondrian.olap.fun
 
FunUtil.OrderKey(Member) - Constructor for class mondrian.olap.fun.FunUtil.OrderKey
 
FunUtil.Quicksorter<T> - Class in mondrian.olap.fun
A functional for FunUtil.partialSort(T[], java.util.Comparator, int).
FunUtil.Quicksorter(T[], Comparator<T>) - Constructor for class mondrian.olap.fun.FunUtil.Quicksorter
 
FunUtil.SetWrapper - Class in mondrian.olap.fun
 
FunUtil.SetWrapper() - Constructor for class mondrian.olap.fun.FunUtil.SetWrapper
 
FunUtil.SortKeySpec - Class in mondrian.olap.fun
 
FunUtil.SortKeySpec(Calc, FunUtil.Flag) - Constructor for class mondrian.olap.fun.FunUtil.SortKeySpec
 
FunUtil.TupleExpMemoComparator - Class in mondrian.olap.fun
 
FunUtil.TupleExpMemoComparator(Evaluator, Calc, int) - Constructor for class mondrian.olap.fun.FunUtil.TupleExpMemoComparator
 
fV(double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
 
fV(double, double, double, double) - Static method in class mondrian.olap.fun.vba.Vba
 
fV(double, double, double, double, boolean) - Static method in class mondrian.olap.fun.vba.Vba
 
fWriter - Variable in class mondrian.test.MondrianResultPrinter
 

G

GE - Static variable in interface mondrian.olap.ParserSym
 
GE - Static variable in interface mondrian.parser.MdxParserImplConstants
RegularExpression Id.
gen - Variable in class mondrian.parser.MdxParserImpl.JJCalls
 
genderMembersIncludingAll(boolean, SchemaReader, Cube) - Method in class mondrian.test.FoodMartTestCase
 
generate(List<ResultStyle>, List<ResultStyle>) - Static method in exception mondrian.olap.ResultStyleException
 
generate(int[]) - Method in interface mondrian.rolap.RolapResult.CellInfoPool.CellKeyMaker
 
generate(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoPool.Four
 
generate(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoPool.One
 
generate(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoPool.Three
 
generate(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoPool.Two
 
generate(int[]) - Method in class mondrian.rolap.RolapResult.CellInfoPool.Zero
 
generate(SortedMap<String, PropertyUtil.PropertyDef>, File, PrintWriter) - Method in enum mondrian.util.PropertyUtil.Generator
 
generateAfterActions(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
GenerateAggregateSql - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls whether to print the SQL code generated for aggregate tables.
generateBadType(List<ResultStyle>, ResultStyle) - Static method in exception mondrian.olap.ResultStyleException
 
generateBeforeActions(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
generateCountExpression(String) - Method in interface mondrian.spi.Dialect
Some databases, like Greenplum, don't include nulls as part of the results of a COUNT sql call.
generateCountExpression(String) - Method in class mondrian.spi.impl.GreenplumDialect
 
generateCountExpression(String) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
generateCreateTable(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
generatedExpectResponse(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Static method in class mondrian.xmla.XmlaRequestCallback.Helper
 
generateDropTable(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
generateDropTableRows(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
generateExpectedString(Properties) - Method in class mondrian.xmla.XmlaBaseTestCase
 
generateExprString(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
Generates a SQL expression, which typically this looks like this: tableName.columnName.
generateExprString(SqlQuery) - Method in class mondrian.rolap.RolapStar.Column
Generates a SQL expression, which typically this looks like this: tableName.columnName.
generateFilterCondition(Exp) - Method in class mondrian.rolap.RolapNativeSql
 
GenerateFormattedSql - Variable in class mondrian.olap.MondrianProperties
Boolean property that controls pretty-print mode.
GenerateFunDef - Class in mondrian.olap.fun
Definition of the Generate MDX function.
GenerateFunDef(FunDef) - Constructor for class mondrian.olap.fun.GenerateFunDef
 
generateImpliedMeasures() - Method in class mondrian.rolap.aggmatcher.Recognizer
An implied measure in an aggregate table is one where there is both a sum and average measures in the base fact table and the aggregate table has either a sum or average, the other measure is implied and can be generated from the measure and the fact_count column.
generateInline(List<String>, List<String>, List<String[]>) - Method in interface mondrian.spi.Dialect
Generates a SQL statement to represent an inline dataset.
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.AccessDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.DerbyDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.HiveDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.HsqldbDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.IngresDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.MicrosoftSqlServerDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.MySqlDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.NeoviewDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.OracleDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.TeradataDialect
 
generateInline(List<String>, List<String>, List<String[]>) - Method in class mondrian.spi.impl.VerticaDialect
 
generateInlineForAnsi(String, List<String>, List<String>, List<String[]>, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
Generates inline values list using ANSI 'VALUES' syntax.
generateInlineGeneric(List<String>, List<String>, List<String[]>, String, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
Generic algorithm to generate inline values list, using an optional FROM clause, specified by the caller of this method, appropriate to the dialect of SQL.
generateLowThreshold() - Method in class mondrian.util.AbstractMemoryMonitor
Returns the lowest threshold from the list of Listeners.
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.AccessDialect
 
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.FirebirdDialect
 
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.HiveDialect
 
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
Generates SQL to force null values to collate last.
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.MySqlDialect
 
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.OracleDialect
 
generateOrderByNulls(String, boolean, boolean) - Method in class mondrian.spi.impl.PostgreSqlDialect
 
generateOrderByNullsAnsi(String, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
Implementation for the JdbcDialectImpl.generateOrderByNulls(java.lang.String, boolean, boolean) method that uses the ANSI syntax "expr direction NULLS LAST" and "expr direction NULLS FIRST".
generateOrderItem(String, boolean, boolean, boolean) - Method in interface mondrian.spi.Dialect
Generates an item for an ORDER BY clause, sorting in the required direction, and ensuring that NULL values collate either before or after all non-NULL values, depending on the collateNullsLast parameter.
generateOrderItem(String, boolean, boolean) - Method in class mondrian.spi.impl.InfobrightDialect
 
generateOrderItem(String, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
generateOrderItem(String, boolean, boolean, boolean) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
generateParseException() - Method in class mondrian.parser.MdxParserImpl
Generate ParseException.
generateRegularExpression(String, String) - Method in interface mondrian.spi.Dialect
Must generate a String representing a regular expression match operation between a string literal and a Java regular expression.
generateRegularExpression(String, String) - Method in class mondrian.spi.impl.JdbcDialectImpl
 
generateRegularExpression(String, String) - Method in class mondrian.spi.impl.MySqlDialect
 
generateRegularExpression(String, String) - Method in class mondrian.spi.impl.OracleDialect
 
generateRegularExpression(String, String) - Method in class mondrian.spi.impl.PostgreSqlDialect
 
generateRequestString(Properties) - Method in class mondrian.xmla.XmlaBaseTestCase
 
generateRollupString(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
Generates an expression to rollup this measure from a previous result.
generateSelectForLevels(DataSource, RolapCube, SqlTupleReader.WhichSelect) - Method in class mondrian.rolap.SqlTupleReader
Generates the SQL string corresponding to the levels referenced.
generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
 
generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.impl.DefaultXmlaServlet
 
generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.XmlaBaseTestCase.CallBack
 
generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.XmlaBaseTestCase.XmlaRequestCallbackImpl
 
generateSessionId(Map<String, Object>) - Method in class mondrian.xmla.XmlaErrorTest.Callback
 
generateSessionId(Map<String, Object>) - Method in interface mondrian.xmla.XmlaRequestCallback
The Callback is requested to generate a sequence id string.
generateSql(SqlQuery) - Method in class mondrian.rolap.agg.AggQuerySpec
 
generateSql(GroupingSetsList, List<StarPredicate>) - Method in class mondrian.rolap.agg.AggregationManager
Generates the query to retrieve the cells for a list of segments.
generateSql(List<RolapStar.Column>, List<String>) - Method in class mondrian.rolap.RolapStar
Generates a SQL statement to read all instances of the given attributes.
generateSqlQuery() - Method in class mondrian.rolap.agg.AbstractQuerySpec
 
generateSqlQuery() - Method in class mondrian.rolap.agg.AggQuerySpec
 
generateSqlQuery() - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
generateSqlQuery() - Method in interface mondrian.rolap.agg.QuerySpec
 
generateStatements(DBLoader.Table[]) - Method in class mondrian.test.loader.DBLoader
 
generateStatements(DBLoader.Table) - Method in class mondrian.test.loader.DBLoader
 
generateTopCountOrderBy(Exp) - Method in class mondrian.rolap.RolapNativeSql
Generates an aggregate of a measure, e.g.
generateUuidString() - Static method in class mondrian.olap.Util
Generates a unique id.
generateUuidString() - Method in interface mondrian.util.UtilCompatible
 
generateUuidString() - Method in class mondrian.util.UtilCompatibleJdk14
 
generateUuidString() - Method in class mondrian.util.UtilCompatibleJdk15
 
generateUuidStringStatic() - Static method in class mondrian.util.UtilCompatibleJdk14
 
GenericCalc - Class in mondrian.calc.impl
Adapter which computes a scalar or tuple expression and converts it to any required type.
GenericCalc(Exp) - Constructor for class mondrian.calc.impl.GenericCalc
Creates a GenericCalc without specifying child calculated expressions.
GenericCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.GenericCalc
Creates an GenericCalc.
GenericIterCalc - Class in mondrian.calc.impl
Adapter which computes a set expression and converts it to any list or iterable type.
GenericIterCalc(Exp) - Constructor for class mondrian.calc.impl.GenericIterCalc
Creates a GenericIterCalc without specifying child calculated expressions.
GenericIterCalc(Exp, Calc[]) - Constructor for class mondrian.calc.impl.GenericIterCalc
Creates an GenericIterCalc.
genIterCalc(ResolvedFunCall, IterCalc, Calc) - Method in class mondrian.olap.fun.SumFunDef
 
genListCalc(ResolvedFunCall, ListCalc, Calc) - Method in class mondrian.olap.fun.SumFunDef
 
get(int, int) - Method in class mondrian.calc.impl.AbstractTupleList
 
get(int, int) - Method in class mondrian.calc.impl.ArrayTupleList
 
get(int) - Method in class mondrian.calc.impl.ArrayTupleList
 
get(int) - Method in class mondrian.calc.impl.DelegatingTupleList
 
get(int, int) - Method in class mondrian.calc.impl.ListTupleList
 
get(int) - Method in class mondrian.calc.impl.ListTupleList
 
get(int, int) - Method in class mondrian.calc.impl.UnaryTupleList
 
get(int) - Method in class mondrian.calc.impl.UnaryTupleList
 
get(int, int) - Method in interface mondrian.calc.TupleList
Returns a particular column of a particular row.
get(MemberProperty[], String) - Static method in class mondrian.olap.MemberProperty
Retrieves a property by name from an array.
get(int) - Method in class mondrian.olap.Util.Flat2List
 
get(int) - Method in class mondrian.olap.Util.Flat3List
 
get(String) - Method in class mondrian.olap.Util.PropertyList
 
get(String, String) - Method in class mondrian.olap.Util.PropertyList
 
get(XmlaOlap4jServerInfos, String) - Method in class mondrian.olap4j.MondrianInprocProxy
 
get(SegmentHeader) - Method in class mondrian.rolap.agg.MockSegmentCache
 
get(SegmentHeader) - Static method in class mondrian.rolap.agg.SegmentCacheWorker
Returns a segment body corresponding to a header.
get(int) - Method in class mondrian.rolap.BitKey.Big
 
get(int) - Method in interface mondrian.rolap.BitKey
Returns the value of the bit with the specified index.
get(int) - Method in class mondrian.rolap.BitKey.Mid128
 
get(int) - Method in class mondrian.rolap.BitKey.Small
 
get(K) - Method in class mondrian.rolap.cache.HardSmartCache
 
get(K) - Method in interface mondrian.rolap.cache.SmartCache
 
get(K) - Method in class mondrian.rolap.cache.SoftSmartCache
 
get(RolapEvaluator) - Method in interface mondrian.rolap.CellReader
Returns the value of the cell which has the context described by the evaluator.
get(RolapEvaluator) - Method in class mondrian.rolap.FastBatchingCellReader
 
get(String, String, String, String, Util.PropertyList) - Method in class mondrian.rolap.RolapSchema.Pool
 
get(String, DataSource, Util.PropertyList) - Method in class mondrian.rolap.RolapSchema.Pool
 
get(K, SqlConstraint) - Method in class mondrian.rolap.SmartMemberListCache
 
get() - Method in interface mondrian.rolap.SqlStatement.Accessor
 
get(ResultSet, int) - Method in enum mondrian.rolap.SqlStatement.Type
 
get(SegmentHeader) - Method in interface mondrian.spi.SegmentCache
Returns a future SegmentBody object once the cache has returned any results, or null of no segment corresponding to the header could be found.
get(String, String) - Method in class mondrian.test.DiffRepository
 
get(String, String, String) - Method in class mondrian.test.DiffRepository
Returns a given resource from a given testcase.
get(Object) - Method in class mondrian.util.CacheMap
 
get(int) - Method in class mondrian.util.CartesianProductList
 
get(int) - Method in class mondrian.util.CombiningGenerator
 
get(int) - Method in class mondrian.util.CompositeList
 
get(int) - Method in class mondrian.util.ConcatenableList
 
get(int) - Method in class mondrian.util.FilteredIterableList
 
get(String, Locale) - Static method in class mondrian.util.Format
Constructs a Format in a specific locale, or retrieves one from the cache if one already exists.
get(Locale) - Method in interface mondrian.util.Format.LocaleFormatFactory
 
get(String) - Method in class mondrian.util.LockBox
Retrieves an entry using its string moniker.
get(SpatialValueTree.SpatialRegion<K, E>) - Method in interface mondrian.util.SpatialValueTree
Looks up all the values registered in nodes intersecting with the provided region key.
get(SpatialValueTree2.SpatialRegionRequest) - Method in interface mondrian.util.SpatialValueTree2
Looks up all the values registered in nodes intersecting with the provided region key.
get(int) - Method in class mondrian.util.TraversalList
 
get(int) - Method in class mondrian.util.UnsupportedList
 
get(String) - Method in class mondrian.xmla.Rowset.Row
Retrieves the value of a field with a given name, or null if the field's value is not defined.
get(Object) - Method in class mondrian.xmla.RowsetDefinition.Column
Retrieves a value of this column from a row.
getAcceptableResultStyles() - Method in interface mondrian.calc.ExpCompiler
Returns a list of the ResultStyles acceptable to the caller.
getAcceptableResultStyles() - Method in class mondrian.calc.impl.AbstractExpCompiler
 
getAcceptableResultStyles() - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
getAccess(Schema) - Method in class mondrian.olap.DelegatingRole
 
getAccess(Cube) - Method in class mondrian.olap.DelegatingRole
 
getAccess(Dimension) - Method in class mondrian.olap.DelegatingRole
 
getAccess(Hierarchy) - Method in class mondrian.olap.DelegatingRole
 
getAccess(Level) - Method in class mondrian.olap.DelegatingRole
 
getAccess(Member) - Method in class mondrian.olap.DelegatingRole
 
getAccess(NamedSet) - Method in class mondrian.olap.DelegatingRole
 
getAccess(Schema) - Method in interface mondrian.olap.Role
Returns the access this role has to a given schema.
getAccess(Cube) - Method in interface mondrian.olap.Role
Returns the access this role has to a given cube.
getAccess(Dimension) - Method in interface mondrian.olap.Role
Returns the access this role has to a given dimension.
getAccess(Hierarchy) - Method in interface mondrian.olap.Role
Returns the access this role has to a given hierarchy.
getAccess(Level) - Method in interface mondrian.olap.Role
Returns the access this role has to a given level.
getAccess(Member) - Method in interface mondrian.olap.Role
Returns the access this role has to a given member.
getAccess(NamedSet) - Method in interface mondrian.olap.Role
Returns the access this role has to a given named set.
getAccess(Member) - Method in interface mondrian.olap.Role.HierarchyAccess
Returns the access the current role has to a given member.
getAccess(Member) - Method in class mondrian.olap.RoleImpl.CachingHierarchyAccess
 
getAccess(Member) - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
 
getAccess(Schema) - Method in class mondrian.olap.RoleImpl
 
getAccess(Cube) - Method in class mondrian.olap.RoleImpl
 
getAccess(Dimension) - Method in class mondrian.olap.RoleImpl
 
getAccess(Hierarchy) - Method in class mondrian.olap.RoleImpl
 
getAccess(Level) - Method in class mondrian.olap.RoleImpl
 
getAccess(Member) - Method in class mondrian.olap.RoleImpl
 
getAccess(NamedSet) - Method in class mondrian.olap.RoleImpl
 
getAccess(Schema) - Method in class mondrian.olap.UnionRoleImpl
 
getAccess(Cube) - Method in class mondrian.olap.UnionRoleImpl
 
getAccess(Dimension) - Method in class mondrian.olap.UnionRoleImpl
 
getAccess(Hierarchy) - Method in class mondrian.olap.UnionRoleImpl
 
getAccess(Level) - Method in class mondrian.olap.UnionRoleImpl
 
getAccess(Member) - Method in class mondrian.olap.UnionRoleImpl
 
getAccess(NamedSet) - Method in class mondrian.olap.UnionRoleImpl
 
getAccessDetails(Hierarchy) - Method in class mondrian.olap.DelegatingRole
Returns the details of this hierarchy's access, or null if the hierarchy has not been given explicit access.
getAccessDetails(Hierarchy) - Method in interface mondrian.olap.Role
Returns the details of this hierarchy's access, or null if the hierarchy has not been given explicit access.
getAccessDetails(Hierarchy) - Method in class mondrian.olap.RoleImpl
 
getAccessDetails(Hierarchy) - Method in class mondrian.olap.UnionRoleImpl
 
getAccessors() - Method in class mondrian.rolap.SqlStatement
 
getActions(String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getActiveNativeExpansions() - Method in class mondrian.rolap.RolapEvaluator
Set of expressions actively being expanded.
getAfterActions() - Method in class mondrian.test.loader.DBLoader.Table
 
getAggExcludes() - Method in class mondrian.gui.MondrianGuiDef.AggPattern
 
getAggExcludes() - Method in class mondrian.gui.MondrianGuiDef.Table
 
getAggExcludes() - Method in class mondrian.olap.MondrianDef.AggPattern
 
getAggExcludes() - Method in class mondrian.olap.MondrianDef.Table
 
getAggFactCount() - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
getAggFactCount() - Method in class mondrian.olap.MondrianDef.AggTable
 
getAggForeignKeys() - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
getAggForeignKeys() - Method in class mondrian.olap.MondrianDef.AggTable
 
getAggGroup() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get the Group with which is a part.
getAggGroup() - Method in class mondrian.rolap.RolapCube
 
getAggGroups(RolapStar) - Method in class mondrian.rolap.aggmatcher.AggTableManager
Returns a list containing every ExplicitRules.Group in every cubes in a given RolapStar.
getAggIgnoreColumns() - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
getAggIgnoreColumns() - Method in class mondrian.olap.MondrianDef.AggTable
 
getAggLevels() - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
getAggLevels() - Method in class mondrian.olap.MondrianDef.AggTable
 
getAggMeasures() - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
getAggMeasures() - Method in class mondrian.olap.MondrianDef.AggTable
 
getAggregateChildrenExpression() - Method in class mondrian.rolap.RolapHierarchy
Returns an expression which will compute a member's value by aggregating its children.
getAggregateFK(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get the name of the aggregate table's foreign key column that matches the base fact table's foreign key column or return null.
getAggregateFKColumnName() - Method in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
getAggregateFKColumnName() - Method in class mondrian.olap.MondrianDef.AggForeignKey
 
getAggregationLists() - Method in class mondrian.rolap.RolapEvaluator
 
getAggregator() - Method in class mondrian.olap4j.MondrianOlap4jMeasure
 
getAggregator() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
Get this Measure's RolapAggregator.
getAggregator() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
Returns the aggregator associated with this usage (if its a measure usage, otherwise null).
getAggregator() - Method in class mondrian.rolap.RolapBaseCubeMeasure
 
getAggregator() - Method in class mondrian.rolap.RolapStar.Measure
 
getAggregator() - Method in interface mondrian.rolap.RolapStoredMeasure
Returns the aggregation function which rolls up this measure: "SUM", "COUNT", etc.
getAggregator() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
 
getAggRule(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getAggRule() - Method in class mondrian.rolap.aggmatcher.DefaultRules
Returns the DefaultDef.AggRule whose tag equals this rule's tag.
getAggRule(String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
Returns the DefaultDef.AggRule whose tag equals the parameter tag, or null if not found.
getAggRules() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getAggStar() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Get this table's enclosing AggStar.
getAggStars() - Method in class mondrian.rolap.RolapStar
Returns this RolapStar's aggregate table AggStars, ordered in ascending order of size.
getAggTables() - Method in class mondrian.gui.MondrianGuiDef.Table
 
getAggTables() - Method in class mondrian.olap.MondrianDef.Table
 
getAlias() - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
getAlias() - Method in class mondrian.gui.MondrianGuiDef.Relation
 
getAlias() - Method in class mondrian.gui.MondrianGuiDef.Table
Returns the alias or, if it is null, the table name.
getAlias() - Method in class mondrian.gui.MondrianGuiDef.View
 
getAlias() - Method in class mondrian.olap.MondrianDef.InlineTable
 
getAlias() - Method in class mondrian.olap.MondrianDef.Relation
 
getAlias() - Method in class mondrian.olap.MondrianDef.Table
Returns the alias or, if it is null, the table name.
getAlias() - Method in class mondrian.olap.MondrianDef.View
 
getAlias() - Method in class mondrian.rolap.RolapHierarchy
 
getAlias() - Method in class mondrian.rolap.RolapStar.Table
 
getAlias(String) - Method in class mondrian.rolap.sql.SqlQuery
 
getAliasList() - Method in class mondrian.rolap.RolapStar
Returns a list of all aliases used in this star.
getAllColumns(String, String) - Method in class mondrian.gui.JdbcMetaData
Gets all columns of given table in schema.
getAllDbColumns(String, String) - Method in class mondrian.gui.JdbcMetaData
Returns all columns of given table in schema.
getAllLevelName() - Method in class mondrian.olap.HierarchyBase
Returns the name of the 'all' level in this hierarchy.
getAllLevelName() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getAllMember() - Method in interface mondrian.olap.Hierarchy
Returns the "All" member of this hierarchy.
getAllMember() - Method in class mondrian.rolap.RolapCubeHierarchy
Returns the 'all' member.
getAllMember() - Method in class mondrian.rolap.RolapHierarchy
Returns the 'all' member.
getAllMemberName() - Method in class mondrian.olap.HierarchyBase
 
getAllMemberName() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getAllMembers(SchemaReader, Hierarchy) - Static method in class mondrian.rolap.RolapMemberBase
Returns a list of member lists where the first member list is the root members while the last member array is the leaf members.
getAllSchemas() - Method in class mondrian.gui.JdbcMetaData
 
getAllTables(String) - Method in class mondrian.gui.JdbcMetaData
Returns all tables in a given schema.
getAllTables(String, String) - Method in class mondrian.gui.JdbcMetaData
Returns all tables in given schema minus the given table name.
getAncestor(int) - Method in class mondrian.olap.Walker
 
getAncestorMembers() - Method in class mondrian.olap.fun.TestMember
 
getAncestorMembers() - Method in interface mondrian.olap.Member
Deprecated. Use SchemaReader.getMemberAncestors(Member, java.util.List).
getAncestorMembers() - Method in class mondrian.olap.MemberBase
 
getAncestorMembers() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getAncestorMembers() - Method in class mondrian.rolap.DelegatingRolapMember
 
getAncestorOrdinal(int) - Method in class mondrian.olap.Walker
get the ordinal within its parent node of the iDepthth ancestor.
getAnnotation(Method, String, T) - Static method in class mondrian.olap.Util
Returns an annotation of a particular class on a method.
getAnnotation(Method, String, T) - Method in interface mondrian.util.UtilCompatible
 
getAnnotation(Method, String, T) - Method in class mondrian.util.UtilCompatibleJdk14
 
getAnnotation(Method, String, T) - Method in class mondrian.util.UtilCompatibleJdk15
 
getAnnotationMap() - Method in interface mondrian.olap.Annotated
Returns a list of annotations.
getAnnotationMap() - Method in class mondrian.olap.fun.TestMember
 
getAnnotationMap() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getAnnotationMap() - Method in class mondrian.olap.SetBase
 
getAnnotationMap() - Method in class mondrian.rolap.DelegatingRolapMember
 
getAnnotationMap() - Method in class mondrian.rolap.RolapBaseCubeMeasure
 
getAnnotationMap() - Method in class mondrian.rolap.RolapCalculatedMember
 
getAnnotationMap() - Method in class mondrian.rolap.RolapCube
 
getAnnotationMap() - Method in class mondrian.rolap.RolapDimension
 
getAnnotationMap() - Method in class mondrian.rolap.RolapHierarchy
 
getAnnotationMap() - Method in class mondrian.rolap.RolapLevel
 
getAnnotationMap() - Method in class mondrian.rolap.RolapMemberBase
 
getAnnotationMap() - Method in class mondrian.rolap.RolapSchema
 
getAnnotationMap() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
 
getApproxRowCount() - Method in interface mondrian.olap.Level
Returns the approximate number of members in this level, or Integer.MIN_VALUE if no approximation is known.
getApproxRowCount() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Returns an approximate number of rows in this table.
getApproxRowCount() - Method in class mondrian.rolap.RolapLevel
 
getApproxRowCountAttribute() - Method in class mondrian.gui.MondrianGuiDef.AggName
 
getApproxRowCountAttribute() - Method in class mondrian.olap.MondrianDef.AggName
 
getArg(int) - Method in class mondrian.mdx.ResolvedFunCall
Returns the Exp argument at the specified index.
getArg(int) - Method in class mondrian.mdx.UnresolvedFunCall
Returns the Exp argument at the specified index.
getArg(int) - Method in interface mondrian.olap.FunCall
Returns the indexth argument to this function call.
getArgCount() - Method in class mondrian.mdx.ResolvedFunCall
Returns the number of arguments.
getArgCount() - Method in class mondrian.mdx.UnresolvedFunCall
Returns the number of arguments.
getArgCount() - Method in interface mondrian.olap.FunCall
Returns the number of arguments to this function.
getArgs() - Method in class mondrian.mdx.ResolvedFunCall
Returns the internal array of Exp arguments.
getArgs() - Method in class mondrian.mdx.UnresolvedFunCall
Returns the internal array of Exp arguments.
getArgs() - Method in interface mondrian.olap.FunCall
Returns the arguments to this function.
getArguments() - Method in class mondrian.calc.impl.AbstractCalc
Returns any other arguments to this calc.
getArity() - Method in class mondrian.calc.impl.AbstractTupleCursor
 
getArity() - Method in class mondrian.calc.impl.AbstractTupleIterable
 
getArity() - Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
 
getArity() - Method in class mondrian.calc.impl.AbstractTupleList
 
getArity() - Method in class mondrian.calc.impl.UnaryTupleList
 
getArity() - Method in interface mondrian.calc.TupleCursor
Returns the number of members in each tuple.
getArity() - Method in interface mondrian.calc.TupleIterable
Returns the number of members in each tuple.
getArity() - Method in class mondrian.olap.type.CubeType
 
getArity() - Method in class mondrian.olap.type.DimensionType
 
getArity() - Method in class mondrian.olap.type.HierarchyType
 
getArity() - Method in class mondrian.olap.type.LevelType
 
getArity() - Method in class mondrian.olap.type.MemberType
 
getArity() - Method in class mondrian.olap.type.ScalarType
 
getArity() - Method in class mondrian.olap.type.SetType
 
getArity() - Method in class mondrian.olap.type.TupleType
 
getArity() - Method in interface mondrian.olap.type.Type
Returns the number of fields in a tuple type, or a set of tuples.
getArity() - Method in class mondrian.rolap.agg.SegmentHeader
Returns the arity of this SegmentHeader.
getArray(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getArray(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getArray(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getArray(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getAsciiStream(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getAsciiStream(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getAsciiStream(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getAsciiStream(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getAtomicCellCountMeasure() - Method in class mondrian.rolap.RolapCube
Returns the system measure that counts the number of atomic cells in a given cell.
getAttribute(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class mondrian.tui.MockServletContext
 
getAttributeNames() - Method in class mondrian.tui.MockHttpServletRequest
to this request.
getAttributeNames() - Method in class mondrian.tui.MockServletContext
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributes(String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getAuthenticationMode() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getAuthenticationModes() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getAuthType() - Method in class mondrian.tui.MockHttpServletRequest
Returns the name of the authentication scheme used to protect the servlet, for example, "BASIC" or "SSL," or null if the servlet was not protected.
getAutoCommit() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getAvailableRoleNames() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getAxes() - Method in class mondrian.olap.ParserTest.TestParser
 
getAxes() - Method in class mondrian.olap.Query
Returns an array of this query's axes.
getAxes() - Method in interface mondrian.olap.Result
Returns the non-slicer axes.
getAxes() - Method in class mondrian.olap.ResultBase
 
getAxes() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getAxes() - Method in class mondrian.rolap.agg.Aggregation
Returns an array of axis representing this aggregation.
getAxes() - Method in class mondrian.rolap.agg.GroupingSet
 
getAxes() - Method in class mondrian.rolap.RolapResult
 
getAxesMetaData() - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getAxis(int) - Method in interface mondrian.rolap.CellKey
Returns the axisth axis value.
getAxis(int) - Method in class mondrian.rolap.CellKey.Many
 
getAxis(int) - Method in class mondrian.rolap.CellKey.One
 
getAxis(int) - Method in class mondrian.rolap.CellKey.Three
 
getAxis(int) - Method in class mondrian.rolap.CellKey.Two
 
getAxis(int) - Method in class mondrian.rolap.CellKey.Zero
 
getAxisMetaData() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxis
 
getAxisName() - Method in class mondrian.olap.QueryAxis
 
getAxisOrdinal() - Method in class mondrian.olap.QueryAxis
Returns the ordinal of this axis, for example AxisOrdinal.StandardAxisOrdinal.ROWS.
getAxisOrdinal() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxis
 
getAxisOrdinal() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxisMetaData
 
getAxisValueSets() - Method in class mondrian.rolap.agg.AbstractSegmentBody
 
getAxisValueSets() - Method in interface mondrian.rolap.agg.SegmentBody
Returns the cached axis value sets to be used as an initializer for the segment's axis.
getBaseCubeCollection(Query) - Method in class mondrian.rolap.HighCardSqlTupleReader
 
getBaseCubeCollection(Query) - Method in class mondrian.rolap.SqlTupleReader
 
getBaseCubes() - Method in class mondrian.olap.Query
return the set of base cubes associated with the virtual cube referenced in this query
getBaseStarKeyColumn(RolapCube) - Method in class mondrian.rolap.RolapCubeLevel
this method returns the RolapStar.Column if non-virtual, if virtual, find the base cube level and return it's column
getBatchSize() - Method in class mondrian.test.loader.DBLoader
 
getBeforeActions() - Method in class mondrian.test.loader.DBLoader.Table
 
getBeginColumn() - Method in class mondrian.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class mondrian.parser.SimpleCharStream
Get token beginning line number.
getBestFormatLocale(Locale) - Static method in class mondrian.util.Format
Returns the best Format.FormatLocale for a given Locale.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getBigDecimal(int, int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBigDecimal(String, int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBigDecimal(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBigDecimal(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getBigDecimal(int, int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBigDecimal(String, int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBigDecimal(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBigDecimal(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBinaryContent() - Method in class mondrian.tui.MockHttpServletResponse.MockServletOutputStream
 
getBinaryStream(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBinaryStream(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getBinaryStream(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBinaryStream(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
Returns the BitKey.
getBitKey(RolapStar) - Method in class mondrian.rolap.BatchTestCase.CellRequestConstraint
 
getBitKey(String[], String[]) - Method in class mondrian.rolap.RolapStar
 
getBitPosition() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
Get the bit possition associted with this column.
getBitPosition() - Method in class mondrian.rolap.RolapStar.Column
 
getBlob(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBlob(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getBlob(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBlob(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBoolean(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBoolean(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getBoolean(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBoolean(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBooleanInitParameter(ServletConfig, String) - Static method in class mondrian.xmla.XmlaServlet
Returns true if paramName's value is not null and 'true'.
getBooleanRenderer() - Method in class mondrian.gui.SchemaPropertyCellRenderer
 
getBottomLevelDepth() - Method in interface mondrian.olap.Role.HierarchyAccess
Returns the depth of the lowest level to which the current Role has access.
getBottomLevelDepth() - Method in class mondrian.olap.RoleImpl.CachingHierarchyAccess
 
getBottomLevelDepth() - Method in class mondrian.olap.RoleImpl.DelegatingHierarchyAccess
 
getBufferSize() - Method in class mondrian.tui.MockHttpServletResponse
Returns the actual buffer size used for the response.
getByte(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getByte(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getByte(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getByte(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBytes(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getBytes(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getBytes(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBytes(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getBytes() - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getBytes() - Method in interface mondrian.rolap.agg.SegmentDataset
Returns the number of bytes occupied by this dataset.
getBytes() - Method in class mondrian.rolap.agg.SparseSegmentDataset
 
getCache() - Method in class mondrian.rolap.SmartMemberListCache
 
getCacheCellReader() - Method in class mondrian.rolap.RolapAggregationManager
Returns a CellReader which reads cells from cache.
getCacheControl(PrintWriter) - Method in interface mondrian.olap.Connection
Returns an object with which to explicitly control the contents of the cache.
getCacheControl(PrintWriter) - Method in class mondrian.rolap.RolapAggregationManager
Returns an API with which to explicitly manage the contents of the cache.
getCacheControl(PrintWriter) - Method in class mondrian.rolap.RolapConnection
 
getCachedDefaultValue() - Method in interface mondrian.calc.ParameterSlot
 
getCachedFormatString() - Method in interface mondrian.olap.Cell
Return the cached formatted string, that survives an aggregate cache clear.
getCachedFormatString() - Method in class mondrian.rolap.RolapCell
 
getCachedRelationExprCardinality(MondrianDef.Relation, MondrianDef.Expression) - Method in class mondrian.rolap.RolapSchema
Returns the cached cardinality for the column.
getCachedResult(ExpCacheDescriptor) - Method in interface mondrian.olap.Evaluator
Simple caching of the result of an Exp.
getCachedResult(ExpCacheDescriptor) - Method in class mondrian.rolap.RolapEvaluator
 
getCacheKey() - Method in class mondrian.rolap.ChildByNameConstraint
 
getCacheKey() - Method in class mondrian.rolap.DefaultMemberChildrenConstraint
 
getCacheKey() - Method in class mondrian.rolap.DefaultTupleConstraint
 
getCacheKey() - Method in class mondrian.rolap.DescendantsConstraint
Returns a key that becomes part of the key for caching the result of the SQL query.
getCacheKey() - Method in class mondrian.rolap.RolapNativeFilter.FilterConstraint
 
getCacheKey() - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
returns a key to cache the result
getCacheKey() - Method in class mondrian.rolap.RolapNativeTopCount.TopCountConstraint
 
getCacheKey() - Method in interface mondrian.rolap.sql.SqlConstraint
Returns a key that becomes part of the key for caching the result of the SQL query.
getCacheKey() - Method in class mondrian.rolap.SqlContextConstraint
 
getCacheKey() - Method in class mondrian.rolap.SqlTupleReader
 
getCacheKey() - Method in interface mondrian.rolap.TupleReader
Returns an object that uniquely identifies the Result that this TupleReader would return.
getCacheResult(Object) - Method in class mondrian.rolap.RolapEvaluatorRoot
Gets result from cache.
getCalc() - Method in class mondrian.olap.ExpCacheDescriptor
 
getCalcs() - Method in class mondrian.calc.impl.AbstractCalc
Returns this expression's child expressions.
getCalcs() - Method in class mondrian.calc.impl.AbstractVoidCalc
 
getCalcs() - Method in class mondrian.calc.impl.CacheCalc
 
getCalcs() - Method in class mondrian.calc.impl.ConstantCalc
 
getCalcs() - Method in class mondrian.calc.impl.MemberArrayValueCalc
 
getCalcs() - Method in class mondrian.calc.impl.MemberValueCalc
 
getCalcs() - Method in class mondrian.calc.impl.TupleValueCalc
 
getCalcs() - Method in class mondrian.olap.fun.SetFunDef.ExprIterCalc
 
getCalcs() - Method in class mondrian.olap.fun.SetFunDef.SetListCalc
 
getCalculatedMember(List<Id.Segment>) - Method in class mondrian.olap.DelegatingSchemaReader
 
getCalculatedMember(List<Id.Segment>) - Method in interface mondrian.olap.SchemaReader
Looks up a calculated member by name.
getCalculatedMember(List<Id.Segment>) - Method in class mondrian.rolap.RolapSchemaReader
 
getCalculatedMembers(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
 
getCalculatedMembers(Level) - Method in class mondrian.olap.DelegatingSchemaReader
 
getCalculatedMembers() - Method in class mondrian.olap.DelegatingSchemaReader
 
getCalculatedMembers(Hierarchy) - Method in interface mondrian.olap.SchemaReader
Returns a list of calculated members in a given hierarchy.
getCalculatedMembers(Level) - Method in interface mondrian.olap.SchemaReader
Returns a list of calculated members in a given level.
getCalculatedMembers() - Method in interface mondrian.olap.SchemaReader
Returns the list of calculated members.
getCalculatedMembers(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
 
getCalculatedMembers(Level) - Method in class mondrian.rolap.RolapSchemaReader
 
getCalculatedMembers() - Method in class mondrian.rolap.RolapSchemaReader
 
getCallbacks() - Method in class mondrian.xmla.XmlaServlet
Returns the list of callbacks.
getCapacity() - Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
 
getCapacity() - Method in class mondrian.rolap.agg.SegmentLoader.RowList.DoubleColumn
 
getCapacity() - Method in class mondrian.rolap.agg.SegmentLoader.RowList.IntColumn
 
getCapacity() - Method in class mondrian.rolap.agg.SegmentLoader.RowList.LongColumn
 
getCapacity() - Method in class mondrian.rolap.agg.SegmentLoader.RowList.ObjectColumn
 
getCaption() - Method in class mondrian.olap.Formula
Returns this formula's caption.
getCaption() - Method in class mondrian.olap.fun.TestMember
 
getCaption() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getCaption() - Method in class mondrian.olap.MemberBase
 
getCaption() - Method in interface mondrian.olap.OlapElement
 
getCaption() - Method in class mondrian.olap.OlapElementBase
Returns the display name of this catalog element.
getCaption() - Method in class mondrian.olap.Property
Returns the caption of this property.
getCaption() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jCube
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jNamedSet
 
getCaption() - Method in class mondrian.olap4j.MondrianOlap4jProperty
 
getCaption() - Method in class mondrian.rolap.DelegatingRolapMember
 
getCaption() - Method in class mondrian.rolap.RolapCubeDimension
 
getCaption() - Method in class mondrian.rolap.RolapCubeLevel
 
getCaption() - Method in class mondrian.rolap.RolapProperty
 
getCaptionExp() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getCaptionExp() - Method in class mondrian.olap.MondrianDef.Level
 
getCaptionExp() - Method in class mondrian.rolap.RolapLevel
 
getCardinality() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getCardinality() - Method in class mondrian.rolap.RolapStar.Column
Get column cardinality from the schema cache if possible; otherwise issue a select count(distinct) query to retrieve the cardinality and stores it in the cache.
getCatalog() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getCatalog() - Method in class mondrian.olap4j.MondrianOlap4jSchema
 
getCatalogLocator() - Method in class mondrian.olap.MondrianServer
 
getCatalogLocator() - Method in class mondrian.server.MondrianServerImpl
 
getCatalogLocator() - Static method in class mondrian.tui.XmlaSupport
 
getCatalogName() - Method in interface mondrian.olap.Connection
Get the name of the Catalog associated with this Connection.
getCatalogName(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getCatalogName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Get the database catalog name associated with this Group's RolapStar's fact table.
getCatalogName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
Returns the database's catalog name.
getCatalogName() - Method in class mondrian.rolap.RolapConnection
 
getCatalogNames(RolapConnection) - Method in interface mondrian.olap4j.CatalogFinder
Returns a list of catalogs.
getCatalogNames(RolapConnection, String) - Method in class mondrian.server.FileRepository
 
getCatalogNames(RolapConnection, String) - Method in class mondrian.server.ImplicitRepository
 
getCatalogNames(RolapConnection) - Method in class mondrian.server.MondrianServerImpl
 
getCatalogNames(RolapConnection, String) - Method in interface mondrian.server.Repository
Returns a list of catalog names found in the repository.
getCatalogNameUrls(TestContext) - Method in class mondrian.xmla.XmlaBaseTestCase
 
getCatalogNameUrls(TestContext) - Method in class mondrian.xmla.XmlaErrorTest
 
getCatalogs() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getCatalogs() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getCatalogSeparator() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getCatalogTerm() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getCatalogURLProperty() - Static method in class mondrian.tui.CmdRunner
 
getCategory() - Method in class mondrian.calc.DummyExp
 
getCategory() - Method in class mondrian.mdx.DimensionExpr
 
getCategory() - Method in class mondrian.mdx.HierarchyExpr
 
getCategory() - Method in class mondrian.mdx.LevelExpr
 
getCategory() - Method in class mondrian.mdx.MemberExpr
 
getCategory() - Method in class mondrian.mdx.NamedSetExpr
 
getCategory() - Method in class mondrian.mdx.ParameterExpr
 
getCategory() - Method in class mondrian.mdx.ResolvedFunCall
 
getCategory() - Method in class mondrian.mdx.UnresolvedFunCall
 
getCategory() - Method in interface mondrian.olap.Exp
Returns the Category of the expression.
getCategory() - Method in class mondrian.olap.Id
 
getCategory() - Method in class mondrian.olap.Literal
 
getCell(int[]) - Method in interface mondrian.olap.Result
Returns the cell at a given set of coordinates.
getCell(List<Integer>) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getCell(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getCell(Position...) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getCell(int[]) - Method in class mondrian.rolap.RolapConnection.NonEmptyResult
 
getCell(int[]) - Method in class mondrian.rolap.RolapResult
Get the Cell for the given Cell position.
getCellCount() - Method in class mondrian.rolap.agg.Segment
Returns the number of cells in this Segment, deducting cells in excluded regions.
getCellCount() - Method in class mondrian.rolap.agg.Segment.Region
 
getCellEditorValue() - Method in class mondrian.gui.SchemaPropertyCellEditor
Returns the value contained in the editor.
getCellFormatter(String, Scripts.ScriptDefinition) - Static method in class mondrian.rolap.RolapSchema
Given the name of a cell formatter class and/or a cell formatter script, returns a cell formatter.
getCellFromCache(CellRequest) - Method in class mondrian.rolap.agg.AggregationManager
 
getCellFromCache(CellRequest, RolapAggregationManager.PinSet) - Method in class mondrian.rolap.agg.AggregationManager
 
getCellFromCache(CellRequest) - Method in class mondrian.rolap.agg.CountingAggregationManager
Calls super method and sets counters.
getCellFromCache(CellRequest, RolapAggregationManager.PinSet) - Method in class mondrian.rolap.agg.CountingAggregationManager
Calls super method and sets counters.
getCellFromCache(CellRequest) - Method in class mondrian.rolap.RolapAggregationManager
Retrieves the value of a cell from the cache.
getCellFromCache(CellRequest, RolapAggregationManager.PinSet) - Method in class mondrian.rolap.RolapAggregationManager
 
getCellMembers(int[]) - Method in class mondrian.rolap.RolapResult
Called only by RolapCell.
getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Base
 
getCellOrdinal(int[]) - Method in interface mondrian.rolap.Modulos
Converts a set of cell coordinates to a cell ordinal.
getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Many
 
getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.One
 
getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Three
 
getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Two
 
getCellOrdinal(int[]) - Method in class mondrian.rolap.Modulos.Zero
 
getCellOrdinal(int[]) - Method in class mondrian.rolap.RolapResult
Converts a set of cell coordinates to a cell ordinal.
getCellPos(int) - Method in class mondrian.rolap.Modulos.Base
 
getCellPos(int) - Method in interface mondrian.rolap.Modulos
Converts a cell ordinal to a set of cell coordinates.
getCellPos(int) - Method in class mondrian.rolap.Modulos.Many
 
getCellPos(int) - Method in class mondrian.rolap.Modulos.One
 
getCellPos(int) - Method in class mondrian.rolap.Modulos.Three
 
getCellPos(int) - Method in class mondrian.rolap.Modulos.Two
 
getCellPos(int) - Method in class mondrian.rolap.Modulos.Zero
 
getCellProperties() - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getCellProps() - Method in class mondrian.olap.ParserTest.TestParser
 
getCellSet() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getCellSet() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxis
 
getCellValue(RolapStar.Measure, Object[], RolapAggregationManager.PinSet) - Method in class mondrian.rolap.agg.Aggregation
Retrieves the value identified by keys.
getCellValue(Object[]) - Method in class mondrian.rolap.agg.Segment
Retrieves the value at the location identified by keys.
getCellValue(Map<SpatialValueTree2.SpatialDimension, Object>) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
Returns the value of a cell.
getCellValueDouble(Map<SpatialValueTree2.SpatialDimension, Object>, boolean[]) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
Version of SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map) optimized for double values.
getCellValueInt(Map<SpatialValueTree2.SpatialDimension, Object>, boolean[]) - Method in interface mondrian.util.SpatialValueTree2.SpatialRegion
Version of SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map) optimized for int values.
getChangeListener() - Method in class mondrian.rolap.MemberCacheHelper
 
getChangeListener() - Method in class mondrian.rolap.MemberNoCacheHelper
 
getChangeListener() - Method in class mondrian.rolap.RolapStar
Returns the listener for changes to this star's underlying database.
getChar() - Method in class mondrian.olap.Scanner
Read a character from input, returning -1 if end of input.
getChar() - Method in class mondrian.olap.StringScanner
 
getCharacterData(Node) - Static method in class mondrian.xmla.XmlaErrorTest
 
getCharacterEncoding() - Method in class mondrian.tui.MockHttpServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class mondrian.tui.MockHttpServletResponse
Returns the name of the charset used for the MIME body sent in this response.
getCharacterStream(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getCharacterStream(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getCharacterStream(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getCharacterStream(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getCharCase() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
getCharOctetLength() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
For char types the maximum number of bytes in the column.
getChecksum() - Method in class mondrian.rolap.RolapSchema
Returns the checksum of this schema.
getChild(Object, int) - Method in class mondrian.gui.JdbcTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class mondrian.gui.SchemaTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class mondrian.gui.validate.impl.WorkbenchTreeModel
 
getChild(Object, int) - Method in interface mondrian.gui.validate.TreeModel
Returns the child at index.
getChildByNameConstraint(RolapMember, Id.Segment) - Method in class mondrian.rolap.SqlConstraintFactory
 
getChildCount(Object) - Method in class mondrian.gui.JdbcTreeModel
Returns the number of children of parent.
getChildCount(Object) - Method in class mondrian.gui.SchemaTreeModel
Returns the number of children of parent.
getChildCount(Object) - Method in class mondrian.gui.validate.impl.WorkbenchTreeModel
 
getChildCount(Object) - Method in interface mondrian.gui.validate.TreeModel
Returns the number of children of parent.
getChildElements(Node) - Static method in class mondrian.xmla.XmlaErrorTest
 
getChildLevel() - Method in interface mondrian.olap.Level
 
getChildLevel() - Method in class mondrian.olap.LevelBase
 
getChildLevel() - Method in class mondrian.rolap.RolapCubeLevel
 
getChildMemberCount() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getChildMembers() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getChildren() - Method in class mondrian.mdx.ParameterExpr
 
getChildren() - Method in class mondrian.mdx.ResolvedFunCall
 
getChildren() - Method in class mondrian.mdx.UnresolvedFunCall
 
getChildren() - Method in class mondrian.olap.DrillThrough
 
getChildren() - Method in class mondrian.olap.Explain
 
getChildren() - Method in class mondrian.olap.Formula
 
getChildren() - Method in class mondrian.olap.MemberProperty
 
getChildren() - Method in class mondrian.olap.ParameterImpl
 
getChildren() - Method in class mondrian.olap.Query
 
getChildren() - Method in class mondrian.olap.QueryAxis
 
getChildren() - Method in class mondrian.olap.QueryPart
 
getChildren() - Method in interface mondrian.olap.Walkable
Returns an array of the object's children.
getChildren(Object) - Method in class mondrian.olap.Walker
Override this function to prune the tree, or to allow objects which are not Walkable to have children.
getChildren() - Method in class mondrian.rolap.agg.ListPredicate
 
getChildren() - Method in class mondrian.rolap.RolapStar.Table
Returns a list of child RolapStar.Tables.
getChildrenCountFromCache(Member) - Method in class mondrian.olap.DelegatingSchemaReader
 
getChildrenCountFromCache(Member) - Method in interface mondrian.olap.SchemaReader
Returns number of children parent of a member, if the information can be retrieved from cache, otherwise -1.
getChildrenCountFromCache(Member) - Method in class mondrian.rolap.RolapSchemaReader
 
getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.CacheMemberReader
 
getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in interface mondrian.rolap.MemberCache
Returns the children of member if they are currently in the cache, otherwise returns null.
getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.MemberCacheHelper
 
getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.MemberNoCacheHelper
 
getChildrenFromCache(RolapMember, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
 
getChildTables() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Returns a list of child AggStar.Table objects.
getClassName() - Method in class mondrian.calc.ExpCompiler.Factory
Get the class name set in the ThreadLocal or null.
getClassName() - Method in class mondrian.util.MemoryMonitorFactory
Get the class name set in the ThreadLocal or null.
getClassName() - Method in class mondrian.util.ObjectFactory
Returns the name of a class to use to create an object.
getClassName(Properties) - Method in class mondrian.util.ObjectFactory
Returns the name of a class to use to create an object.
getClob(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getClob(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getClob(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getClob(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getClosedPeer() - Method in class mondrian.rolap.RolapCubeLevel
 
getClosedPeer() - Method in class mondrian.rolap.RolapLevel
 
getCode() - Method in exception mondrian.xmla.XmlaException
 
getCodeSet() - Method in class mondrian.gui.MondrianGuiDef.View
 
getCodeSet() - Method in class mondrian.olap.MondrianDef.View
 
getColumn() - Method in class mondrian.gui.MondrianGuiDef.AggMeasure
 
getColumn() - Method in class mondrian.olap.MondrianDef.AggMeasure
 
getColumn() - Method in class mondrian.parser.SimpleCharStream
Deprecated. 
getColumn(int) - Method in class mondrian.rolap.agg.AggQuerySpec
 
getColumn(JdbcSchema.Table, String) - Method in class mondrian.rolap.aggmatcher.AggGen
 
getColumn() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
Returns the column with which this usage is associated.
getColumn(String) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns a column by its name.
getColumn(int) - Method in class mondrian.rolap.RolapStar
Look up the column at the given bit position.
getColumnAlias(int) - Method in class mondrian.rolap.agg.AggQuerySpec
 
getColumnAlias(int) - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getColumnAlias(int) - Method in interface mondrian.rolap.agg.QuerySpec
 
getColumnAlias(int) - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
SqlQuery relies on "c" and index.
getColumnClassName(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnCount() - Method in class mondrian.gui.PropertyTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnCount() - Method in class mondrian.rolap.agg.AggQuerySpec
 
getColumnCount() - Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
 
getColumnCount() - Method in class mondrian.rolap.RolapStar
Returns this RolapStar's column count.
getColumnDataType(String, String, String) - Method in class mondrian.gui.JdbcMetaData
 
getColumnDataType(String, String, String) - Method in class mondrian.gui.validate.impl.WorkbenchJdbcValidator
 
getColumnDataType(String, String, String) - Method in interface mondrian.gui.validate.JdbcValidator
Returns the data type of given column.
getColumnDefinition(String, String, String) - Method in class mondrian.gui.JdbcMetaData
Gets column definition of given table and its col.
getColumnDisplaySize(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnExpression() - Method in class mondrian.rolap.agg.SegmentHeader.ConstrainedColumn
Returns the column expression of this constrained column.
getColumnLabel(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnName() - Method in class mondrian.gui.MondrianGuiDef.AggColumnName
 
getColumnName() - Method in class mondrian.gui.MondrianGuiDef.AggLevel
 
getColumnName() - Method in class mondrian.gui.MondrianGuiDef.Column
 
getColumnName(int) - Method in class mondrian.gui.PropertyTableModel
 
getColumnName() - Method in class mondrian.olap.MondrianDef.AggColumnName
 
getColumnName() - Method in class mondrian.olap.MondrianDef.AggLevel
 
getColumnName() - Method in class mondrian.olap.MondrianDef.Column
 
getColumnName(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Level
Get the foreign key column name of the aggregate table.
getColumnName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Measure
Get the aggregate table column name.
getColumnName(MondrianDef.Expression) - Method in class mondrian.rolap.aggmatcher.Recognizer
Given a MondrianDef.Expression, returns the associated column name.
getColumnNames() - Method in class mondrian.test.loader.CsvLoader
 
getColumnPredicate(int) - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getColumnPredicate(int) - Method in interface mondrian.rolap.agg.QuerySpec
Returns the predicate on the ith column.
getColumnPredicate(int) - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
getColumnPredicates() - Method in class mondrian.rolap.RolapCacheRegion
Returns the list of all column predicates.
getColumnPrivileges(String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getColumns() - Method in class mondrian.rolap.agg.Aggregation
This is called during Sql generation.
getColumns() - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getColumns() - Method in class mondrian.rolap.agg.GroupingSet
 
getColumns() - Method in interface mondrian.rolap.agg.QuerySpec
 
getColumns() - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
getColumns() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
Returns a list of the columns in this table.
getColumns() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns the collection of columns in this Table.
getColumns() - Method in class mondrian.rolap.RolapStar.Table
Returns a list of this table's RolapStar.Columns.
getColumns() - Method in class mondrian.test.loader.DBLoader.Table
 
getColumnSize() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns the size in bytes of the column in the database.
getColumnType(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnType(int) - Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
 
getColumnType() - Method in class mondrian.xmla.RowsetDefinition.Column
 
getColumnTypeName(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getColumnUsages(JdbcSchema.UsageType) - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns an iterator over all column usages of a given type.
getCommentDelimiters() - Static method in class mondrian.olap.Scanner
Returns the list of comment delimiters.
getComparator() - Method in enum mondrian.xmla.RowsetDefinition
Returns a comparator with which to sort rows of this rowset definition.
getCompiled(Exp, boolean, ResultStyle) - Method in class mondrian.rolap.RolapEvaluatorRoot
Implements a cheap-and-cheerful mapping from expressions to compiled expressions.
getCompiledExpression(RolapEvaluatorRoot) - Method in interface mondrian.rolap.RolapCalculation
Returns the compiled expression to evaluate the scalar value of the current cell.
getCompiledExpression(RolapEvaluatorRoot) - Method in class mondrian.rolap.RolapMemberBase
 
getCompiledExpression(RolapEvaluatorRoot) - Method in class mondrian.rolap.RolapMemberCalculation
 
getCompiledExpression(RolapEvaluatorRoot) - Method in class mondrian.rolap.RolapTupleCalculation
 
getComponents() - Method in class mondrian.rolap.CacheControlImpl.CrossjoinCellRegion
 
getCompoundPredicateList() - Method in class mondrian.rolap.agg.AggregationKey
Returns the list of compound predicates.
getCompoundPredicateMap() - Method in class mondrian.rolap.agg.CellRequest
Returns the map of compound predicates, or null if empty.
getConcurrency() - Method in class mondrian.olap4j.EmptyResultSet
 
getConcurrency() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getConnectInfo() - Method in class mondrian.rolap.RolapConnection
 
getConnection() - Method in class mondrian.gui.QueryPanel
 
getConnection(String, CatalogLocator) - Static method in class mondrian.olap.DriverManager
Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.
getConnection(Util.PropertyList, CatalogLocator) - Static method in class mondrian.olap.DriverManager
Creates a connection to a Mondrian OLAP Engine.
getConnection(Util.PropertyList, CatalogLocator, DataSource) - Static method in class mondrian.olap.DriverManager
Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source.
getConnection(String, String, String) - Method in class mondrian.olap.MondrianServer
Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.
getConnection(String, String, String, Properties) - Method in class mondrian.olap.MondrianServer
Extended version of MondrianServer.getConnection(String, String, String) taking a list of properties to pass down to the native connection.
getConnection() - Method in class mondrian.olap.Query
 
getConnection() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getConnection() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getConnection(MondrianServer, String, String, String, Properties) - Method in class mondrian.server.FileRepository
 
getConnection(MondrianServer, String, String, String, Properties) - Method in class mondrian.server.ImplicitRepository
 
getConnection(String, String, String) - Method in class mondrian.server.MondrianServerImpl
 
getConnection(String, String, String, Properties) - Method in class mondrian.server.MondrianServerImpl
 
getConnection(MondrianServer, String, String, String, Properties) - Method in interface mondrian.server.Repository
Returns an OlapConnection object.
getConnection() - Method in class mondrian.test.DialectTest
 
getConnection() - Method in class mondrian.test.FoodMartTestCase
 
getConnection() - Method in class mondrian.test.loader.DBLoader
 
getConnection() - Method in class mondrian.test.TestContext
Returns the connection to run queries.
getConnection() - Method in class mondrian.tui.CmdRunner
Gets a connection to Mondrian.
getConnection(boolean) - Method in class mondrian.tui.CmdRunner
Gets a Mondrian connection, creating a new one if fresh is true.
getConnection(String, String, String, Properties) - Method in interface mondrian.xmla.XmlaHandler.ConnectionFactory
Creates a connection.
getConnection(XmlaRequest, Map<String, String>) - Method in class mondrian.xmla.XmlaHandler
Returns a new OlapConnection opened with the credentials specified in the XMLA request or an existing connection if one can be found associated with the request session id.
getConnection(String, String, String) - Method in class mondrian.xmla.XmlaHandler
Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.
getConnection(String, String, String, Properties) - Method in class mondrian.xmla.XmlaHandler
Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.
getConnectionLocale() - Method in interface mondrian.olap.Evaluator
Returns the connection's locale.
getConnectionLocale() - Method in class mondrian.rolap.RolapEvaluator
 
getConnectionProperties() - Method in class mondrian.test.DelegatingTestContext
 
getConnectionProperties() - Method in class mondrian.test.TestContext
 
getConnectString() - Method in interface mondrian.olap.Connection
Get the Connect String associated with this Connection.
getConnectString() - Method in class mondrian.rolap.RolapConnection
 
getConnectString() - Method in class mondrian.test.TestContext
Returns the connect string by which the unit tests can talk to the FoodMart database.
getConnectString() - Method in class mondrian.tui.CmdRunner
 
getConnectString(boolean) - Method in class mondrian.tui.CmdRunner
 
getConnectString() - Method in class mondrian.xmla.test.XmlaTestContext
 
getConnectStringProperty() - Static method in class mondrian.tui.CmdRunner
 
getConstrainedColumn() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
 
getConstrainedColumn() - Method in class mondrian.rolap.agg.MinusStarPredicate
 
getConstrainedColumn(String) - Method in class mondrian.rolap.agg.SegmentHeader
Returns the constrained column object, if any, corresponding to a column name and a table name.
getConstrainedColumn() - Method in interface mondrian.rolap.StarColumnPredicate
Returns the column constrained by this predicate.
getConstrainedColumnBitKey() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
 
getConstrainedColumnBitKey() - Method in class mondrian.rolap.agg.ListPredicate
 
getConstrainedColumnBitKey() - Method in class mondrian.rolap.agg.MemberTuplePredicate
 
getConstrainedColumnBitKey() - Method in interface mondrian.rolap.StarPredicate
Returns a bitmap of constrained columns to speed up comparison
getConstrainedColumnList() - Method in class mondrian.rolap.agg.AbstractColumnPredicate
 
getConstrainedColumnList() - Method in class mondrian.rolap.agg.ListPredicate
 
getConstrainedColumnList() - Method in class mondrian.rolap.agg.MemberColumnPredicate
 
getConstrainedColumnList() - Method in class mondrian.rolap.agg.MemberTuplePredicate
Returns a list of constrained columns.
getConstrainedColumnList() - Method in interface mondrian.rolap.StarPredicate
Returns a list of constrained columns.
getConstrainedColumns() - Method in class mondrian.rolap.agg.CellRequest
 
getConstrainedColumns() - Method in class mondrian.rolap.agg.SegmentHeader
Returns an array of constrained columns which define this segment header.
getConstrainedColumns() - Method in class mondrian.rolap.agg.SegmentLoader.SegmentRollupWrapper
 
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.Aggregation
Returns the BitKey for ALL columns (Measures and Levels) involved in the query.
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.AggregationKey
Returns the bitkey of columns that constrain this aggregation.
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.CellRequest
Returns the BitKey for the list of columns.
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.SegmentHeader
 
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.agg.SegmentLoader.SegmentRollupWrapper
 
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.FastBatchingCellReader.Batch
 
getConstrainedColumnsBitKey() - Method in class mondrian.rolap.RolapCacheRegion
 
getConstraint() - Method in class mondrian.test.loader.DBLoader.Column
 
getContent() - Method in interface mondrian.server.RepositoryContentFinder
 
getContent() - Method in class mondrian.server.StringRepositoryContentFinder
 
getContent() - Method in class mondrian.server.UrlRepositoryContentFinder
 
getContent() - Method in class mondrian.tui.MockHttpServletResponse.MockServletOutputStream
 
getContentLength() - Method in class mondrian.tui.MockHttpServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentType() - Method in class mondrian.olap4j.MondrianOlap4jProperty
 
getContentType() - Method in class mondrian.tui.MockHttpServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class mondrian.tui.MockHttpServletResponse
 
getContentType() - Method in class mondrian.xmla.test.XmlaTestServletRequestWrapper
 
getContext(Hierarchy) - Method in interface mondrian.olap.Evaluator
 
getContext() - Method in class mondrian.recorder.AbstractRecorder
 
getContext() - Method in class mondrian.recorder.ListRecorder.Entry
 
getContext() - Method in interface mondrian.recorder.MessageRecorder
Get the current context string.
getContext(Hierarchy) - Method in class mondrian.rolap.RolapEvaluator
 
getContext(RolapHierarchy) - Method in class mondrian.rolap.RolapEvaluator
More specific version of RolapEvaluator.getContext(mondrian.olap.Hierarchy), for internal code.
getContext(String) - Method in class mondrian.tui.MockServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContextMember(Hierarchy) - Method in interface mondrian.olap.Cell
Returns the context member for a particular dimension.
getContextMember(Hierarchy) - Method in class mondrian.rolap.RolapCell
 
getContextPath() - Method in class mondrian.tui.MockHttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getController() - Method in class mondrian.test.loader.DBLoader.Table
 
getCookies() - Method in class mondrian.tui.MockHttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class mondrian.tui.MockHttpServletResponse
 
getCoordinateList() - Method in interface mondrian.olap.Cell
Returns the coordinates of this Cell in its Result.
getCoordinateList() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getCoordinateList() - Method in class mondrian.rolap.RolapCell
 
getCost() - Method in interface mondrian.olap.fun.Resolver.Conversion
Returns the cost of the conversion.
getCount() - Method in class mondrian.rolap.StringList
 
getCountColumn() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getCreateTableStmt() - Method in class mondrian.test.loader.DBLoader.Table
 
getCreationTimestamp() - Method in class mondrian.rolap.agg.Aggregation
 
getCrossReference(String, String, String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getCube(String) - Method in class mondrian.gui.MondrianGuiDef.Schema
 
getCube() - Method in class mondrian.olap.DelegatingSchemaReader
 
getCube() - Method in interface mondrian.olap.Evaluator
Returns the current cube.
getCube(String) - Method in class mondrian.olap.MondrianDef.Schema
 
getCube() - Method in class mondrian.olap.ParserTest.TestParser
 
getCube() - Method in class mondrian.olap.Query
 
getCube() - Method in interface mondrian.olap.SchemaReader
Returns the default cube in which to look for dimensions etc.
getCube() - Method in class mondrian.olap.type.CubeType
Returns the cube.
getCube() - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getCube() - Method in class mondrian.olap4j.MondrianOlap4jNamedSet
 
getCube() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getCube() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Get the RolapCube associated with this Group.
getCube() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get the RolapCube associated with this mapping.
getCube(String) - Method in class mondrian.rolap.BatchTestCase
 
getCube() - Method in class mondrian.rolap.RolapBaseCubeMeasure
 
getCube() - Method in class mondrian.rolap.RolapCubeDimension
 
getCube() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getCube() - Method in class mondrian.rolap.RolapCubeLevel
Returns the (non virtual) cube this level belongs to.
getCube() - Method in class mondrian.rolap.RolapCubeMember
 
getCube() - Method in class mondrian.rolap.RolapEvaluator
 
getCube() - Method in interface mondrian.rolap.RolapMemberInCube
Returns the cube this cube member belongs to.
getCube() - Method in class mondrian.rolap.RolapResult
 
getCube() - Method in class mondrian.rolap.RolapSchemaReader
 
getCube() - Method in interface mondrian.rolap.RolapStoredMeasure
Returns the cube this measure belongs to.
getCube() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
 
getCube(String) - Method in class mondrian.tui.CmdRunner
 
getCubeDescription() - Method in class mondrian.rolap.aggmatcher.BUG_1541077
 
getCubeDescription() - Method in class mondrian.rolap.aggmatcher.Checkin_7634
 
getCubeDescription() - Method in class mondrian.rolap.aggmatcher.Checkin_7641
 
getCubeDescription() - Method in class mondrian.rolap.aggmatcher.MultipleColsInTupleAggTest
 
getCubeDescription() - Method in class mondrian.rolap.RolapResultTest
 
getCubeDescription() - Method in class mondrian.test.loader.CsvDBTestCase
 
getCubeDimensions(Cube) - Method in class mondrian.olap.DelegatingSchemaReader
 
getCubeDimensions(Cube) - Method in interface mondrian.olap.SchemaReader
Returns the accessible dimensions of a cube.
getCubeDimensions(Cube) - Method in class mondrian.rolap.RolapSchemaReader
 
getCubeList() - Method in class mondrian.rolap.RolapSchema
 
getCubeName() - Method in class mondrian.rolap.RolapStar.Measure
 
getCubes() - Method in class mondrian.olap.DelegatingSchemaReader
 
getCubes() - Method in interface mondrian.olap.Schema
Returns a list of all cubes in this schema.
getCubes() - Method in interface mondrian.olap.SchemaReader
Returns the list of accessible cubes.
getCubes(String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getCubes() - Method in class mondrian.olap4j.MondrianOlap4jSchema
 
getCubes() - Method in class mondrian.rolap.RolapSchema
 
getCubes() - Method in class mondrian.rolap.RolapSchemaReader
 
getCubes() - Method in class mondrian.tui.CmdRunner
 
getCubesWithStar(RolapStar) - Method in class mondrian.rolap.RolapSchema
 
getCubeTestContext() - Method in class mondrian.test.loader.CsvDBTestCase
 
getCubeType(Cube) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getCubeType(Cube) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
getCurrentExecution() - Method in interface mondrian.server.Statement
Returns execution context if currently executing, null otherwise.
getCurrentExecution() - Method in class mondrian.server.StatementImpl
 
getCurrentLocale() - Method in class mondrian.gui.I18n
 
getCurrentLocaleID() - Static method in class mondrian.gui.I18n
 
getCurrentSchemaExplorer() - Method in class mondrian.gui.Workbench
returns the currently selected schema explorer object
getCurrentSelectListSize() - Method in class mondrian.rolap.sql.SqlQuery
 
getCurrentTestCaseName(boolean) - Method in class mondrian.test.DiffRepository
Returns the name of the current testcase by looking up the call stack for a method whose name starts with "test", for example "testFoo".
getCurrMember() - Method in class mondrian.rolap.TargetBase
 
getCursorName() - Method in class mondrian.olap4j.EmptyResultSet
 
getCursorName() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getCustomizedFunctionTable(Set<String>) - Method in class mondrian.olap.CustomizedParserTest
 
getData() - Method in class mondrian.rolap.agg.Segment
Returns this Segment's dataset, or null if the data has not yet been loaded.
getDatabase() - Method in class mondrian.olap4j.MondrianOlap4jCatalog
 
getDatabase() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getDatabaseMajorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDatabaseNames(RolapConnection) - Method in class mondrian.server.FileRepository
 
getDatabaseNames(RolapConnection) - Method in class mondrian.server.ImplicitRepository
 
getDatabaseNames(RolapConnection) - Method in interface mondrian.server.Repository
Returns a list of database names found in this repository.
getDatabaseProduct() - Method in interface mondrian.spi.Dialect
Returns the database for this Dialect, or Dialect.DatabaseProduct.UNKNOWN if the database is not a common database.
getDatabaseProduct() - Method in class mondrian.spi.impl.GreenplumDialect
 
getDatabaseProduct() - Method in class mondrian.spi.impl.InfobrightDialect
 
getDatabaseProduct() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
getDatabaseProduct() - Method in class mondrian.spi.impl.PostgreSqlDialect
 
getDatabaseProduct() - Method in class mondrian.spi.impl.VectorwiseDialect
 
getDatabaseProduct() - Method in class mondrian.spi.impl.VerticaDialect
 
getDatabaseProductName() - Method in class mondrian.gui.JdbcMetaData
 
getDatabaseProductName() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDatabaseProductVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDatabaseProperties(String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDatabases(RolapConnection) - Method in class mondrian.olap.MondrianServer
Returns a list of the databases in this server.
getDatabases() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDatabases(RolapConnection) - Method in class mondrian.server.FileRepository
 
getDatabases(RolapConnection) - Method in class mondrian.server.ImplicitRepository
 
getDatabases(RolapConnection) - Method in class mondrian.server.MondrianServerImpl
 
getDatabases(RolapConnection) - Method in interface mondrian.server.Repository
Returns a list of databases properties collections, one per database configured on this server.
getDatabaseSchema() - Method in class mondrian.gui.PreferencesDialog
 
getDataMember() - Method in class mondrian.olap.fun.TestMember
 
getDataMember() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getDataMember() - Method in interface mondrian.olap.Member
Returns the system-generated data member that is associated with a nonleaf member of a dimension.
getDataMember() - Method in class mondrian.olap.MemberBase
 
getDataMember() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getDataMember() - Method in class mondrian.rolap.DelegatingRolapMember
 
getDataMember() - Method in class mondrian.rolap.RolapCubeMember
 
getDataset() - Method in class mondrian.rolap.agg.SegmentLoader.SegmentRollupWrapper
 
getDataSource() - Method in interface mondrian.olap.Connection
Returns the data source this connection uses to create connections to the underlying JDBC database.
getDataSource() - Method in class mondrian.olap.DelegatingSchemaReader
 
getDataSource() - Method in interface mondrian.olap.SchemaReader
Returns the data source.
getDataSource() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
 
getDataSource() - Method in class mondrian.rolap.RolapConnection
 
getDataSource() - Method in class mondrian.rolap.RolapSchemaReader
 
getDataSource() - Method in class mondrian.rolap.RolapStar
Returns the DataSource used to connect to the underlying DBMS.
getDataSource() - Method in class mondrian.test.DialectTest
 
getDataSourceChangeListener() - Method in class mondrian.rolap.RolapSchema
 
getDataSourceDescription() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getDataSourceInfo() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getDataSourceInfo() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getDataSourceName() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getDataSourcePoolingDataSource(DataSource, String, String, String) - Method in class mondrian.rolap.RolapConnectionPool
 
getDataSources(OlapConnection) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getDataSources(String, Map<String, String>) - Static method in class mondrian.tui.XmlaSupport
 
getDataSources(OlapConnection) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
Returns a list of the data sources in this server.
getDataSourcesString() - Method in class mondrian.xmla.test.XmlaTestContext
 
getDataSourcesText(String, Map<String, String>) - Static method in class mondrian.tui.XmlaSupport
With a connection string, generate the DataSource xml.
getDatatype() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getDatatype() - Method in class mondrian.olap.MondrianDef.Level
 
getDatatype() - Method in class mondrian.olap4j.MondrianOlap4jMeasure
 
getDatatype() - Method in class mondrian.olap4j.MondrianOlap4jProperty
 
getDatatype() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
Returns the datatype of this column.
getDatatype(int) - Static method in class mondrian.rolap.aggmatcher.JdbcSchema
Converts a Types value to a Dialect.Datatype.
getDatatype() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Return true if this column is numeric.
getDatatype() - Method in class mondrian.rolap.RolapBaseCubeMeasure
 
getDatatype() - Method in class mondrian.rolap.RolapLevel
 
getDatatype() - Method in class mondrian.rolap.RolapStar.Column
 
getDatatypeString(Dialect) - Method in class mondrian.rolap.RolapStar.Column
Returns a string representation of the datatype of this column, in the dialect specified.
getDate(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getDate(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getDate(int, Calendar) - Method in class mondrian.olap4j.EmptyResultSet
 
getDate(String, Calendar) - Method in class mondrian.olap4j.EmptyResultSet
 
getDate(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getDate(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getDate(int, Calendar) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getDate(String, Calendar) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getDate(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.CurrentDateMemberUdf
 
getDate(Evaluator, UserDefinedFunction.Argument[]) - Method in class mondrian.udf.MockCurrentDateMember
 
getDateHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDbCatalogName() - Method in class mondrian.gui.JdbcMetaData
 
getDecimalDigits() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns number of fractional digits.
getDef(Exp[], String, Syntax) - Method in interface mondrian.olap.Validator
Resolves a function call to a particular function.
getDef(Exp[], String, Syntax) - Method in class mondrian.olap.ValidatorImpl
 
getDefault(Class[], Object[]) - Method in class mondrian.calc.ExpCompiler.Factory
The ExpCompiler.Factory's implementation of the ObjectFactory's abstract method which returns the default ExpCompiler instance.
getDefault(Class[], Object[]) - Method in class mondrian.rolap.RolapMemberBase.PropertyValueMapFactoryFactory
 
getDefault(Class[], Object[]) - Method in class mondrian.rolap.SqlMemberSource.ValuePoolFactoryFactory
 
getDefault(Class[], Object[]) - Method in class mondrian.util.MemoryMonitorFactory
The MemoryMonitorFactory's implementation of the ObjectFactory's abstract method which returns the default MemoryMonitor instance.
getDefault(Class[], Object[]) - Method in class mondrian.util.ObjectFactory
For most uses (other than testing) this is the method that derived classes implement that return the desired object.
getDefaultAxes() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getDefaultColumns() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getDefaultConnectString() - Static method in class mondrian.test.TestContext
Constructs a connect string by which the unit tests can talk to the FoodMart database.
getDefaultCubeName() - Method in class mondrian.test.DelegatingTestContext
 
getDefaultCubeName() - Method in class mondrian.test.TestContext
Returns the name of the default cube.
getDefaultExp() - Method in interface mondrian.olap.Parameter
Returns the expression which provides the default value for this Parameter.
getDefaultExp() - Method in class mondrian.olap.ParameterImpl
 
getDefaultExp() - Method in class mondrian.rolap.RolapSchemaParameter
 
getDefaultGroupingSet() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getDefaultHierarchy() - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
getDefaultLevelBitKey() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getDefaultMeasureBitKey() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getDefaultMember() - Method in interface mondrian.olap.Hierarchy
Returns the default member of this hierarchy.
getDefaultMember() - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
getDefaultMember() - Method in class mondrian.rolap.CacheMemberReader
 
getDefaultMember() - Method in class mondrian.rolap.DelegatingMemberReader
 
getDefaultMember() - Method in interface mondrian.rolap.MemberReader
 
getDefaultMember() - Method in class mondrian.rolap.NoCacheMemberReader
 
getDefaultMember() - Method in class mondrian.rolap.RestrictedMemberReader
 
getDefaultMember() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getDefaultMember() - Method in class mondrian.rolap.RolapHierarchy
 
getDefaultMember() - Method in class mondrian.rolap.SmartMemberReader
 
getDefaultMember() - Method in class mondrian.rolap.SqlMemberSource
 
getDefaultMember() - Method in class mondrian.rolap.SubstitutingMemberReader
 
getDefaultRequestProperties(String) - Method in class mondrian.xmla.XmlaBaseTestCase
 
getDefaultRole() - Method in class mondrian.rolap.RolapSchema
 
getDefaultSegments() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getDefaultThresholdPercentage() - Method in class mondrian.util.AbstractMemoryMonitor
Returns the default memory notification percentage.
getDefaultThresholdPercentage() - Method in class mondrian.util.MemoryMonitorTest.TestMM
 
getDefaultThresholdPercentage() - Method in class mondrian.util.MemoryMonitorTest.TestMM2
 
getDefaultTransactionIsolation() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDefaultValueCalc() - Method in interface mondrian.calc.ParameterSlot
Returns a compiled expression to compute the default value of the parameter.
getDefinedMembers() - Method in class mondrian.olap.Query
 
getDependentHierarchyOrdinals() - Method in class mondrian.olap.ExpCacheDescriptor
Returns the ordinals of the hierarchies which this expression is dependent upon.
getDepth() - Method in interface mondrian.olap.Evaluator
Deprecated. Will be removed in mondrian-4
getDepth() - Method in class mondrian.olap.fun.TestMember
 
getDepth() - Method in interface mondrian.olap.Level
Returns the depth of this level.
getDepth() - Method in class mondrian.olap.LevelBase
 
getDepth() - Method in interface mondrian.olap.Member
returns the depth of this member, which is not the level's depth in case of parent child dimensions
getDepth() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getDepth() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getDepth() - Method in class mondrian.rolap.DelegatingRolapMember
 
getDepth() - Method in class mondrian.rolap.RolapEvaluator
 
getDepth() - Method in class mondrian.rolap.RolapMemberBase
 
getDescendant(SchemaReader, Member, Level, boolean) - Static method in class mondrian.olap.fun.OpeningClosingPeriodFunDef
Returns the first or last descendant of the member at the target level.
getDescendantsConstraint(List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SqlConstraintFactory
Returns a constraint that allows to read all children of multiple parents at once using a LevelMember query style.
getDescription() - Method in class mondrian.olap.CubeBase
 
getDescription() - Method in class mondrian.olap.DimensionBase
 
getDescription() - Method in class mondrian.olap.EnumeratedValues.BasicValue
 
getDescription(int) - Method in class mondrian.olap.EnumeratedValues
Returns the description associated with an ordinal; the return value is null if the ordinal is not a member of the enumeration.
getDescription() - Method in interface mondrian.olap.EnumeratedValues.Value
 
getDescription() - Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
 
getDescription() - Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
 
getDescription() - Method in class mondrian.olap.fun.FunDefBase
 
getDescription() - Method in class mondrian.olap.fun.FunInfo
Returns the description of this function.
getDescription() - Method in class mondrian.olap.fun.MultiResolver
 
getDescription() - Method in interface mondrian.olap.fun.Resolver
Returns the description of the function or operator.
getDescription() - Method in class mondrian.olap.fun.ResolverBase
 
getDescription() - Method in class mondrian.olap.fun.SimpleResolver
 
getDescription() - Method in class mondrian.olap.fun.TestMember
 
getDescription() - Method in class mondrian.olap.fun.UdfResolver
 
getDescription() - Method in interface mondrian.olap.FunDef
Returns the description of this function.
getDescription() - Method in class mondrian.olap.HierarchyBase
 
getDescription() - Method in class mondrian.olap.LevelBase
 
getDescription() - Method in class mondrian.olap.MemberBase
 
getDescription() - Method in class mondrian.olap.MondrianPropertiesBase.FilePropertySource
 
getDescription() - Method in interface mondrian.olap.MondrianPropertiesBase.PropertySource
Returns the description of this source, such as a filename or URL.
getDescription() - Method in class mondrian.olap.MondrianPropertiesBase.UrlPropertySource
 
getDescription() - Method in interface mondrian.olap.OlapElement
 
getDescription() - Method in interface mondrian.olap.Parameter
Returns the description of this Parameter.
getDescription() - Method in class mondrian.olap.ParameterImpl
 
getDescription() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getDescription() - Method in class mondrian.olap.SetBase
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jCube
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jNamedSet
 
getDescription() - Method in class mondrian.olap4j.MondrianOlap4jProperty
 
getDescription() - Method in class mondrian.rolap.agg.SegmentHeader
Returns a human readable description of this segment header.
getDescription() - Method in class mondrian.rolap.DelegatingRolapMember
 
getDescription() - Method in class mondrian.rolap.RolapSchemaParameter
 
getDescription() - Method in interface mondrian.spi.UserDefinedFunction
Returns a description of the user-defined function.
getDescription() - Method in class mondrian.test.BasicQueryTest.SleepUdf
 
getDescription() - Method in class mondrian.test.UdfTest.AnotherMemberErrorUdf
 
getDescription() - Method in class mondrian.test.UdfTest.MemberNameFunction
 
getDescription() - Method in class mondrian.test.UdfTest.PlusOneUdf
 
getDescription() - Method in class mondrian.test.UdfTest.PlusOrMinusOneUdf
 
getDescription() - Method in class mondrian.test.UdfTest.ReverseFunction
 
getDescription() - Method in class mondrian.test.UdfTest.StringMultUdf
 
getDescription() - Method in class mondrian.udf.CurrentDateMemberExactUdf
 
getDescription() - Method in class mondrian.udf.CurrentDateMemberUdf
 
getDescription() - Method in class mondrian.udf.CurrentDateStringUdf
 
getDescription() - Method in class mondrian.udf.InUdf
 
getDescription() - Method in class mondrian.udf.InverseNormalUdf
 
getDescription() - Method in class mondrian.udf.LastNonEmptyUdf
 
getDescription() - Method in class mondrian.udf.MatchesUdf
 
getDescription() - Method in class mondrian.udf.NullValueUdf
 
getDescription() - Method in class mondrian.udf.ValUdf
 
getDescription() - Method in enum mondrian.xmla.PropertyDefinition
Returns the description of this PropertyDefinition.
getDescription() - Method in enum mondrian.xmla.RowsetDefinition
 
getDetail() - Method in exception mondrian.xmla.XmlaException
 
getDialect() - Method in class mondrian.rolap.FastBatchingCellReader
Returns the SQL dialect.
getDialect() - Method in class mondrian.rolap.RolapEvaluator
 
getDialect() - Method in class mondrian.rolap.RolapSchema
Returns this schema's SQL dialect.
getDialect() - Method in class mondrian.rolap.sql.SqlQuery
 
getDialect() - Method in class mondrian.test.DialectTest
 
getDialect() - Method in class mondrian.test.TestContext
 
getDiffRepos() - Method in class mondrian.rolap.CacheControlTest
Returns the repository of result strings.
getDiffRepos() - Method in class mondrian.rolap.MemberCacheControlTest
 
getDiffRepos() - Method in class mondrian.test.clearview.BatchedFillTest
 
getDiffRepos() - Method in class mondrian.test.clearview.ClearViewBase
 
getDiffRepos() - Method in class mondrian.test.clearview.CVBasicTest
 
getDiffRepos() - Method in class mondrian.test.clearview.GrandTotalTest
 
getDiffRepos() - Method in class mondrian.test.clearview.HangerDimensionTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MemHungryTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MetricFilterTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MiscTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MultiDimTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MultiDimVCTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MultiLevelTest
 
getDiffRepos() - Method in class mondrian.test.clearview.MultiLevelVCTest
 
getDiffRepos() - Method in class mondrian.test.clearview.OrderTest
 
getDiffRepos() - Method in class mondrian.test.clearview.PartialCacheTest
 
getDiffRepos() - Method in class mondrian.test.clearview.PartialCacheVCTest
 
getDiffRepos() - Method in class mondrian.test.clearview.PredicateFilterTest
 
getDiffRepos() - Method in class mondrian.test.clearview.QueryAllTest
 
getDiffRepos() - Method in class mondrian.test.clearview.QueryAllVCTest
 
getDiffRepos() - Method in class mondrian.test.clearview.SubTotalTest
 
getDiffRepos() - Method in class mondrian.test.clearview.SummaryMetricPercentTest
 
getDiffRepos() - Method in class mondrian.test.clearview.SummaryTest
 
getDiffRepos() - Method in class mondrian.test.clearview.TopBottomTest
 
getDiffRepos() - Method in class mondrian.test.CmdRunnerTest
 
getDiffRepos() - Method in class mondrian.xmla.XmlaBaseTestCase
 
getDiffRepos() - Method in class mondrian.xmla.XmlaBasicTest
 
getDiffRepos() - Method in class mondrian.xmla.XmlaCognosTest
 
getDiffRepos() - Method in class mondrian.xmla.XmlaErrorTest
 
getDiffRepos() - Method in class mondrian.xmla.XmlaExcel2000Test
 
getDiffRepos() - Method in class mondrian.xmla.XmlaExcel2007Test
 
getDiffRepos() - Method in class mondrian.xmla.XmlaExcelXPTest
 
getDiffRepos() - Method in class mondrian.xmla.XmlaTabularTest
 
getDimension(MondrianGuiDef.Schema, String) - Method in class mondrian.gui.MondrianGuiDef.Cube
 
getDimension(MondrianGuiDef.Schema) - Method in class mondrian.gui.MondrianGuiDef.CubeDimension
Looks up the base dimension of this dimension.
getDimension(MondrianGuiDef.Schema) - Method in class mondrian.gui.MondrianGuiDef.Dimension
 
getDimension(MondrianGuiDef.Schema) - Method in class mondrian.gui.MondrianGuiDef.DimensionUsage
 
getDimension(MondrianGuiDef.Schema) - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
 
getDimension() - Method in class mondrian.mdx.DimensionExpr
Returns the dimension.
getDimension() - Method in class mondrian.olap.CubeBase
 
getDimension() - Method in class mondrian.olap.DimensionBase
 
getDimension() - Method in class mondrian.olap.fun.TestMember
 
getDimension() - Method in interface mondrian.olap.Hierarchy
Returns the dimension this hierarchy belongs to.
getDimension() - Method in class mondrian.olap.HierarchyBase
 
getDimension() - Method in class mondrian.olap.LevelBase
 
getDimension() - Method in class mondrian.olap.MemberBase
 
getDimension(MondrianDef.Schema, String) - Method in class mondrian.olap.MondrianDef.Cube
 
getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.CubeDimension
Looks up the base dimension of this dimension.
getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.Dimension
 
getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.DimensionUsage
 
getDimension(MondrianDef.Schema) - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
 
getDimension() - Method in interface mondrian.olap.OlapElement
Returns the dimension of a this expression, or null if no dimension is defined.
getDimension() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getDimension() - Method in class mondrian.olap.SetBase
 
getDimension() - Method in class mondrian.olap.type.CubeType
 
getDimension() - Method in class mondrian.olap.type.DimensionType
 
getDimension() - Method in class mondrian.olap.type.HierarchyType
 
getDimension() - Method in class mondrian.olap.type.LevelType
 
getDimension() - Method in class mondrian.olap.type.MemberType
 
getDimension() - Method in class mondrian.olap.type.ScalarType
 
getDimension() - Method in class mondrian.olap.type.SetType
 
getDimension() - Method in class mondrian.olap.type.TupleType
 
getDimension() - Method in interface mondrian.olap.type.Type
Returns the Dimension of this Type, or null if not known.
getDimension() - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
getDimension() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getDimension() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getDimension() - Method in class mondrian.rolap.DelegatingRolapMember
 
getDimension() - Method in class mondrian.rolap.RolapCubeLevel
 
getDimension() - Method in class mondrian.rolap.RolapCubeMember
 
getDimensionality() - Method in interface mondrian.olap.CacheControl.CellRegion
Returns the dimensionality of a region.
getDimensionality() - Method in class mondrian.rolap.CacheControlImpl.CrossjoinCellRegion
 
getDimensionality() - Method in class mondrian.rolap.CacheControlImpl.EmptyCellRegion
 
getDimensionality() - Method in class mondrian.rolap.CacheControlImpl.MemberCellRegion
 
getDimensionality() - Method in class mondrian.rolap.CacheControlImpl.MemberRangeCellRegion
 
getDimensionality() - Method in interface mondrian.util.SpatialValueTree
Tells the number of dimensions in this tree.
getDimensionCube(Dimension) - Static method in class mondrian.olap.Util
Tries to find the cube from which a dimension is taken.
getDimensionDefaultHierarchy(Dimension) - Static method in class mondrian.olap.fun.FunUtil
Returns the default hierarchy of a dimension, or null if there is no default.
getDimensionHierarchies(Dimension) - Method in class mondrian.olap.DelegatingSchemaReader
 
getDimensionHierarchies(Dimension) - Method in interface mondrian.olap.SchemaReader
Returns the accessible hierarchies of a dimension.
getDimensionHierarchies(Dimension) - Method in class mondrian.rolap.RolapSchemaReader
 
getDimensionProperties() - Method in class mondrian.olap.QueryAxis
 
getDimensions() - Method in interface mondrian.olap.Cube
Returns the dimensions of this cube.
getDimensions() - Method in class mondrian.olap.CubeBase
 
getDimensions() - Method in class mondrian.olap4j.MondrianOlap4jCube
 
getDimensions(String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDimensions() - Method in interface mondrian.util.SpatialValueTree
Returns a list of all the dimensions present in this tree.
getDimensions() - Method in interface mondrian.util.SpatialValueTree.SpatialRegion
Provides a list of the dimensions included in this region.
getDimensions() - Method in interface mondrian.util.SpatialValueTree2
Returns a list of all the dimensions present in this tree.
getDimensions() - Method in interface mondrian.util.SpatialValueTree2.SpatialRegionRequest
Provides a list of the dimensions included in this region.
getDimensionTables(String, String) - Method in class mondrian.gui.JdbcMetaData
Gets all possible cases of dimension tables which are linked to given fact table by foreign keys.
getDimensionType() - Method in class mondrian.gui.MondrianGuiDef.Dimension
 
getDimensionType() - Method in interface mondrian.olap.Dimension
Returns the type of this dimension (DimensionType.StandardDimension or DimensionType.TimeDimension
getDimensionType() - Method in class mondrian.olap.DimensionBase
 
getDimensionType() - Method in class mondrian.olap.MondrianDef.Dimension
 
getDimensionType() - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
getDimensionType() - Method in class mondrian.rolap.RolapCubeDimension
 
getDimensionType(Dimension) - Static method in enum mondrian.xmla.RowsetDefinition
 
getDimensionWithName(String, Dimension[]) - Method in class mondrian.test.FoodMartTestCase
 
getDirection() - Method in class mondrian.olap.fun.FunUtil.SortKeySpec
 
getDirectoryName() - Method in class mondrian.rolap.aggmatcher.AggTableTestCase
 
getDirectoryName() - Method in class mondrian.rolap.aggmatcher.Checkin_7634
 
getDirectoryName() - Method in class mondrian.rolap.aggmatcher.Checkin_7641
 
getDirectoryName() - Method in class mondrian.rolap.RolapResultTest
 
getDirectoryName() - Method in class mondrian.test.loader.CsvDBTestCase
 
getDistinctMeasureBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
Returns a BitKey containing only distinct measures.
getDistinctMeasureCount() - Method in class mondrian.rolap.agg.AbstractQuerySpec
Returns the number of measures whose aggregation function is distinct-count.
getDistinctValueWorkspace(int) - Method in class mondrian.rolap.agg.SegmentLoader
 
getDocument(File) - Static method in class mondrian.test.comp.XmlUtility
 
getDocumentBuilderFactory() - Static method in class mondrian.xmla.impl.DefaultXmlaServlet
 
getDOM() - Method in class mondrian.web.taglib.ResultCache
 
getDot() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
getDot() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
getDouble(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getDouble(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getDouble(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getDouble(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getDouble(CellKey) - Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
 
getDouble(CellKey) - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getDouble(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
Returns the value at a given coordinate, as a double.
getDouble(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
 
getDouble(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.DoubleColumn
 
getDouble(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
 
getDouble(int) - Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
 
getDouble(CellKey) - Method in class mondrian.rolap.agg.SparseSegmentDataset
 
getDoubleValue() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getDrillThroughCount() - Method in interface mondrian.olap.Cell
Returns the number of fact table rows which contributed to this Cell.
getDrillThroughCount() - Method in class mondrian.rolap.RolapCell
 
getDrillThroughSQL(boolean) - Method in interface mondrian.olap.Cell
Returns a SQL query that, when executed, returns drill through data for this Cell.
getDrillThroughSql(CellRequest, StarPredicate, boolean) - Method in class mondrian.rolap.agg.AggregationManager
 
getDrillThroughSql(CellRequest, StarPredicate, boolean) - Method in class mondrian.rolap.RolapAggregationManager
Generates a SQL statement which will return the rows which contribute to this request.
getDrillThroughSQL(boolean) - Method in class mondrian.rolap.RolapCell
Create an sql query that, when executed, will return the drill through data for this cell.
getDriverClassName() - Method in class mondrian.test.AbstractMondrianOlap4jTester
 
getDriverMajorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDriverManagerPoolingDataSource(String, Properties) - Method in class mondrian.rolap.RolapConnectionPool
 
getDriverMinorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDriverName() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDriverUrlPrefix() - Method in class mondrian.test.AbstractMondrianOlap4jTester
 
getDriverVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getDropTableRowsStmt() - Method in class mondrian.test.loader.DBLoader.Table
 
getDropTableStmt() - Method in class mondrian.test.loader.DBLoader.Table
 
getElapsedMillis() - Method in class mondrian.server.Execution
 
getElement() - Method in class mondrian.olap.Formula
 
getElement(int) - Method in class mondrian.olap.Id
 
getElementChild(OlapElement, Id.Segment) - Method in class mondrian.olap.DelegatingSchemaReader
 
getElementChild(OlapElement, Id.Segment, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
 
getElementChild(OlapElement, Id.Segment, MatchType) - Method in interface mondrian.olap.SchemaReader
Looks up the child of parent called name, or an approximation according to matchType, returning null if no element is found.
getElementChild(OlapElement, Id.Segment) - Method in interface mondrian.olap.SchemaReader
Looks up the child of parent name, returning null if no element is found.
getElementChild(OlapElement, Id.Segment) - Method in class mondrian.rolap.RolapSchemaReader
 
getElementChild(OlapElement, Id.Segment, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
 
getElementType() - Method in class mondrian.olap.type.SetType
Returns the type of the elements of this set.
getEncodingCharsetName() - Method in class mondrian.olap4j.MondrianInprocProxy
 
getEndColumn() - Method in class mondrian.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class mondrian.parser.SimpleCharStream
Get token end line number.
getEnumTargetCount() - Method in class mondrian.rolap.SqlTupleReader
 
getErrMsg() - Method in class mondrian.gui.JdbcMetaData
 
getErrMsg() - Method in class mondrian.gui.SchemaExplorer
 
getErrorCode() - Method in class mondrian.tui.MockHttpServletResponse
 
getErrorCount() - Method in class mondrian.recorder.AbstractRecorder
 
getErrorEntries() - Method in class mondrian.recorder.ListRecorder
 
getErrorMessage(Throwable) - Static method in class mondrian.olap.Util
Constructs the message associated with an arbitrary Java error, making up one based on the stack trace if there is none.
getErrorMessage(Throwable, boolean) - Static method in class mondrian.olap.Util
Constructs the message associated with an arbitrary Java error, making up one based on the stack trace if there is none.
getErrorMsg() - Method in class mondrian.gui.PropertyTableModel
 
getErrors() - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
getErrorText() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getEval(Evaluator) - Method in class mondrian.mdx.NamedSetExpr
 
getEvalCache(String) - Method in class mondrian.olap.Query
Gets the Object associated with the value.
getEvaluator() - Method in interface mondrian.calc.ExpCompiler
Returns the evaluator to be used for evaluating expressions during the compilation process.
getEvaluator() - Method in class mondrian.calc.impl.AbstractExpCompiler
 
getEvaluator() - Method in class mondrian.calc.impl.DelegatingExpCompiler
 
getEvaluator() - Method in class mondrian.rolap.DefaultTupleConstraint
 
getEvaluator() - Method in class mondrian.rolap.DescendantsConstraint
 
getEvaluator(Result, int[]) - Method in class mondrian.rolap.NonEmptyTest
 
getEvaluator(int[]) - Method in class mondrian.rolap.RolapResult
 
getEvaluator() - Method in interface mondrian.rolap.sql.TupleConstraint
 
getEvaluator() - Method in class mondrian.rolap.SqlContextConstraint
 
getEvaluator(TupleConstraint) - Method in class mondrian.rolap.SqlTupleReader
Obtains the evaluator used to find an aggregate table to support the Tuple constraint.
getExcludedRegions() - Method in class mondrian.rolap.agg.Segment
 
getExcludes() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
Get an Iterator over the list of Excludes.
getExecution() - Method in class mondrian.rolap.RolapResult
 
getExecutorService(int, String) - Static method in class mondrian.olap.Util
Creates an ExecutorService object backed by a thread pool with a fixed number of threads..
getExecutorService(String) - Static method in class mondrian.olap.Util
Creates an ExecutorService object backed by an expanding cached thread pool.
getExp() - Method in class mondrian.olap.ExpCacheDescriptor
 
getExp() - Method in class mondrian.olap.MemberProperty
 
getExp() - Method in interface mondrian.olap.NamedSet
Returns the expression used to derive this named set.
getExp() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getExp() - Method in class mondrian.olap.SetBase
 
getExp() - Method in class mondrian.rolap.RolapProperty
 
getExpanding() - Method in class mondrian.rolap.RolapEvaluator
Returns the calculated member being currently expanded.
getExpCompiler(Evaluator, Validator) - Static method in class mondrian.calc.ExpCompiler.Factory
Create a ExpCompiler instance, each call returns a new compiler.
getExpCompiler(Evaluator, Validator, List<ResultStyle>) - Static method in class mondrian.calc.ExpCompiler.Factory
 
getExportedKeys(String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getExpression(SqlQuery) - Method in class mondrian.gui.MondrianGuiDef.Column
 
getExpression(SqlQuery) - Method in interface mondrian.gui.MondrianGuiDef.Expression
 
getExpression(SqlQuery) - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
getExpression() - Method in class mondrian.olap.Formula
 
getExpression() - Method in class mondrian.olap.fun.TestMember
 
getExpression() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getExpression() - Method in interface mondrian.olap.Member
 
getExpression() - Method in class mondrian.olap.MemberBase
Returns the expression by which this member is calculated.
getExpression(SqlQuery) - Method in class mondrian.olap.MondrianDef.Column
 
getExpression(SqlQuery) - Method in interface mondrian.olap.MondrianDef.Expression
 
getExpression(SqlQuery) - Method in class mondrian.olap.MondrianDef.ExpressionView
 
getExpression() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getExpression() - Method in class mondrian.olap4j.MondrianOlap4jNamedSet
 
getExpression() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
 
getExpression() - Method in class mondrian.rolap.DelegatingRolapMember
 
getExpression(String) - Method in class mondrian.rolap.RolapAggregator.AvgFromAvg
 
getExpression(String) - Method in class mondrian.rolap.RolapAggregator.AvgFromSum
 
getExpression(String) - Method in class mondrian.rolap.RolapAggregator
Returns the expression to apply this aggregator to an operand.
getExpression(String) - Method in class mondrian.rolap.RolapAggregator.SumFromAvg
 
getExpression() - Method in class mondrian.rolap.RolapCalculatedMember
 
getExpression() - Method in class mondrian.rolap.RolapCubeMember
 
getExpression() - Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
 
getExpression() - Method in class mondrian.rolap.RolapStar.Column
 
getExtra(OlapConnection) - Static method in class mondrian.xmla.XmlaHandler
 
getExtraNameCharacters() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getFact() - Method in class mondrian.rolap.RolapCube
Returns this cube's fact table, null if the cube is virtual.
getFactCount() - Method in class mondrian.rolap.aggmatcher.AggGen
 
getFactCountMatch() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultRecognizer
Get the Matcher to be used to match the column which is the fact count column.
getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultRules
Gets the Recognizer.Matcher for columns that should be ignored.
getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRecognizer
Get the Matcher to be used to match the column which is the fact count column.
getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get Matcher for the fact count column.
getFactCountMatcher() - Method in class mondrian.rolap.aggmatcher.Recognizer
Return the fact count column Matcher.
getFactCountMatches() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getFactCountMeasure() - Method in class mondrian.rolap.RolapCube
Returns the system measure that counts the number of fact table rows in a given cell.
getFactCountName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get the name of the fact count column.
getFactFKColumnName() - Method in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
getFactFKColumnName() - Method in class mondrian.olap.MondrianDef.AggForeignKey
 
getFactory() - Static method in class mondrian.calc.ExpCompiler.Factory
Get the underlying Factory object.
getFactTable() - Method in class mondrian.gui.PropertyTableModel
 
getFactTable() - Method in class mondrian.rolap.aggmatcher.AggGen
 
getFactTable() - Method in class mondrian.rolap.aggmatcher.AggStar
Get the fact table.
getFactTable() - Method in class mondrian.rolap.RolapStar
Returns the fact table at the center of this RolapStar.
getFactTableFKs(String, String) - Method in class mondrian.gui.JdbcMetaData
 
getFactTableName() - Method in class mondrian.rolap.aggmatcher.AggGen
 
getFactTables(String) - Method in class mondrian.gui.JdbcMetaData
 
getFactTableSchema() - Method in class mondrian.gui.PropertyTableModel
 
getFakeDialect() - Static method in class mondrian.test.TestContext
Creates a dialect without using a connection.
getFamily() - Method in enum mondrian.spi.Dialect.DatabaseProduct
Return the root of the family of products this database product belongs to.
getFaultCode() - Method in exception mondrian.xmla.XmlaException
 
getFaultString() - Method in exception mondrian.xmla.XmlaException
 
getFetchDirection() - Method in class mondrian.olap4j.EmptyResultSet
 
getFetchDirection() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getFetchDirection() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getFetchSize() - Method in class mondrian.olap4j.EmptyResultSet
 
getFetchSize() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getFetchSize() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getFileName() - Method in class mondrian.rolap.aggmatcher.BUG_1541077
 
getFileName() - Method in class mondrian.rolap.aggmatcher.Checkin_7634
 
getFileName() - Method in class mondrian.rolap.aggmatcher.Checkin_7641
 
getFileName() - Method in class mondrian.rolap.aggmatcher.MultipleColsInTupleAggTest
 
getFileName() - Method in class mondrian.rolap.RolapResultTest
 
getFileName() - Method in class mondrian.test.loader.CsvDBTestCase
 
getFilter() - Method in class mondrian.gui.MondrianGuiDef.Table
 
getFilter() - Method in class mondrian.olap.MondrianDef.Table
 
getFilterAxis() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getFilterAxisMetaData() - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getFirstDescendantOnLevel(SchemaReader, Member, Level) - Static method in class mondrian.olap.Util
returns the first descendant on the level underneath parent.
getFirstDistinctMeasure(List<RolapStar.Measure>) - Method in class mondrian.rolap.FastBatchingCellReader.Batch
Returns the first measure based upon a distinct aggregation, or null if there is none.
getFirstError() - Method in class mondrian.tui.XmlUtil.SaxErrorHandler
 
getFirstRowOrdinal() - Method in class mondrian.olap.DrillThrough
 
getFirstUsage(Hierarchy) - Method in class mondrian.rolap.RolapCube
 
getFlags() - Method in class mondrian.rolap.RolapLevel
 
getFlavor() - Method in class mondrian.test.AbstractMondrianOlap4jTester
 
getFloat(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getFloat(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getFloat(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getFloat(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getFoodMartConnection() - Method in class mondrian.rolap.BatchTestCase
 
getForce() - Method in class mondrian.test.loader.DBLoader
 
getForeignKey() - Method in class mondrian.rolap.HierarchyUsage
 
getForeignKeyBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
 
getForeignKeyMatch() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getForeignKeyMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
Gets the Recognizer.Matcher for this foreign key column name.
getForeignKeyMatches() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getFormatLocale(Locale) - Static method in class mondrian.util.Format
Returns the Format.FormatLocale which precisely matches Locale, if any, or null if there is none.
getFormatString() - Method in interface mondrian.olap.Evaluator
Returns the format string for this cell.
getFormatString() - Method in class mondrian.rolap.RolapEvaluator
Returns the format string for this cell.
getFormatString() - Method in class mondrian.util.Format
 
getFormattedString(String, String, Object...) - Method in class mondrian.gui.I18n
Retrieves a resource string using the current locale.
getFormattedString(String, String, Object...) - Method in class mondrian.gui.validate.impl.WorkbenchMessages
 
getFormattedString(String, String, Object...) - Method in interface mondrian.gui.validate.Messages
Returns the string with given key with substitutions.
getFormattedValue() - Method in interface mondrian.olap.Cell
Returns the cell's value formatted according to the current format string, and locale-specific settings such as currency symbol.
getFormattedValue() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getFormattedValue() - Method in class mondrian.rolap.RolapCell
 
getFormatter() - Method in class mondrian.olap.Property
 
getFormatter() - Method in class mondrian.rolap.RolapBaseCubeMeasure
 
getFormatter() - Method in class mondrian.rolap.RolapHierarchy.RolapCalculatedMeasure
 
getFormatter() - Method in interface mondrian.rolap.RolapMeasure
Returns the object that formats cells of this measure, or null to use default formatting.
getFormatter() - Method in class mondrian.rolap.RolapProperty
 
getFormatter() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
 
getFormatToken(int) - Static method in class mondrian.util.Format
Returns the format token as a string representation which corresponds to a given token code.
getFormatType() - Method in class mondrian.util.Format.BasicFormat
 
getFormatType() - Method in class mondrian.util.Format.DateFormat
 
getFormatType() - Method in class mondrian.util.Format.NumericFormat
 
getFormatType() - Method in class mondrian.util.Format.Token
 
getFormatValue() - Method in class mondrian.rolap.RolapResult.CellInfo
Returns the formatted value of the Cell
getFormula() - Method in class mondrian.gui.MondrianGuiDef.CalculatedMember
Returns the formula, looking for a sub-element called "Formula" first, then looking for an attribute called "formula".
getFormula() - Method in class mondrian.gui.MondrianGuiDef.NamedSet
Returns the formula, looking for a sub-element called "Formula" first, then looking for an attribute called "formula".
getFormula() - Method in class mondrian.olap.MondrianDef.CalculatedMember
Returns the formula, looking for a sub-element called "Formula" first, then looking for an attribute called "formula".
getFormula() - Method in class mondrian.olap.MondrianDef.NamedSet
Returns the formula, looking for a sub-element called "Formula" first, then looking for an attribute called "formula".
getFormula() - Method in class mondrian.rolap.RolapCalculatedMember
 
getFormulas() - Method in class mondrian.olap.ParserTest.TestParser
 
getFormulas() - Method in class mondrian.olap.Query
Returns an array of the formulas used in this query.
getForwardedRequest() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
 
getForwardedResponse() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
 
getFromAccessor(Object) - Method in class mondrian.xmla.RowsetDefinition.Column
Retrieves the value of this column "MyColumn" by calling a method called "getMyColumn()".
getFromField(Object) - Method in class mondrian.xmla.RowsetDefinition.Column
Retrieves the value of this column "MyColumn" from a field called "myColumn".
getFullConnectString() - Method in class mondrian.olap.ConnectionBase
 
getFullName() - Method in class mondrian.rolap.HierarchyUsage
 
getFunDef() - Method in class mondrian.mdx.ResolvedFunCall
Returns the definition of the function which is being called.
getFunDef() - Method in class mondrian.olap.fun.MultiResolver
 
getFunDef() - Method in interface mondrian.olap.fun.Resolver
Returns a representative example of the function which this Resolver can produce, for purposes of describing the function set.
getFunDef() - Method in class mondrian.olap.fun.ResolverBase
 
getFunDef() - Method in class mondrian.olap.fun.SimpleResolver
 
getFunDef() - Method in class mondrian.olap.fun.UdfResolver
 
getFunInfoList() - Method in class mondrian.olap.fun.FunTableImpl
 
getFunInfoList() - Method in interface mondrian.olap.FunTable
Returns a list of FunInfo objects.
getFunName() - Method in class mondrian.mdx.ResolvedFunCall
 
getFunName() - Method in class mondrian.mdx.UnresolvedFunCall
Returns the function name.
getFunName() - Method in interface mondrian.olap.FunCall
Returns the name of the function.
getFunTable() - Method in interface mondrian.olap.Schema
Returns this schema's function table.
getFunTable() - Method in interface mondrian.olap.Validator
Returns the table of function and operator definitions.
getFunTable() - Method in class mondrian.olap.ValidatorImpl
 
getFunTable() - Method in class mondrian.rolap.RolapSchema
 
getGeneratedKeys() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getGenericExpression() - Method in class mondrian.gui.MondrianGuiDef.Column
 
getGenericExpression() - Method in interface mondrian.gui.MondrianGuiDef.Expression
 
getGenericExpression() - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
getGenericExpression() - Method in class mondrian.olap.MondrianDef.Column
 
getGenericExpression() - Method in interface mondrian.olap.MondrianDef.Expression
 
getGenericExpression() - Method in class mondrian.olap.MondrianDef.ExpressionView
 
getGlobalResourceConverter() - Static method in class mondrian.gui.Workbench
 
getGroupingBitKeyIndex() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getGroupingColumnsList(List<GroupingSet>) - Method in class mondrian.rolap.agg.GroupingSetsList
 
getGroupingSet(String[], String[], String[][], String, String) - Method in class mondrian.rolap.BatchTestCase
 
getGroupingSets() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getGroupingSets() - Method in class mondrian.rolap.GroupingSetsCollector
 
getGroupingSetsColumns() - Method in class mondrian.rolap.agg.GroupingSetsList
 
getGUIReference(String) - Method in class mondrian.gui.I18n
 
getHeader() - Method in class mondrian.rolap.agg.SegmentLoader.SegmentRollupWrapper
 
getHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class mondrian.tui.MockHttpServletResponse
 
getHeaderList(String) - Method in class mondrian.tui.MockHttpServletResponse
 
getHeaderNames() - Method in class mondrian.tui.MockHttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaders(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHideMemberCondition() - Method in class mondrian.rolap.RolapLevel
 
getHierarchies() - Method in interface mondrian.olap.Dimension
Returns an array of the hierarchies which belong to this dimension.
getHierarchies() - Method in class mondrian.olap.DimensionBase
 
getHierarchies() - Method in class mondrian.olap.type.TupleType
 
getHierarchies(Type) - Static method in class mondrian.olap.type.TypeUtil
Returns the hierarchies in a set, member, or tuple type.
getHierarchies() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxisMetaData
 
getHierarchies() - Method in class mondrian.olap4j.MondrianOlap4jCube
 
getHierarchies(String, String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getHierarchies() - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
getHierarchies() - Method in class mondrian.rolap.RolapCube
Returns a list of all hierarchies in this cube, in order of dimension.
getHierarchy() - Method in class mondrian.mdx.HierarchyExpr
Returns the hierarchy.
getHierarchy() - Method in class mondrian.olap.CubeBase
 
getHierarchy() - Method in class mondrian.olap.DimensionBase
 
getHierarchy() - Method in class mondrian.olap.fun.TestMember
 
getHierarchy() - Method in class mondrian.olap.HierarchyBase
 
getHierarchy() - Method in interface mondrian.olap.Level
 
getHierarchy() - Method in class mondrian.olap.LevelBase
 
getHierarchy() - Method in interface mondrian.olap.Member
 
getHierarchy() - Method in class mondrian.olap.MemberBase
 
getHierarchy() - Method in interface mondrian.olap.OlapElement
 
getHierarchy() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getHierarchy() - Method in class mondrian.olap.SetBase
 
getHierarchy() - Method in class mondrian.olap.type.CubeType
 
getHierarchy() - Method in class mondrian.olap.type.DimensionType
 
getHierarchy() - Method in class mondrian.olap.type.HierarchyType
 
getHierarchy() - Method in class mondrian.olap.type.LevelType
 
getHierarchy() - Method in class mondrian.olap.type.MemberType
 
getHierarchy() - Method in class mondrian.olap.type.ScalarType
 
getHierarchy() - Method in class mondrian.olap.type.SetType
 
getHierarchy() - Method in class mondrian.olap.type.TupleType
 
getHierarchy() - Method in interface mondrian.olap.type.Type
Returns the Hierarchy of this Type, or null if not known.
getHierarchy() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getHierarchy() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getHierarchy() - Method in class mondrian.rolap.ArrayMemberSource
 
getHierarchy() - Method in class mondrian.rolap.CacheMemberReader
 
getHierarchy() - Method in class mondrian.rolap.DelegatingMemberReader
 
getHierarchy() - Method in class mondrian.rolap.DelegatingRolapMember
 
getHierarchy() - Method in interface mondrian.rolap.MemberSource
Returns the hierarchy that this source is reading for.
getHierarchy() - Method in class mondrian.rolap.NoCacheMemberReader
 
getHierarchy() - Method in class mondrian.rolap.RolapCubeLevel
 
getHierarchy() - Method in class mondrian.rolap.RolapCubeMember
 
getHierarchy() - Method in class mondrian.rolap.RolapDimension
Returns the hierarchy of an expression.
getHierarchy() - Method in class mondrian.rolap.RolapLevel
 
getHierarchy() - Method in interface mondrian.rolap.RolapMember
 
getHierarchy() - Method in class mondrian.rolap.RolapMemberBase
 
getHierarchy() - Method in class mondrian.rolap.SmartMemberReader
 
getHierarchy() - Method in class mondrian.rolap.SqlMemberSource
 
getHierarchy() - Method in class mondrian.rolap.SubstitutingMemberReader
 
getHierarchyCardinality(Hierarchy) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getHierarchyCardinality(SchemaReader, Hierarchy) - Static method in class mondrian.rolap.RolapMemberBase
 
getHierarchyCardinality(Hierarchy) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
getHierarchyDefaultMember(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
 
getHierarchyDefaultMember(Hierarchy) - Method in interface mondrian.olap.SchemaReader
Returns the default member of a hierarchy.
getHierarchyDefaultMember(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
 
getHierarchyLevels(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
 
getHierarchyLevels(Hierarchy) - Method in interface mondrian.olap.SchemaReader
Returns the accessible levels of a hierarchy.
getHierarchyLevels(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
 
getHierarchyName() - Method in class mondrian.rolap.HierarchyUsage
 
getHierarchyOrdinal() - Method in interface mondrian.rolap.RolapCalculation
Returns the ordinal of this calculation; to resolve ties.
getHierarchyOrdinal() - Method in class mondrian.rolap.RolapMemberBase
 
getHierarchyOrdinal() - Method in class mondrian.rolap.RolapMemberCalculation
 
getHierarchyOrdinal() - Method in class mondrian.rolap.RolapTupleCalculation
 
getHierarchyRootMembers(Hierarchy) - Method in class mondrian.olap.DelegatingSchemaReader
 
getHierarchyRootMembers(Hierarchy) - Method in interface mondrian.olap.SchemaReader
Returns an array of the root members of hierarchy.
getHierarchyRootMembers(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
 
getHierarchyStructure(Hierarchy) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getHierarchyStructure(Hierarchy) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
getHintMap() - Method in class mondrian.gui.MondrianGuiDef.Table
 
getHintMap() - Method in class mondrian.olap.MondrianDef.Table
 
getHitRatio() - Method in class mondrian.rolap.agg.CountingAggregationManager
Returns the cache hit ratio.
getHoldability() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getId() - Method in class mondrian.olap.MondrianServer
Returns a string uniquely identifying this server within its JVM.
getId() - Method in interface mondrian.olap.Schema
Returns the uniquely generated id of this schema.
getId() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
getId() - Method in class mondrian.rolap.RolapSchema
Returns this schema instance unique ID.
getId() - Method in class mondrian.rolap.ScenarioImpl
 
getId() - Method in class mondrian.server.Execution
 
getId() - Method in class mondrian.server.MondrianServerImpl
 
getId() - Method in interface mondrian.server.Statement
Returns the ID of this statement, unique within the JVM.
getId() - Method in class mondrian.server.StatementImpl
 
getIdentifier() - Method in class mondrian.olap.Formula
Returns the Identifier of the set or member which is declared by this Formula.
getIdentifierQuoteString() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getIgnoreColumnNames() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get an Iterator over all ignore column name entries.
getIgnoreMap() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getIgnoreMaps() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultRecognizer
Get the Matcher to be used to match columns to be ignored.
getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultRules
Gets the Recognizer.Matcher for the fact count column.
getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRecognizer
Get the Matcher to be used to match columns to be ignored.
getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Get Matcher for ignore columns.
getIgnoreMatcher() - Method in class mondrian.rolap.aggmatcher.Recognizer
Return the ignore column Matcher.
GetImage() - Method in class mondrian.parser.SimpleCharStream
Get token literal value.
getImplementor() - Method in class mondrian.util.ServiceDiscovery
Returns a list of classes that implement the service.
getImportedKeys(String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getIncludeByTableDef(String, List<ExplicitRules.Group>) - Static method in class mondrian.rolap.aggmatcher.ExplicitRules
Returns the ExplicitRules.TableDef for a tableName that is a candidate aggregate table.
getIncludeByTableDef(String) - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Is the given tableName included either by exact name or by pattern.
getIncludedRequest() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
 
getIncludedResponse() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
 
getIndex() - Method in interface mondrian.calc.ParameterSlot
Returns the unique index of the slot.
getIndex(String, String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
 
getIndex(String) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getIndexOfChild(Object, Object) - Method in class mondrian.gui.JdbcTreeModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class mondrian.gui.SchemaTreeModel
Returns the index of child in parent.
getInfo() - Method in class mondrian.recorder.ListRecorder.Entry
 
getInfoCount() - Method in class mondrian.recorder.AbstractRecorder
 
getInfoEntries() - Method in class mondrian.recorder.ListRecorder
 
getInheritedProperties() - Method in interface mondrian.olap.Level
Returns properties defined against this level and parent levels.
getInheritedProperties() - Method in class mondrian.rolap.RolapLevel
 
getInitParameter(String) - Method in class mondrian.tui.MockServletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class mondrian.tui.MockServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class mondrian.tui.MockServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in class mondrian.tui.MockServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInputDirectory() - Method in class mondrian.test.loader.CsvDBLoader
 
getInputDirectoryRegex() - Method in class mondrian.test.loader.CsvDBLoader
 
getInputFile() - Method in class mondrian.test.loader.CsvDBLoader
 
getInputFiles() - Method in class mondrian.test.loader.CsvDBLoader
 
getInputStream() - Method in class mondrian.tui.MockHttpServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class mondrian.xmla.test.XmlaTestServletRequestWrapper
 
getInstance() - Static method in class mondrian.rolap.aggmatcher.DefaultRules
There is a single instance of the DefaultRecognizer and the DefaultRules class is a container of that instance.
getInstance(ServletContext) - Static method in class mondrian.web.taglib.ApplResources
Retrieves the one and only instance of ApplResources in this servlet's context.
getInstance(HttpSession, ServletContext, String) - Static method in class mondrian.web.taglib.ResultCache
Retrieves a cached query.
getInt(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getInt(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getInt(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getInt(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getInt(CellKey) - Method in class mondrian.rolap.agg.DenseIntSegmentDataset
 
getInt(CellKey) - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getInt(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
Returns the value at a given coordinate, as an int.
getInt(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
 
getInt(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
 
getInt(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.IntColumn
 
getInt(int) - Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
 
getInt(CellKey) - Method in class mondrian.rolap.agg.SparseSegmentDataset
 
getIntercept() - Method in class mondrian.olap.fun.LinReg.Value
 
getInternalConnection() - Method in class mondrian.rolap.RolapSchema
Connection for purposes of parsing and validation.
getInternalType() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
 
getInternalType() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
 
getInternalType() - Method in class mondrian.rolap.RolapLevel
 
getInternalType() - Method in class mondrian.rolap.RolapStar.Column
 
getIntHeader(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns the value of the specified request header as an int.
getIntoArray(int, Object[]) - Method in class mondrian.util.CartesianProductList
 
getIntValue() - Method in class mondrian.olap.Literal
 
getIterationLength() - Method in interface mondrian.olap.Evaluator
 
getIterationLength() - Method in class mondrian.rolap.RolapEvaluator
 
getIterations() - Method in class mondrian.test.MondrianTestRunner
 
getJdbcConnectionUrl() - Method in class mondrian.gui.JdbcMetaData
 
getJdbcConnectionUrl() - Method in class mondrian.gui.PreferencesDialog
 
getJdbcConnectionUrl() - Method in class mondrian.gui.SchemaExplorer
 
getJdbcDriver() - Method in class mondrian.test.loader.DBLoader
 
getJdbcDriverClassName() - Method in class mondrian.gui.PreferencesDialog
 
getJdbcDriversProperty() - Static method in class mondrian.tui.CmdRunner
 
getJDBCMajorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getJDBCMinorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getJdbcPassword() - Method in class mondrian.gui.PreferencesDialog
 
getJdbcPassword() - Method in class mondrian.gui.SchemaExplorer
 
getJdbcPasswordProperty() - Static method in class mondrian.tui.CmdRunner
 
getJdbcURL() - Method in class mondrian.test.loader.DBLoader
 
getJdbcURLProperty() - Static method in class mondrian.tui.CmdRunner
 
getJdbcUsername() - Method in class mondrian.gui.PreferencesDialog
 
getJdbcUsername() - Method in class mondrian.gui.SchemaExplorer
 
getJdbcUserProperty() - Static method in class mondrian.tui.CmdRunner
 
getJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
 
getJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
 
getJoinCondition() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
 
getJoinCondition() - Method in class mondrian.rolap.RolapStar.Table
Returns the condition by which a dimension table is connected to its parent; or null if this is the fact table.
getJoinExp() - Method in class mondrian.rolap.HierarchyUsage
 
getJoinTable() - Method in class mondrian.rolap.HierarchyUsage
 
getKey() - Method in class mondrian.olap.fun.FunUtil.SortKeySpec
 
getKey() - Method in class mondrian.rolap.DelegatingRolapMember
 
getKey() - Method in interface mondrian.rolap.RolapMember
 
getKey() - Method in class mondrian.rolap.RolapMemberBase
 
getKey() - Method in class mondrian.util.Pair
 
getKeyExp() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getKeyExp() - Method in class mondrian.olap.MondrianDef.Level
 
getKeyExp() - Method in class mondrian.rolap.RolapLevel
 
getKeys() - Method in class mondrian.rolap.agg.Aggregation.Axis
 
getKeywords() - Method in class mondrian.olap.MondrianServer
Returns a list of MDX keywords.
getKeywords() - Method in class mondrian.server.MondrianServerImpl
 
getKind() - Method in class mondrian.rolap.HierarchyUsage
 
getLeadMember(Member, int) - Method in class mondrian.olap.DelegatingSchemaReader
 
getLeadMember(Member, int) - Method in interface mondrian.olap.SchemaReader
Returns a member n further along in the same level from member.
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.CacheMemberReader
 
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.DelegatingMemberReader
 
getLeadMember(RolapMember, int) - Method in interface mondrian.rolap.MemberReader
Returns the member n after member in the same level (or before, if n is negative).
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.NoCacheMemberReader
 
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.RestrictedMemberReader
 
getLeadMember(Member, int) - Method in class mondrian.rolap.RolapSchemaReader
 
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.SmartMemberReader
 
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.SqlMemberSource
 
getLeadMember(RolapMember, int) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getLeft() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
Return the left join expression.
getLeft(SqlQuery) - Method in class mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
Return the left join expression as string.
getLeft() - Method in class mondrian.rolap.RolapStar.Condition
 
getLeft(SqlQuery) - Method in class mondrian.rolap.RolapStar.Condition
 
getLeftAlias() - Method in class mondrian.gui.MondrianGuiDef.Join
Returns the alias of the left join key, defaulting to left's alias if left is a table.
getLeftAlias() - Method in class mondrian.olap.MondrianDef.Join
Returns the alias of the left join key, defaulting to left's alias if left is a table.
getLength() - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
 
getLevel() - Method in class mondrian.mdx.LevelExpr
Returns the level.
getLevel() - Method in class mondrian.olap.fun.TestMember
 
getLevel() - Method in interface mondrian.olap.Member
 
getLevel() - Method in class mondrian.olap.MemberBase
 
getLevel() - Method in class mondrian.olap.type.CubeType
 
getLevel() - Method in class mondrian.olap.type.DimensionType
 
getLevel() - Method in class mondrian.olap.type.HierarchyType
 
getLevel() - Method in class mondrian.olap.type.LevelType
 
getLevel() - Method in class mondrian.olap.type.MemberType
 
getLevel() - Method in class mondrian.olap.type.ScalarType
 
getLevel() - Method in class mondrian.olap.type.SetType
 
getLevel() - Method in class mondrian.olap.type.TupleType
 
getLevel() - Method in interface mondrian.olap.type.Type
Returns the Level of this Type, or null if not known.
getLevel() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getLevel() - Method in class mondrian.rolap.CacheControlImpl.MemberRangeCellRegion
 
getLevel() - Method in class mondrian.rolap.DelegatingRolapMember
 
getLevel() - Method in class mondrian.rolap.RolapCubeMember
getLevel() - Method in interface mondrian.rolap.RolapMember
 
getLevel() - Method in class mondrian.rolap.RolapMemberBase
 
getLevel() - Method in interface mondrian.rolap.sql.CrossJoinArg
 
getLevel() - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
 
getLevel() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
 
getLevel() - Method in class mondrian.rolap.TargetBase
 
getLevelBitKey() - Method in class mondrian.rolap.agg.GroupingSet
 
getLevelBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
Get the foreign-key/level BitKey.
getLevelCardinality(Level, boolean, boolean) - Method in class mondrian.olap.DelegatingSchemaReader
 
getLevelCardinality(Level, boolean, boolean) - Method in interface mondrian.olap.SchemaReader
Returns the number of members in a level, returning an approximation if acceptable.
getLevelCardinality(Level) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getLevelCardinality(Level, boolean, boolean) - Method in class mondrian.rolap.RolapSchemaReader
 
getLevelCardinality(Level) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
getLevelMap() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getLevelMaps() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getLevelMatcher(String, String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
Gets a Recognizer.Matcher for a given level's hierarchy's name, level name and column name.
getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.CacheMemberReader
 
getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.DelegatingMemberReader
 
getLevelMemberCount(RolapLevel) - Method in interface mondrian.rolap.MemberReader
Returns the number of members in this level.
getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.NoCacheMemberReader
 
getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.SmartMemberReader
 
getLevelMemberCount(RolapLevel) - Method in class mondrian.rolap.SqlMemberSource
 
getLevelMembers(Level, boolean) - Method in class mondrian.olap.DelegatingSchemaReader
 
getLevelMembers(Level, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
 
getLevelMembers(Level, boolean) - Method in interface mondrian.olap.SchemaReader
Returns the members of a level, optionally including calculated members.
getLevelMembers(Level, Evaluator) - Method in interface mondrian.olap.SchemaReader
Returns the members of a level, optionally filtering out members which are empty.
getLevelMembers(Level, boolean) - Method in class mondrian.rolap.RolapSchemaReader
 
getLevelMembers(Level, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
 
getLevelMembersConstraint(Evaluator) - Method in class mondrian.rolap.SqlConstraintFactory
 
getLevelMembersConstraint(Evaluator, Level[]) - Method in class mondrian.rolap.SqlConstraintFactory
Returns a constraint that restricts the members of a level to those that are non-empty in the given context.
getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.CacheMemberReader
 
getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in interface mondrian.rolap.MemberCache
Returns the members of level if they are currently in the cache, otherwise returns null.
getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.MemberCacheHelper
 
getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.MemberNoCacheHelper
 
getLevelMembersFromCache(RolapLevel, TupleConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
 
getLevelName() - Method in class mondrian.rolap.HierarchyUsage
 
getLevelProperties(Level) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getLevelProperties(Level) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
Returns the defined properties of a level.
getLevelReader() - Method in class mondrian.rolap.RolapCubeLevel
 
getLevels() - Method in interface mondrian.olap.Hierarchy
Returns the levels in this hierarchy.
getLevels() - Method in class mondrian.olap.HierarchyBase
 
getLevels(String, String, String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getLevels() - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
getLevels() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Returns all level columns.
getLevels() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Gets all level mappings.
getLevels() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getLevelType() - Method in interface mondrian.olap.Level
 
getLevelType() - Method in class mondrian.olap.LevelBase
 
getLevelType() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getLimitedMemberForHierarchy(Hierarchy) - Method in class mondrian.olap.CubeAccess
 
getLimitedMemberList() - Method in class mondrian.olap.CubeAccess
 
getLimitedMembers() - Method in class mondrian.olap.CubeAccess
 
getLine() - Method in class mondrian.parser.SimpleCharStream
Deprecated. 
getLine(Reader, StringBuilder) - Static method in class mondrian.tui.CmdRunner
Read the next line of input.
getList() - Method in class mondrian.rolap.TargetBase
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class mondrian.gui.ListRenderer
 
getListener() - Method in class mondrian.rolap.RolapNative
 
getListOfAvailableLanguages(Class) - Static method in class mondrian.gui.I18n
 
getLiteralArg(ResolvedFunCall, int, String, String[]) - Static method in class mondrian.olap.fun.FunUtil
Returns an argument whose value is a literal.
getLiteralArg(ResolvedFunCall, int, E, Class<E>) - Static method in class mondrian.olap.fun.FunUtil
Returns the ordinal of a literal argument.
getLiterals() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getLoader() - Method in class mondrian.test.MondrianTestRunner
Always use the StandardTestSuiteLoader.
getLocalAddr() - Method in class mondrian.tui.MockHttpServletRequest
 
getLocale() - Method in class mondrian.gui.LanguageChangedEvent
Getter for property locale.
getLocale() - Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
Returns the property locale.
getLocale() - Method in interface mondrian.olap.Connection
Returns the locale this connection belongs to.
getLocale() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getLocale() - Method in class mondrian.olap4j.MondrianOlap4jSchema
Shorthand for catalog.database.connection.getLocale().
getLocale() - Method in class mondrian.rolap.RolapConnection
 
getLocale() - Method in class mondrian.tui.MockHttpServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class mondrian.tui.MockHttpServletResponse
Returns the locale assigned to the response.
getLocales() - Method in class mondrian.tui.MockHttpServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocalized(OlapElement.LocalizedProperty, Locale) - Method in class mondrian.olap.fun.TestMember
 
getLocalized(OlapElement.LocalizedProperty, Locale) - Method in interface mondrian.olap.OlapElement
Returns the value of a property (caption or description) of this element in the given locale.
getLocalized(OlapElement.LocalizedProperty, Locale) - Method in class mondrian.olap.OlapElementBase
 
getLocalized(OlapElement.LocalizedProperty, Locale) - Method in class mondrian.olap.Query.ScopedNamedSet
 
getLocalizedMessage() - Method in exception mondrian.olap.MondrianException
 
getLocalName() - Method in class mondrian.tui.MockHttpServletRequest
 
getLocalName(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
 
getLocalPort() - Method in class mondrian.tui.MockHttpServletRequest
 
getLocalResource(String, String) - Method in interface mondrian.olap.Namer
 
getLocation(Symbol, int[]) - Method in class mondrian.olap.Scanner
Deduces the line and column (0-based) of a symbol.
getLockBox() - Method in class mondrian.olap.MondrianServer
Returns the lock box that can be used to pass objects via their string key.
getLockBox() - Method in class mondrian.server.MondrianServerImpl
 
getLogger() - Method in class mondrian.olap.ConnectionBase
 
getLogger() - Method in class mondrian.olap.OlapElementBase
 
getLogger() - Method in class mondrian.olap.ResultBase
 
getLogger() - Method in class mondrian.olap.SetBase
 
getLogger() - Method in class mondrian.rolap.agg.AggregationManager
Returns the log4j logger.
getLogger() - Static method in class mondrian.rolap.aggmatcher.AggStar
 
getLogger() - Method in class mondrian.rolap.aggmatcher.AggTableManager
Get the Logger.
getLogger() - Static method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getLogger() - Method in class mondrian.rolap.aggmatcher.JdbcSchema
Returns the Logger.
getLogger() - Method in class mondrian.rolap.HierarchyUsage
 
getLogger() - Method in class mondrian.rolap.RolapConnection
 
getLogger() - Method in class mondrian.rolap.RolapConnection.NonEmptyResult
 
getLogger() - Method in class mondrian.rolap.RolapCube
 
getLogger() - Method in class mondrian.rolap.RolapDimension
 
getLogger() - Method in class mondrian.rolap.RolapEvaluator
 
getLogger() - Method in class mondrian.rolap.RolapHierarchy
 
getLogger() - Method in class mondrian.rolap.RolapLevel
 
getLogger() - Method in class mondrian.rolap.RolapMemberBase
 
getLogger() - Method in class mondrian.rolap.RolapResult
 
getLogger() - Method in class mondrian.rolap.RolapSchema
 
getLogger() - Method in class mondrian.util.AbstractMemoryMonitor
Returns the Logger.
getLogger() - Method in class mondrian.util.NotificationMemoryMonitor
Get the Logger.
getLong(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getLong(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getLong(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getLong(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getLong(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.LongColumn
 
getLowerBound() - Method in class mondrian.rolap.agg.RangeColumnPredicate
 
getLowerBound() - Method in class mondrian.rolap.CacheControlImpl.MemberRangeCellRegion
 
getLowerInclusive() - Method in class mondrian.rolap.agg.RangeColumnPredicate
 
getLowerInclusive() - Method in class mondrian.rolap.CacheControlImpl.MemberRangeCellRegion
 
getLowThreshold() - Method in class mondrian.util.AbstractMemoryMonitor
Returns the current lowest threshold of all registered Listeners.
getMajorVersion() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
Returns the major part of the version number.
getMajorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDriver
 
getMajorVersion() - Method in class mondrian.tui.MockServletContext
Returns the major version of the Java Servlet API that this servlet container supports.
getMatchCount(StarColumnPredicate) - Method in class mondrian.rolap.agg.Aggregation.Axis
Returns how many of this Axis' keys match a given constraint.
getMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
getMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
getMatcher() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
getMatcher(String, String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
getMatcher(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
getMatcher(String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
getMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
getMatcher(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
getMatcher(String) - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
getMax() - Method in class mondrian.olap.EnumeratedValues
Returns the largest ordinal defined by this enumeration.
getMaxBinaryLiteralLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxColumnNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxColumnNameLength() - Method in interface mondrian.spi.Dialect
Returns the maximum length of the name of a database column or query alias allowed by this dialect.
getMaxColumnNameLength() - Method in class mondrian.spi.impl.JdbcDialectImpl
 
getMaxColumnsInGroupBy() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxColumnsInTable() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxConnections() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxCursorNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxFieldSize() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getMaxIndexLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxMemory() - Method in class mondrian.util.FauxMemoryMonitor
 
getMaxMemory() - Method in interface mondrian.util.MemoryMonitor
Returns the maximum memory usage.
getMaxMemory() - Method in class mondrian.util.NotificationMemoryMonitor
Get the maximum possible memory usage for this JVM instance.
getMaxProcedureNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxRowCount() - Method in class mondrian.olap.DrillThrough
 
getMaxRows() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getMaxRows() - Method in class mondrian.rolap.HighCardSqlTupleReader
 
getMaxRows() - Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
 
getMaxRows() - Method in class mondrian.rolap.SqlTupleReader
 
getMaxRowSize() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxStatementLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxStatements() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxTableNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxTablesInSelect() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMaxUserNameLength() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMdxHierarchiesOnAxis(AxisOrdinal) - Method in class mondrian.olap.Query
Returns Hierarchy[] used on axis.
getMdxKeywords() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMdxMember() - Method in class mondrian.olap.Formula
Returns the Member.
getMeasure() - Method in class mondrian.rolap.agg.CellRequest
Returns the measure of this cell request.
getMeasure(int) - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getMeasure(int) - Method in interface mondrian.rolap.agg.QuerySpec
 
getMeasure(int) - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
getMeasure(String, String) - Method in class mondrian.rolap.BatchTestCase
 
getMeasureAggregator(Member) - Method in class mondrian.olap4j.MondrianOlap4jExtra
 
getMeasureAggregator(Member) - Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
 
getMeasureAlias(int) - Method in class mondrian.rolap.agg.AggQuerySpec
 
getMeasureAlias(int) - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getMeasureAlias(int) - Method in interface mondrian.rolap.agg.QuerySpec
 
getMeasureAlias(int) - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
getMeasureAsColumn(int) - Method in class mondrian.rolap.agg.AggQuerySpec
 
getMeasureBitKey() - Method in class mondrian.rolap.agg.GroupingSet
 
getMeasureBitKey() - Method in class mondrian.rolap.aggmatcher.AggStar
Returns a BitKey of all measures.
getMeasureCount() - Method in class mondrian.rolap.agg.AggQuerySpec
 
getMeasureCount() - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getMeasureCount() - Method in interface mondrian.rolap.agg.QuerySpec
 
getMeasureCount() - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
getMeasureCube() - Method in interface mondrian.olap.Evaluator
Returns the base (non-virtual) cube that the current measure in the context belongs to.
getMeasureCube() - Method in class mondrian.rolap.RolapEvaluator
 
getMeasureMap() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getMeasureMaps() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getMeasureMatcher(JdbcSchema.Table.Column.Usage) - Method in class mondrian.rolap.aggmatcher.DefaultRecognizer
Get the Match used to identify columns that are measures.
getMeasureMatcher(String, String, String) - Method in class mondrian.rolap.aggmatcher.DefaultRules
Creates a Recognizer.Matcher for the given measure name (symbolic name), column name and aggregate name (sum, count, etc.).
getMeasures() - Method in class mondrian.olap4j.MondrianOlap4jCube
 
getMeasures(String, String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMeasures() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
Returns a list of all measures.
getMeasures() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
Gets all level mappings.
getMeasures() - Method in class mondrian.rolap.RolapCube
 
getMeasuresHierarchy() - Method in class mondrian.rolap.RolapCube
Returns the the measures hierarchy.
getMeasuresMembers() - Method in class mondrian.olap.Query
 
getMeasuresMembers() - Method in class mondrian.rolap.RolapCube
 
getMember() - Method in class mondrian.mdx.MemberExpr
Returns the member.
getMember(int, int) - Method in class mondrian.olap.fun.NativizeSetFunDef.Range
 
getMember() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getMember(int[], Hierarchy) - Method in class mondrian.olap.ResultBase
Returns the current member of a given hierarchy at a given location.
getMember() - Method in class mondrian.olap.type.MemberType
 
getMember() - Method in class mondrian.rolap.agg.MemberColumnPredicate
Returns the Member.
getMember(Object) - Method in class mondrian.rolap.CacheMemberReader
 
getMember(Object, boolean) - Method in class mondrian.rolap.CacheMemberReader
 
getMember(Object) - Method in interface mondrian.rolap.MemberCache
Retrieves the RolapMember with a given key.
getMember(Object, boolean) - Method in interface mondrian.rolap.MemberCache
Retrieves the RolapMember with a given key.
getMember(Object, boolean) - Method in class mondrian.rolap.MemberCacheHelper
 
getMember(Object) - Method in class mondrian.rolap.MemberCacheHelper
 
getMember(Object, boolean) - Method in class mondrian.rolap.MemberNoCacheHelper
 
getMember(Object) - Method in class mondrian.rolap.MemberNoCacheHelper
 
getMember(Object) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMember(Object, boolean) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMember() - Method in class mondrian.rolap.ScenarioImpl
Returns the member of the [Scenario] dimension that represents this scenario.
getMemberAncestors(Member, List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberAncestors(Member, List<Member>) - Method in interface mondrian.olap.SchemaReader
Returns a list of ancestors of member, in depth order.
getMemberAncestors(Member, List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberBuilder() - Method in class mondrian.rolap.CacheMemberReader
 
getMemberBuilder() - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberBuilder() - Method in interface mondrian.rolap.MemberReader
 
getMemberBuilder() - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberBuilder() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
 
getMemberBuilder() - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
 
getMemberBuilder() - Method in class mondrian.rolap.SmartMemberReader
 
getMemberBuilder() - Method in class mondrian.rolap.SqlMemberSource
 
getMemberBuilder() - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberByUniqueName(List<Id.Segment>, boolean) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberByUniqueName(List<Id.Segment>, boolean, MatchType) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberByUniqueName(List<Id.Segment>, boolean, MatchType) - Method in interface mondrian.olap.SchemaReader
Finds a member based upon its unique name.
getMemberByUniqueName(List<Id.Segment>, boolean) - Method in interface mondrian.olap.SchemaReader
Finds a member based upon its unique name, requiring an exact match.
getMemberByUniqueName(List<Id.Segment>, boolean) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberByUniqueName(List<Id.Segment>, boolean, MatchType) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberCache() - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
 
getMemberCache() - Method in class mondrian.rolap.SmartMemberReader
 
getMemberCache() - Method in class mondrian.rolap.SqlMemberSource
 
getMemberCache() - Method in interface mondrian.rolap.TupleReader.MemberBuilder
Returns the MemberCache to look up members before creating them.
getMemberCacheLock() - Method in class mondrian.rolap.RolapCubeHierarchy.RolapCubeSqlMemberSource
use the same lock in the RolapCubeMemberSource as the RolapCubeHiearchyMemberReader to avoid deadlocks
getMemberCacheLock() - Method in class mondrian.rolap.SqlMemberSource
 
getMemberCacheLock() - Method in interface mondrian.rolap.TupleReader.MemberBuilder
Returns the object which acts as the member cache synchronization lock.
getMemberCalcs() - Method in class mondrian.olap.fun.TupleFunDef.CalcImpl
 
getMemberChildren(Member) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberChildren(List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberChildren(Member, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberChildren(List<Member>, Evaluator) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberChildren(Member) - Method in interface mondrian.olap.SchemaReader
Returns direct children of member.
getMemberChildren(Member, Evaluator) - Method in interface mondrian.olap.SchemaReader
Returns direct children of member, optimized for NON EMPTY.
getMemberChildren(List<Member>) - Method in interface mondrian.olap.SchemaReader
Returns direct children of each element of members.
getMemberChildren(List<Member>, Evaluator) - Method in interface mondrian.olap.SchemaReader
Returns direct children of each element of members which is not empty in context.
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.ArrayMemberSource
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.ArrayMemberSource
 
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.CacheMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.CacheMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.CacheMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.CacheMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in interface mondrian.rolap.MemberReader
Populates a list of the children of a Member, optionally applying a constraint.
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in interface mondrian.rolap.MemberReader
Populates a list of the children of a given set of Members, optionally applying a constraint.
getMemberChildren(RolapMember, List<RolapMember>) - Method in interface mondrian.rolap.MemberSource
Writes all children parentMember to children.
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in interface mondrian.rolap.MemberSource
Returns all members which are a child of one of the members in parentMembers, sorted by ordinal.
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
 
getMemberChildren(Member) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberChildren(Member, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberChildren(List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberChildren(List<Member>, Evaluator) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SmartMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SmartMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.SqlMemberSource
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SqlMemberSource
 
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SqlMemberSource
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SqlMemberSource
 
getMemberChildren(RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberChildren(RolapMember, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberChildren(List<RolapMember>, List<RolapMember>, MemberChildrenConstraint) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.DefaultTupleConstraint
 
getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.DescendantsConstraint
 
getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.RolapNativeSet.SetConstraint
Returns null to prevent the member/childern from being cached.
getMemberChildrenConstraint(RolapMember) - Method in interface mondrian.rolap.sql.TupleConstraint
When the members of a level are fetched, the result is grouped by into parents and their children.
getMemberChildrenConstraint(Evaluator) - Method in class mondrian.rolap.SqlConstraintFactory
 
getMemberChildrenConstraint(RolapMember) - Method in class mondrian.rolap.SqlContextConstraint
 
getMemberCount() - Method in class mondrian.rolap.ArrayMemberSource
 
getMemberCount() - Method in class mondrian.rolap.CacheMemberReader
 
getMemberCount() - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberCount() - Method in interface mondrian.rolap.MemberSource
Returns an estimate of number of members in this hierarchy.
getMemberCount() - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberCount() - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
 
getMemberCount() - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
 
getMemberCount() - Method in class mondrian.rolap.SmartMemberReader
 
getMemberCount() - Method in class mondrian.rolap.SqlMemberSource
 
getMemberCount() - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberDepth(Member) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberDepth(Member) - Method in interface mondrian.olap.SchemaReader
Returns the depth of a member.
getMemberDepth(Member) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberFormatter() - Method in interface mondrian.olap.Level
Returns the object that is used to format members of this level.
getMemberFormatter() - Method in class mondrian.olap.LevelBase
 
getMemberFormatter() - Method in class mondrian.rolap.RolapCubeLevel
 
getMemberFormatter(String, Scripts.ScriptDefinition) - Static method in class mondrian.rolap.RolapSchema
Given the name of a member formatter class, returns a member formatter.
getMemberList() - Method in class mondrian.rolap.CacheControlImpl.MemberCellRegion
 
getMemberOrdinalInParent(SchemaReader, Member) - Static method in class mondrian.olap.Util
Finds the zero based ordinal of a Member among its siblings.
getMemberParent(Member) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberParent(Member) - Method in interface mondrian.olap.SchemaReader
Returns the parent of member.
getMemberParent(RolapMember) - Method in class mondrian.rolap.CacheMemberReader
 
getMemberParent(RolapMember) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberParent(RolapMember) - Method in interface mondrian.rolap.MemberReader
 
getMemberParent(RolapMember) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberParent(RolapMember) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMemberParent(Member) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberParent(RolapMember) - Method in class mondrian.rolap.SmartMemberReader
 
getMemberParent(RolapMember) - Method in class mondrian.rolap.SqlMemberSource
 
getMemberParent(RolapMember) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberRange(Level, Member, Member, List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
 
getMemberRange(Level, Member, Member, List<Member>) - Method in interface mondrian.olap.SchemaReader
Appends to list all members between startMember and endMember (inclusive) which belong to level.
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.CacheMemberReader
 
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in interface mondrian.rolap.MemberReader
Writes all members between startMember and endMember into list.
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMemberRange(Level, Member, Member, List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
 
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SmartMemberReader
 
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SqlMemberSource
 
getMemberRange(RolapLevel, RolapMember, RolapMember, List<RolapMember>) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberReader() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getMemberReader() - Method in class mondrian.rolap.RolapHierarchy
 
getMemberReader(Hierarchy) - Method in interface mondrian.rolap.RolapNativeSet.SchemaReaderWithMemberReaderAvailable
 
getMemberReader(Hierarchy) - Method in class mondrian.rolap.RolapSchemaReader
 
getMembers() - Method in interface mondrian.olap.Evaluator
Returns an array of the members which make up the current context.
getMembers(int) - Method in class mondrian.olap.fun.NativizeSetFunDef.Range
 
getMembers(String, String, String, String, String, String, String, Set<Member.TreeOp>) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getMembers() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getMembers() - Method in class mondrian.rolap.ArrayMemberSource
 
getMembers() - Method in class mondrian.rolap.CacheMemberReader
 
getMembers() - Method in class mondrian.rolap.DelegatingMemberReader
 
getMembers() - Method in interface mondrian.rolap.MemberSource
Returns all members of this hierarchy, sorted by ordinal.
getMembers() - Method in class mondrian.rolap.NoCacheMemberReader
 
getMembers() - Method in class mondrian.rolap.RolapEvaluator
 
getMembers() - Method in class mondrian.rolap.SmartMemberReader
 
getMembers() - Method in interface mondrian.rolap.sql.CrossJoinArg
 
getMembers() - Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
 
getMembers() - Method in class mondrian.rolap.sql.MemberListCrossJoinArg
 
getMembers() - Method in class mondrian.rolap.SqlMemberSource
 
getMembers() - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMembersForQuery(String, List<Member>) - Method in interface mondrian.olap.Cube
Returns Member[].
getMembersForQuery(String, List<Member>) - Method in class mondrian.rolap.RolapCube
 
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.CacheMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.CacheMemberReader
 
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.DelegatingMemberReader
 
getMembersInLevel(RolapLevel, int, int) - Method in interface mondrian.rolap.MemberReader
Returns all of the members in level whose ordinal lies between startOrdinal and endOrdinal.
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in interface mondrian.rolap.MemberReader
Returns the members in the given Level, optionally between a range of ordinals and applying a constraint.
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.NoCacheMemberReader
 
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.RestrictedMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
 
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.SmartMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.SmartMemberReader
 
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.SqlMemberSource
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.SqlMemberSource
 
getMembersInLevel(RolapLevel, int, int) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMembersInLevel(RolapLevel, int, int, TupleConstraint) - Method in class mondrian.rolap.SubstitutingMemberReader
 
getMemberType() - Method in class mondrian.olap.fun.TestMember
 
getMemberType() - Method in interface mondrian.olap.Member
Returns the type of member.
getMemberType() - Method in class mondrian.olap.MemberBase
 
getMemberType() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getMemberType() - Method in class mondrian.rolap.DelegatingRolapMember
 
getMemoryMonitor() - Static method in class mondrian.util.MemoryMonitorFactory
Access the MemoryMonitorFactory instance.
getMessage() - Method in exception mondrian.olap.MondrianException
 
getMessage() - Method in error mondrian.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class mondrian.recorder.ListRecorder.Entry
 
getMetaData() - Method in class mondrian.olap4j.EmptyResultSet
 
getMetaData() - Method in class mondrian.olap4j.MondrianOlap4jCatalog
 
getMetaData() - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getMetaData() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getMetaData() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getMetaData() - Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
 
getMetadataRowset(OlapConnection, String, Map<String, Object>) - Static method in class mondrian.xmla.XmlaUtil
Returns a set of column headings and rows for a given metadata request.
getMethod() - Method in class mondrian.tui.MockHttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
 
getMethod() - Method in interface mondrian.xmla.XmlaRequest
Indicate DISCOVER or EXECUTE method.
getMimeType(String) - Method in class mondrian.tui.MockServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType() - Method in enum mondrian.xmla.Enumeration.ResponseMimeType
 
getMin() - Method in class mondrian.olap.EnumeratedValues
Returns the smallest ordinal defined by this enumeration.
getMinorVersion() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
Returns the minor part of the version number.
getMinorVersion() - Method in class mondrian.olap4j.MondrianOlap4jDriver
 
getMinorVersion() - Method in class mondrian.tui.MockServletContext
Returns the minor version of the Servlet API that this servlet container supports.
getMissCount() - Method in interface mondrian.olap.Evaluator
Returns the number of times that this evaluator has told a lie when retrieving cell values.
getMissCount() - Method in class mondrian.rolap.agg.CountingAggregationManager
Returns number of cache misses.
getMissCount() - Method in interface mondrian.rolap.CellReader
Returns the number of times this cell reader has told a lie (since creation), because the required cell value is not in the cache.
getMissCount() - Method in class mondrian.rolap.FastBatchingCellReader
 
getMissCount() - Method in class mondrian.rolap.RolapEvaluator
 
getMondrianConnection() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getMondrianConnection() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getMondrianConnection() - Method in interface mondrian.server.Statement
Returns this statement's connection.
getMondrianConnection2() - Method in class mondrian.olap4j.MondrianOlap4jConnection
Cop-out version of MondrianOlap4jConnection.getMondrianConnection() that doesn't throw a checked exception.
getMondrianDefExpression() - Method in class mondrian.rolap.RolapBaseCubeMeasure
 
getMondrianDefExpression() - Method in interface mondrian.rolap.RolapStoredMeasure
Returns the column which holds the value of the measure.
getMondrianDefExpression() - Method in class mondrian.rolap.RolapVirtualCubeMeasure
 
getMondrianStatement() - Method in class mondrian.server.Execution
 
getMoniker() - Method in interface mondrian.util.LockBox.Entry
String key by which to identify this object.
getMonthLevel() - Method in interface mondrian.olap.Cube
Return Month Level or null.
getMonthLevel() - Method in class mondrian.olap.CubeBase
 
getMoreResults() - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getMoreResults(int) - Method in class mondrian.olap4j.MondrianOlap4jStatement
 
getMsgType() - Method in class mondrian.recorder.ListRecorder.Entry
 
getMultiColumnPredicates() - Method in class mondrian.rolap.agg.Segment.Region
 
getMutableClone() - Method in class mondrian.olap.EnumeratedValues
Creates a mutable enumeration from an existing enumeration, which may already be immutable.
getName() - Method in class mondrian.calc.impl.AbstractCalc
Returns the name of this expression type, used when serializing an expression to a string.
getName() - Method in class mondrian.calc.impl.ConstantCalc
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggColumnName
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggExclude
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggFactCount
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggForeignKey
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggIgnoreColumn
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggLevel
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggMeasure
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggName
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggPattern
 
getName() - Method in class mondrian.gui.MondrianGuiDef.AggTable
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Annotation
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Annotations
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CalculatedMember
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CaptionExpression
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CellFormatter
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Closure
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Column
 
getName() - Method in class mondrian.gui.MondrianGuiDef.ColumnDef
 
getName() - Method in class mondrian.gui.MondrianGuiDef.ColumnDefs
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Cube
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CubeDimension
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CubeGrant
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CubeUsage
 
getName() - Method in class mondrian.gui.MondrianGuiDef.CubeUsages
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Dimension
 
getName() - Method in class mondrian.gui.MondrianGuiDef.DimensionGrant
 
getName() - Method in class mondrian.gui.MondrianGuiDef.DimensionUsage
 
getName() - Method in class mondrian.gui.MondrianGuiDef.ExpressionView
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Formula
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Hierarchy
 
getName() - Method in class mondrian.gui.MondrianGuiDef.HierarchyGrant
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Hint
 
getName() - Method in class mondrian.gui.MondrianGuiDef.InlineTable
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Join
 
getName() - Method in class mondrian.gui.MondrianGuiDef.KeyExpression
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Measure
 
getName() - Method in class mondrian.gui.MondrianGuiDef.MeasureExpression
 
getName() - Method in class mondrian.gui.MondrianGuiDef.MemberFormatter
 
getName() - Method in class mondrian.gui.MondrianGuiDef.MemberGrant
 
getName() - Method in class mondrian.gui.MondrianGuiDef.MemberReaderParameter
 
getName() - Method in class mondrian.gui.MondrianGuiDef.NamedSet
 
getName() - Method in class mondrian.gui.MondrianGuiDef.NameExpression
 
getName() - Method in class mondrian.gui.MondrianGuiDef.OrdinalExpression
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Parameter
 
getName() - Method in class mondrian.gui.MondrianGuiDef.ParentExpression
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Property
 
getName() - Method in class mondrian.gui.MondrianGuiDef.PropertyFormatter
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Relation
 
getName() - Method in class mondrian.gui.MondrianGuiDef.RelationOrJoin
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Role
 
getName() - Method in class mondrian.gui.MondrianGuiDef.RoleUsage
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Row
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Rows
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Schema
 
getName() - Method in class mondrian.gui.MondrianGuiDef.SchemaGrant
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Script
 
getName() - Method in class mondrian.gui.MondrianGuiDef.SQL
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Table
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Union
 
getName() - Method in class mondrian.gui.MondrianGuiDef.UserDefinedFunction
 
getName() - Method in class mondrian.gui.MondrianGuiDef.Value
 
getName() - Method in class mondrian.gui.MondrianGuiDef.View
 
getName() - Method in class mondrian.gui.MondrianGuiDef.VirtualCube
 
getName() - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
 
getName() - Method in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
 
getName() - Method in interface mondrian.olap.Annotation
Returns the name of this annotation.
getName() - Method in interface mondrian.olap.Cube
 
getName() - Method in class mondrian.olap.CubeBase
 
getName() - Method in class mondrian.olap.DimensionBase
 
getName() - Method in class mondrian.olap.EnumeratedValues.BasicValue
 
getName(int) - Method in class mondrian.olap.EnumeratedValues
Returns the name associated with an ordinal; the return value is null if the ordinal is not a member of the enumeration.
getName() - Method in interface mondrian.olap.EnumeratedValues.Value
 
getName() - Method in class mondrian.olap.Formula
Returns this formula's name.
getName() - Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
 
getName() - Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
 
getName() - Method in class mondrian.olap.fun.FunDefBase
 
getName() - Method in class mondrian.olap.fun.FunInfo
Returns the name of this function.
getName() - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.CalcImpl
 
getName() - Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
 
getName() - Method in class mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
 
getName() - Method in class mondrian.olap.fun.MultiResolver
 
getName() - Method in interface mondrian.olap.fun.Resolver
Returns the name of the function or operator.
getName() - Method in class mondrian.olap.fun.ResolverBase
 
getName() - Method in class mondrian.olap.fun.SimpleResolver
 
getName() - Method in class mondrian.olap.fun.TestMember
 
getName() - Method in class mondrian.olap.fun.UdfResolver
 
getName() - Method in interface mondrian.olap.FunDef
Returns the name of this function.
getName() - Method in class mondrian.olap.HierarchyBase
 
getName() - Method in class mondrian.olap.LevelBase
 
getName() - Method in class mondrian.olap.MemberBase
 
getName() - Method in class mondrian.olap.MemberProperty
 
getName() - Method in class mondrian.olap.MondrianDef.AggColumnName
 
getName() - Method in class mondrian.olap.MondrianDef.AggExclude
 
getName() - Method in class mondrian.olap.MondrianDef.AggFactCount
 
getName() - Method in class mondrian.olap.MondrianDef.AggForeignKey
 
getName() - Method in class mondrian.olap.MondrianDef.AggIgnoreColumn
 
getName() - Method in class mondrian.olap.MondrianDef.AggLevel
 
getName() - Method in class mondrian.olap.MondrianDef.AggMeasure
 
getName() - Method in class mondrian.olap.MondrianDef.AggName
 
getName() - Method in class mondrian.olap.MondrianDef.AggPattern
 
getName() - Method in class mondrian.olap.MondrianDef.AggTable
 
getName() - Method in class mondrian.olap.MondrianDef.Annotation
 
getName() - Method in class mondrian.olap.MondrianDef.Annotations
 
getName() - Method in class mondrian.olap.MondrianDef.CalculatedMember
 
getName() - Method in class mondrian.olap.MondrianDef.CalculatedMemberProperty
 
getName() - Method in class mondrian.olap.MondrianDef.CaptionExpression
 
getName() - Method in class mondrian.olap.MondrianDef.CellFormatter
 
getName() - Method in class mondrian.olap.MondrianDef.Closure
 
getName() - Method in class mondrian.olap.MondrianDef.Column
 
getName() - Method in class mondrian.olap.MondrianDef.ColumnDef
 
getName() - Method in class mondrian.olap.MondrianDef.ColumnDefs
 
getName() - Method in class mondrian.olap.MondrianDef.Cube
 
getName() - Method in class mondrian.olap.MondrianDef.CubeDimension
 
getName() - Method in class mondrian.olap.MondrianDef.CubeGrant
 
getName() - Method in class mondrian.olap.MondrianDef.CubeUsage
 
getName() - Method in class mondrian.olap.MondrianDef.CubeUsages
 
getName() - Method in class mondrian.olap.MondrianDef.Dimension
 
getName() - Method in class mondrian.olap.MondrianDef.DimensionGrant
 
getName() - Method in class mondrian.olap.MondrianDef.DimensionUsage
 
getName() - Method in class mondrian.olap.MondrianDef.ExpressionView
 
getName() - Method in class mondrian.olap.MondrianDef.Formula
 
getName() - Method in class mondrian.olap.MondrianDef.Hierarchy
 
getName() - Method in class mondrian.olap.MondrianDef.HierarchyGrant
 
getName() - Method in class mondrian.olap.MondrianDef.Hint
 
getName() - Method in class mondrian.olap.MondrianDef.InlineTable
 
getName() - Method in class mondrian.olap.MondrianDef.Join
 
getName() - Method in class mondrian.olap.MondrianDef.KeyExpression
 
getName() - Method in class mondrian.olap.MondrianDef.Level
 
getName() - Method in class mondrian.olap.MondrianDef.Measure
 
getName() - Method in class mondrian.olap.MondrianDef.MeasureExpression
 
getName() - Method in class mondrian.olap.MondrianDef.MemberFormatter
 
getName() - Method in class mondrian.olap.MondrianDef.MemberGrant
 
getName() - Method in class mondrian.olap.MondrianDef.MemberReaderParameter
 
getName() - Method in class mondrian.olap.MondrianDef.NamedSet
 
getName() - Method in class mondrian.olap.MondrianDef.NameExpression
 
getName() - Method in class mondrian.olap.MondrianDef.OrdinalExpression
 
getName() - Method in class mondrian.olap.MondrianDef.Parameter
 
getName() - Method in class mondrian.olap.MondrianDef.ParentExpression
 
getName() - Method in class mondrian.olap.MondrianDef.Property
 
getName() - Method in class mondrian.olap.MondrianDef.PropertyFormatter
 
getName() - Method in class mondrian.olap.MondrianDef.Relation
 
getName() - Method in class mondrian.olap.MondrianDef.RelationOrJoin
 
getName() - Method in class mondrian.olap.MondrianDef.Role
 
getName() - Method in class mondrian.olap.MondrianDef.RoleUsage
 
getName() - Method in class mondrian.olap.MondrianDef.Row
 
getName() - Method in class mondrian.olap.MondrianDef.Rows
 
getName() - Method in class mondrian.olap.MondrianDef.Schema
 
getName() - Method in class mondrian.olap.MondrianDef.SchemaGrant
 
getName() - Method in class mondrian.olap.MondrianDef.Script
 
getName() - Method in class mondrian.olap.MondrianDef.SQL
 
getName() - Method in class mondrian.olap.MondrianDef.Table
 
getName() - Method in class mondrian.olap.MondrianDef.Union
 
getName() - Method in class mondrian.olap.MondrianDef.UserDefinedFunction
 
getName() - Method in class mondrian.olap.MondrianDef.Value
 
getName() - Method in class mondrian.olap.MondrianDef.View
 
getName() - Method in class mondrian.olap.MondrianDef.VirtualCube
 
getName() - Method in class mondrian.olap.MondrianDef.VirtualCubeDimension
 
getName() - Method in class mondrian.olap.MondrianDef.VirtualCubeMeasure
 
getName() - Method in interface mondrian.olap.OlapElement
 
getName() - Method in interface mondrian.olap.Parameter
Returns the name of this Parameter.
getName() - Method in class mondrian.olap.ParameterImpl
 
getName() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getName() - Method in interface mondrian.olap.Schema
Returns the name of this schema.
getName() - Method in class mondrian.olap.SetBase
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jCatalog
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jCube
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jDimension
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jDriver
Returns the driver name.
getName() - Method in class mondrian.olap4j.MondrianOlap4jHierarchy
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jNamedSet
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jProperty
 
getName() - Method in class mondrian.olap4j.MondrianOlap4jSchema
 
getName() - Method in class mondrian.rolap.aggmatcher.AggStar.Table.Column
Get the name of the column (this is the name in the database).
getName() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Return the name of the table in the database.
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMap
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Ref
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatch
 
getName() - Method in class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
 
getName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.Group
Get the name of this Group (its the name of its RolapCube).
getName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Level
Get the symbolic name, the level name.
getName() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Measure
Get the symbolic name, the measure name, i.e., [Measures].[Unit Sales].
getName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns the column's name in the database, not a symbolic name.
getName() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns the name of the table.
getName() - Method in class mondrian.rolap.DelegatingRolapMember
 
getName() - Method in class mondrian.rolap.HierarchyUsage
 
getName() - Method in class mondrian.rolap.RolapAllCubeMember
 
getName() - Method in class mondrian.rolap.RolapMemberBase
 
getName() - Method in class mondrian.rolap.RolapSchema
 
getName() - Method in class mondrian.rolap.RolapSchemaParameter
 
getName() - Method in class mondrian.rolap.RolapStar.Column
 
getName() - Method in interface mondrian.spi.UserDefinedFunction
Returns the name with which the user-defined function will be used from within MDX expressions.
getName() - Method in class mondrian.test.BasicQueryTest.SleepUdf
 
getName() - Method in class mondrian.test.loader.DBLoader.Column
 
getName() - Method in class mondrian.test.loader.DBLoader.Table
 
getName() - Method in class mondrian.test.loader.DBLoader.Type
 
getName() - Method in class mondrian.test.UdfTest.AnotherMemberErrorUdf
 
getName() - Method in class mondrian.test.UdfTest.BadPlusOneUdf
 
getName() - Method in class mondrian.test.UdfTest.MemberNameFunction
 
getName() - Method in class mondrian.test.UdfTest.PlusOneUdf
 
getName() - Method in class mondrian.test.UdfTest.PlusOrMinusOneUdf
 
getName() - Method in class mondrian.test.UdfTest.ReverseFunction
 
getName() - Method in class mondrian.test.UdfTest.StringMultUdf
 
getName() - Method in class mondrian.udf.CurrentDateMemberUdf
 
getName() - Method in class mondrian.udf.CurrentDateStringUdf
 
getName() - Method in class mondrian.udf.InUdf
 
getName() - Method in class mondrian.udf.InverseNormalUdf
 
getName() - Method in class mondrian.udf.LastNonEmptyUdf
 
getName() - Method in class mondrian.udf.MatchesUdf
 
getName() - Method in class mondrian.udf.MockCurrentDateMember
 
getName() - Method in class mondrian.udf.NullValueUdf
 
getName() - Method in class mondrian.udf.ValUdf
 
getName() - Method in class mondrian.web.taglib.QueryTag
 
getName() - Method in class mondrian.xmla.DataSourcesConfig.Catalog
 
getName() - Method in class mondrian.xmla.DataSourcesConfig.Catalogs
 
getName() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getName() - Method in class mondrian.xmla.DataSourcesConfig.DataSources
 
getName() - Method in class mondrian.xmla.Enumeration
 
getName() - Method in enum mondrian.xmla.RowsetDefinition.Type
 
getNameAttribute() - Method in class mondrian.gui.MondrianGuiDef.AggExclude
 
getNameAttribute() - Method in class mondrian.gui.MondrianGuiDef.AggLevel
 
getNameAttribute() - Method in class mondrian.gui.MondrianGuiDef.AggMeasure
 
getNameAttribute() - Method in class mondrian.gui.MondrianGuiDef.AggName
 
getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggExclude
 
getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggLevel
 
getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggMeasure
 
getNameAttribute() - Method in class mondrian.olap.MondrianDef.AggName
 
getNameColumn() - Method in class mondrian.rolap.RolapStar.Column
 
getNamedDispatcher(String) - Method in class mondrian.tui.MockServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedSet() - Method in class mondrian.mdx.NamedSetExpr
Returns the named set.
getNamedSet(List<Id.Segment>) - Method in class mondrian.olap.DelegatingSchemaReader
 
getNamedSet() - Method in class mondrian.olap.Formula
 
getNamedSet(List<Id.Segment>) - Method in interface mondrian.olap.SchemaReader
Looks up a set by name.
getNamedSet(String) - Method in class mondrian.rolap.RolapSchema
 
getNamedSet(IdentifierSegment) - Method in class mondrian.rolap.RolapSchema
 
getNamedSet(List<Id.Segment>) - Method in class mondrian.rolap.RolapSchemaReader
 
getNamedSetDescription() - Method in class mondrian.test.loader.CsvDBTestCase
 
getNamedSetEvaluator(NamedSet, boolean) - Method in interface mondrian.olap.Evaluator
Returns an evaluator for a named set.
getNamedSetEvaluator(NamedSet, boolean) - Method in class mondrian.rolap.RolapEvaluator
 
getNamedSets() - Method in interface mondrian.olap.Cube
Returns the named sets of this cube.
getNamedSets() - Method in class mondrian.rolap.RolapCube
Returns the named sets of this cube.
getNameExp() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getNameExp() - Method in class mondrian.olap.MondrianDef.Level
 
getNameExp() - Method in class mondrian.rolap.RolapLevel
 
getNames() - Method in class mondrian.gui.PropertyTableModel
 
getNames() - Method in class mondrian.olap.EnumeratedValues
Returns the names in this enumeration, in declaration order.
getNames() - Static method in enum mondrian.olap.fun.DescendantsFunDef.Flag
 
getNames() - Static method in enum mondrian.olap.fun.FunUtil.Flag
 
getNamespaceAttributeValue(Document) - Static method in class mondrian.tui.XmlUtil
This is used to get a Document's namespace attribute value.
getNamespaces() - Method in class mondrian.olap.DelegatingSchemaReader
 
getNamespaces() - Method in interface mondrian.olap.SchemaReader
Returns a list of namespaces to search when resolving elements by name.
getNamespaces() - Method in class mondrian.rolap.RolapSchemaReader
 
getNameUniqueWithinQuery() - Method in interface mondrian.olap.NamedSet
Returns a name for this set that is unique within the query.
getNameUniqueWithinQuery() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getNameUniqueWithinQuery() - Method in class mondrian.olap.SetBase
 
getNativeEvaluator() - Method in class mondrian.rolap.RolapNative.NativeEvent
 
getNativeRegistry() - Method in class mondrian.rolap.RolapSchema
 
getNativeSetEvaluator(FunDef, Exp[], Evaluator, Calc) - Method in class mondrian.olap.DelegatingSchemaReader
 
getNativeSetEvaluator(FunDef, Exp[], Evaluator, Calc) - Method in interface mondrian.olap.SchemaReader
Returns an object which can evaluate an expression in native SQL, or null if this is not possible.
getNativeSetEvaluator(FunDef, Exp[], Evaluator, Calc) - Method in class mondrian.rolap.RolapSchemaReader
 
getNestedCommentsState() - Static method in class mondrian.olap.Scanner
Returns the current nested comments state.
getNextSetCount() - Method in class mondrian.test.loader.CsvLoader
 
getNextToken() - Method in class mondrian.parser.MdxParserImpl
Get the next Token.
getNextToken() - Method in class mondrian.parser.MdxParserImplTokenManager
Get the next Token.
getNoAccessHierarchies() - Method in class mondrian.olap.CubeAccess
 
getNoAccessHierarchyList() - Method in class mondrian.olap.CubeAccess
 
getNodeContent(Node) - Static method in class mondrian.xmla.XmlaErrorTest
 
getNonAllMembers() - Method in interface mondrian.olap.Evaluator
Returns an array of the non-All members which make up the current context.
getNonAllMembers() - Method in class mondrian.rolap.RolapEvaluator
 
getNonDistinctAggregator() - Method in class mondrian.rolap.RolapAggregator
If this is a distinct aggregator, returns the corresponding non-distinct aggregator, otherwise throws an error.
getNonEmptyLevelMembers(Evaluator, Level, boolean) - Static method in class mondrian.olap.fun.FunUtil
Returns members of a level which are not empty (according to the criteria expressed by the evaluator).
getNonEmptyMemberChildren(Evaluator, Member) - Static method in class mondrian.olap.fun.FunUtil
 
getNullAxisFlags() - Method in class mondrian.rolap.agg.AbstractSegmentBody
 
getNullAxisFlags() - Method in interface mondrian.rolap.agg.SegmentBody
Returns an array of boolean values which identify which axis of the cached segment contained null values.
getNullIndicators() - Method in class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
 
getNullMember() - Method in interface mondrian.olap.Hierarchy
Returns a special member representing the "null" value.
getNullMember() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getNullMember() - Method in class mondrian.rolap.RolapHierarchy
 
getNullParentValue() - Method in class mondrian.rolap.RolapLevel
 
getNumberOfRows() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
Get the number of rows in this aggregate table.
getNumberOfRows() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
Returns the number of rows in the table.
getNumericFunctions() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getNumPrecRadix() - Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Returns Radix (typically either 10 or 2).
getNumValues() - Method in class mondrian.rolap.agg.CellRequest
Return the number of column constraints associated with this CellRequest.
getObject(int) - Method in class mondrian.olap4j.EmptyResultSet
 
getObject(String) - Method in class mondrian.olap4j.EmptyResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class mondrian.olap4j.EmptyResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class mondrian.olap4j.EmptyResultSet
 
getObject(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getObject(String) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getObject(int, Map<String, Class<?>>) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getObject(String, Map<String, Class<?>>) - Method in class mondrian.olap4j.MondrianOlap4jCellSet
 
getObject(CellKey) - Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
 
getObject(int) - Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
 
getObject(CellKey) - Method in class mondrian.rolap.agg.DenseIntSegmentDataset
 
getObject(int) - Method in class mondrian.rolap.agg.DenseIntSegmentDataset
 
getObject(CellKey) - Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
 
getObject(int) - Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
 
getObject(int) - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getObject(CellKey) - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getObject(CellKey) - Method in interface mondrian.rolap.agg.SegmentDataset
Returns the value at a given coordinate, as an Object.
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
 
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.DoubleColumn
 
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList
Returns the object in the given column of the current row.
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.IntColumn
 
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.LongColumn
 
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoader.RowList.ObjectColumn
 
getObject(int) - Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
 
getObject(CellKey) - Method in class mondrian.rolap.agg.SparseSegmentDataset
 
getObject() - Method in class mondrian.util.ObjectFactory
Constructs an object where the System Properties can be used to look up a class name.
getObject(Properties) - Method in class mondrian.util.ObjectFactory
Constructs an object where the Properties parameter can be used to look up a class name.
getObject(Class[], Object[]) - Method in class mondrian.util.ObjectFactory
Constructs an object where the parameterTypes and parameterValues are constructor parameters and System Properties are used to look up a class name.
getObject(Properties, Class[], Object[]) - Method in class mondrian.util.ObjectFactory
Constructs an object where the parameterTypes and parameterValues are constructor parameters and Properties parameter is used to look up a class name.
getObject(String, Class[], Object[]) - Method in class mondrian.util.ObjectFactory
Creates an instance with the given className, parameterTypes and parameterValues or throw a CreationException.
getObject(Properties, Class[], Object[]) - Method in class mondrian.util.ObjectFactory.Singleton
Returns the singleton Object.
getOffset(Object) - Method in class mondrian.rolap.agg.Aggregation.Axis
 
getOffset(Comparable) - Method in class mondrian.rolap.agg.Aggregation.Axis
 
getOffset(int[]) - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getOffset(Object[]) - Method in class mondrian.rolap.agg.DenseSegmentDataset
 
getOffset(int[], int[]) - Static method in class mondrian.rolap.CellKey.Generator
 
getOffset(int[]) - Method in interface mondrian.rolap.CellKey
Returns the offset of the cell in a raster-scan order.
getOffset(int[]) - Method in class mondrian.rolap.CellKey.Many
 
getOffset(int[]) - Method in class mondrian.rolap.CellKey.One
 
getOffset(int[]) - Method in class mondrian.rolap.CellKey.Three
 
getOffset(int[]) - Method in class mondrian.rolap.CellKey.Two
 
getOffset(int[]) - Method in class mondrian.rolap.CellKey.Zero
 
getOlap4jConnection() - Method in class mondrian.test.TestContext
 
getOlapCatalog() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getOlapCatalogs() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getOlapConnection() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getOlapDatabase() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getOlapDatabases() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getOlapFunctions(String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getOlapSchema() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getOlapSchemas() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getOp() - Method in class mondrian.rolap.agg.AndPredicate
 
getOp() - Method in class mondrian.rolap.agg.ListPredicate
 
getOp() - Method in class mondrian.rolap.agg.OrPredicate
 
getOrCreateStar(MondrianDef.Relation) - Method in class mondrian.rolap.RolapSchema.RolapStarRegistry
Looks up a RolapStar, creating it if it does not exist.
getOrderKey() - Method in class mondrian.olap.fun.TestMember
 
getOrderKey() - Method in interface mondrian.olap.Member
Returns the order key of the member (relative to its siblings); null if undefined or unavailable.
getOrderKey() - Method in class mondrian.olap.MemberBase
Returns the order key of this member among its siblings.
getOrderKey() - Method in class mondrian.rolap.DelegatingRolapMember
 
getOrderKey() - Method in class mondrian.rolap.RolapMemberBase
 
getOrdinal() - Method in class mondrian.olap.EnumeratedValues.BasicValue
 
getOrdinal(String) - Method in class mondrian.olap.EnumeratedValues
Returns the ordinal associated with a name
getOrdinal() - Method in interface mondrian.olap.EnumeratedValues.Value
 
getOrdinal() - Method in class mondrian.olap.fun.TestMember
 
getOrdinal() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getOrdinal() - Method in interface mondrian.olap.Member
Returns the ordinal of the member.
getOrdinal() - Method in class mondrian.olap.MemberBase
Returns the ordinal of this member within its hierarchy.
getOrdinal() - Method in class mondrian.olap.Walker
get the ordinal within its parent node of the current node.
getOrdinal() - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getOrdinal() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getOrdinal() - Method in class mondrian.rolap.DelegatingRolapMember
 
getOrdinal() - Method in class mondrian.rolap.RolapCubeDimension
 
getOrdinal() - Method in class mondrian.rolap.RolapMemberBase
 
getOrdinalExp() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getOrdinalExp() - Method in class mondrian.olap.MondrianDef.Level
 
getOrdinalExp() - Method in class mondrian.rolap.RolapLevel
 
getOrdinalInCube() - Method in class mondrian.rolap.RolapCubeHierarchy
 
getOrdinalInCube() - Method in class mondrian.rolap.RolapHierarchy
Returns the ordinal of this hierarchy in its cube.
getOrdinals() - Method in interface mondrian.rolap.CellKey
Returns the axis keys as an array.
getOrdinals() - Method in class mondrian.rolap.CellKey.Many
 
getOrdinals() - Method in class mondrian.rolap.CellKey.One
 
getOrdinals() - Method in class mondrian.rolap.CellKey.Three
 
getOrdinals() - Method in class mondrian.rolap.CellKey.Two
 
getOrdinals() - Method in class mondrian.rolap.CellKey.Zero
 
getOrLoadVersion() - Method in class mondrian.server.MondrianServerRegistry
 
getOutputDirectory() - Method in class mondrian.test.loader.DBLoader
 
getOutputStream() - Method in class mondrian.tui.MockHttpServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getParameter() - Method in interface mondrian.calc.ParameterSlot
Returns the parameter.
getParameter() - Method in class mondrian.mdx.ParameterExpr
Returns the parameter used by this expression.
getParameter(String) - Method in class mondrian.olap.DelegatingSchemaReader
 
getParameter(String) - Method in interface mondrian.olap.SchemaReader
Returns the definition of a parameter with a given name, or null if not found.
getParameter(String) - Method in class mondrian.rolap.RolapSchemaReader
 
getParameter(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(HttpServletRequest, String) - Static method in class mondrian.xmla.XmlaServlet
 
getParameterCategories() - Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
 
getParameterCategories() - Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
 
getParameterCategories() - Method in class mondrian.olap.fun.FunDefBase
 
getParameterCategories() - Method in class mondrian.olap.fun.FunInfo
Returns the types of the arguments of this function.
getParameterCategories() - Method in class mondrian.olap.fun.TupleFunDef
 
getParameterCategories() - Method in class mondrian.olap.fun.ValueFunDef
 
getParameterCategories() - Method in interface mondrian.olap.FunDef
Returns the types of the arguments of this function.
getParameterClassName(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterCount() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterDescription() - Method in class mondrian.test.loader.CsvDBTestCase
 
getParameterMap() - Method in class mondrian.tui.MockHttpServletRequest
 
getParameterMetaData() - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterMode(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterName(Exp[]) - Static method in class mondrian.olap.fun.ParameterFunDef
 
getParameterName(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterNames() - Method in class mondrian.tui.MockHttpServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterOlapType(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameters() - Method in class mondrian.olap.Query
Returns the parameters defined in this query.
getParameters() - Method in interface mondrian.olap.Schema
Returns this schema's parameters.
getParameters() - Method in class mondrian.rolap.RolapSchema
 
getParameterType(Exp[]) - Static method in class mondrian.olap.fun.ParameterFunDef
Returns an approximate type for a parameter, based upon the 1'th argument.
getParameterType(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterTypeName(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getParameterTypes() - Method in interface mondrian.spi.UserDefinedFunction
Returns an array of the types of the parameters of this function.
getParameterTypes() - Method in class mondrian.test.BasicQueryTest.SleepUdf
 
getParameterTypes() - Method in class mondrian.test.UdfTest.AnotherMemberErrorUdf
 
getParameterTypes() - Method in class mondrian.test.UdfTest.MemberNameFunction
 
getParameterTypes() - Method in class mondrian.test.UdfTest.PlusOneUdf
 
getParameterTypes() - Method in class mondrian.test.UdfTest.PlusOrMinusOneUdf
 
getParameterTypes() - Method in class mondrian.test.UdfTest.ReverseFunction
 
getParameterTypes() - Method in class mondrian.test.UdfTest.StringMultUdf
 
getParameterTypes() - Method in class mondrian.udf.CurrentDateMemberExactUdf
 
getParameterTypes() - Method in class mondrian.udf.CurrentDateMemberUdf
 
getParameterTypes() - Method in class mondrian.udf.CurrentDateStringUdf
 
getParameterTypes() - Method in class mondrian.udf.InUdf
 
getParameterTypes() - Method in class mondrian.udf.InverseNormalUdf
 
getParameterTypes() - Method in class mondrian.udf.LastNonEmptyUdf
 
getParameterTypes() - Method in class mondrian.udf.MatchesUdf
 
getParameterTypes() - Method in class mondrian.udf.NullValueUdf
 
getParameterTypes() - Method in class mondrian.udf.ValUdf
 
getParameterValue() - Method in interface mondrian.calc.ParameterSlot
Returns the value of this parameter.
getParameterValue(ParameterSlot) - Method in interface mondrian.olap.Evaluator
Returns the value of a parameter, evaluating its default value if it is not set.
getParameterValue(ParameterSlot) - Method in class mondrian.rolap.RolapEvaluator
 
getParameterValue(ParameterSlot) - Method in class mondrian.rolap.RolapEvaluatorRoot
Returns the value of a parameter, evaluating its default expression if necessary.
getParameterValue(ParameterSlot) - Method in class mondrian.rolap.RolapResult.RolapResultEvaluatorRoot
 
getParameterValues(String) - Method in class mondrian.tui.MockHttpServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParent() - Method in interface mondrian.olap.Evaluator
Deprecated. Will be removed in mondrian-4
getParent() - Method in class mondrian.olap.Walker
 
getParent() - Method in class mondrian.rolap.aggmatcher.AggStar.DimTable
 
getParent() - Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
 
getParent() - Method in class mondrian.rolap.aggmatcher.AggStar.Table
Get the parent table (returns null if this table is a FactTable).
getParent() - Method in class mondrian.rolap.RolapEvaluator
 
getParentChildContributingChildren(Member, Hierarchy, List<Member>) - Method in class mondrian.olap.DelegatingSchemaReader
 
getParentChildContributingChildren(Member, Hierarchy, List<Member>) - Method in interface mondrian.olap.SchemaReader
Returns a list of contributing children of a member of a parent-child hierarchy.
getParentChildContributingChildren(Member, Hierarchy, List<Member>) - Method in class mondrian.rolap.RolapSchemaReader
 
getParentColumn() - Method in class mondrian.rolap.RolapStar.Column
 
getParentExp() - Method in class mondrian.gui.MondrianGuiDef.Level
 
getParentExp() - Method in class mondrian.olap.MondrianDef.Level
 
getParentExp() - Method in class mondrian.rolap.RolapLevel
 
getParentLevel() - Method in interface mondrian.olap.Level
 
getParentLevel() - Method in class mondrian.olap.LevelBase
 
getParentLevel() - Method in class mondrian.rolap.RolapCubeLevel
 
getParentMember() - Method in class mondrian.olap.fun.TestMember
 
getParentMember() - Method in interface mondrian.olap.Member
Returns this member's parent, or null (not the 'null member', as returned by Hierarchy.getNullMember()) if it has no parent.
getParentMember() - Method in class mondrian.olap.MemberBase
 
getParentMember() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getParentMember() - Method in class mondrian.rolap.DelegatingRolapMember
 
getParentMember() - Method in class mondrian.rolap.RolapCubeMember
 
getParentMember() - Method in interface mondrian.rolap.RolapMember
 
getParentMember() - Method in class mondrian.rolap.RolapMemberBase
 
getParentObject() - Method in class mondrian.gui.SchemaExplorer
 
getParentTable() - Method in class mondrian.rolap.RolapStar.Table
Returns this table's parent table, or null if this is the fact table (which is at the center of the star).
getParentTarget() - Method in class mondrian.gui.PropertyTableModel
 
getParentUniqueName() - Method in class mondrian.olap.fun.TestMember
 
getParentUniqueName() - Method in interface mondrian.olap.Member
Returns name of parent member, or empty string (not null) if we are the root.
getParentUniqueName() - Method in class mondrian.olap.MemberBase
 
getParentUniqueName() - Method in class mondrian.rolap.DelegatingRolapMember
 
getParser(String, EntityResolver, boolean) - Static method in class mondrian.tui.XmlUtil
Get your non-cached DOM parser which can be configured to do schema based validation of the instance Document.
getParserFactory() - Method in class mondrian.olap4j.MondrianOlap4jConnection
 
getPassword() - Method in class mondrian.test.loader.DBLoader
 
getPassword() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
 
getPassword() - Method in interface mondrian.xmla.XmlaRequest
The password to use to open the underlying olap4j connection.
getPath() - Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
 
getPathComponent(int) - Method in class mondrian.gui.validate.impl.WorkbenchTreeModelPath
 
getPathComponent(int) - Method in interface mondrian.gui.validate.TreeModelPath
Returns the component of the path at the given index.
getPathCount() - Method in class mondrian.gui.validate.impl.WorkbenchTreeModelPath
 
getPathCount() - Method in interface mondrian.gui.validate.TreeModelPath
Returns the length of this path.
getPathInfo() - Method in class mondrian.tui.MockHttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathTranslated() - Method in class mondrian.tui.MockHttpServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPattern() - Method in class mondrian.gui.MondrianGuiDef.AggExclude
 
getPattern() - Method in class mondrian.gui.MondrianGuiDef.AggPattern
 
getPattern() - Method in class mondrian.olap.MondrianDef.AggExclude
 
getPattern() - Method in class mondrian.olap.MondrianDef.AggPattern
 
getPattern(String[]) - Method in class mondrian.rolap.aggmatcher.DefaultDef.Regex
 
getPattern() - Method in class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
Get the Pattern.
getPattern(Dialect.DatabaseProduct, SqlPattern[]) - Static method in class mondrian.test.SqlPattern
 
getPoolingDataSource(Object, ConnectionFactory) - Method in class mondrian.rolap.RolapConnectionPool
Sets up a pooling data source for connection pooling.
getPositionCount() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxis
 
getPositions() - Method in interface mondrian.olap.Axis
 
getPositions() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxis
 
getPositions() - Method in class mondrian.rolap.RolapAxis
 
getPrecision() - Method in class mondrian.olap.type.DecimalType
Returns the maximum number of decimal digits which a value of this type can have.
getPrecision(int) - Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
 
getPrecision(int) - Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
 
getPreConfiguredDiscoverDatasourcesResponse() - Method in class mondrian.server.MondrianServerImpl
 
getPreConfiguredDiscoverDatasourcesResponse() - Method in interface mondrian.xmla.XmlaHandler.ConnectionFactory
Returns a map of property name-value pairs with which to populate the response to the DISCOVER_DATASOURCES request.
getPredicate(int) - Method in class mondrian.rolap.agg.AggQuerySpec
Returns the predicate on the ith column.
getPredicate() - Method in class mondrian.rolap.agg.Aggregation.Axis
 
getPredicate(int) - Method in class mondrian.rolap.RolapCacheRegion
Returns the predicate associated with the columnOrdinalth column.
getPredicateList() - Method in class mondrian.rolap.agg.AbstractQuerySpec
Returns a list of predicates not associated with a particular column.
getPredicateList() - Method in class mondrian.rolap.agg.DrillThroughQuerySpec
 
getPredicateList() - Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
 
getPredicates() - Method in class mondrian.rolap.agg.ListColumnPredicate
Returns the list of child predicates.
getPredicates() - Method in class mondrian.rolap.agg.Segment.Region
 
getPredicates() - Method in class mondrian.rolap.RolapCacheRegion
Returns a collection of all multi-column predicates.
getPreviousContext(Hierarchy) - Method in interface mondrian.olap.Evaluator
Returns the member that was the current evaluation context for a particular hierarchy before the most recent change in context.
getPreviousContext(Hierarchy) - Method in class mondrian.rolap.RolapEvaluator
 
getPrimaryKeys(String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getProcedures(String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getProcedureTerm() - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getProduct(String, String) - Static method in class mondrian.spi.impl.JdbcDialectImpl
Converts a product name and version (per the JDBC driver) into a product enumeration.
getProductName() - Method in interface mondrian.olap.MondrianServer.MondrianVersion
Retrieves the name of this database product.
getProfileHandler() - Method in interface mondrian.server.Statement
 
getProfileHandler() - Method in class mondrian.server.StatementImpl
 
getProperties() - Method in class mondrian.olap.fun.TestMember
 
getProperties() - Method in interface mondrian.olap.Level
Returns properties defined against this level.
getProperties() - Method in interface mondrian.olap.Member
Returns the definitions of the properties this member may have.
getProperties() - Method in class mondrian.olap4j.MondrianOlap4jCellSetAxisMetaData
 
getProperties(String, String, String, String, String, String, String, String) - Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
 
getProperties() - Method in class mondrian.olap4j.MondrianOlap4jLevel
 
getProperties(boolean) - Method in class mondrian.olap4j.MondrianOlap4jLevel
Returns a list of this level's properties, optionally including standard properties that are available on every level.
getProperties() - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getProperties() - Method in class mondrian.rolap.DelegatingRolapMember
 
getProperties() - Method in class mondrian.rolap.RolapLevel
 
getProperties() - Method in class mondrian.rolap.RolapMemberBase
 
getProperties() - Method in class mondrian.xmla.impl.DefaultXmlaRequest
 
getProperties() - Method in interface mondrian.xmla.XmlaRequest
Properties of XML/A request.
getProperty(String) - Method in interface mondrian.olap.Connection
Returns the value of a connection property.
getProperty(String, Object) - Method in interface mondrian.olap.Evaluator
Retrieves the value of property name.
getProperty(String) - Method in class mondrian.rolap.RolapConnection
 
getProperty(String, Object) - Method in class mondrian.rolap.RolapEvaluator
 
getProperty(String) - Method in interface mondrian.server.Statement
 
getProperty(String) - Method in class mondrian.server.StatementImpl
 
getPropertyExp(int) - Method in class mondrian.gui.MondrianGuiDef.Level
 
getPropertyExp(int) - Method in class mondrian.olap.MondrianDef.Level
 
getPropertyFormattedValue(String) - Method in class mondrian.olap.fun.TestMember
 
getPropertyFormattedValue(String) - Method in interface mondrian.olap.Member
Returns the formatted value of the property named propertyName.
getPropertyFormattedValue(String) - Method in class mondrian.olap.MemberBase
 
getPropertyFormattedValue(Property) - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getPropertyFormattedValue(String) - Method in class mondrian.rolap.DelegatingRolapMember
 
getPropertyFormattedValue(String) - Method in class mondrian.rolap.RolapMemberBase
 
getPropertyFromMap(String, boolean) - Method in class mondrian.rolap.RolapMemberBase
Returns the value of a property by looking it up in the property map.
getPropertyInfo(String, Properties) - Method in class mondrian.olap4j.MondrianOlap4jDriver
 
getPropertyValue(String) - Method in interface mondrian.olap.Cell
Returns the value of a property.
getPropertyValue(String) - Method in class mondrian.olap.fun.TestMember
 
getPropertyValue(String, boolean) - Method in class mondrian.olap.fun.TestMember
 
getPropertyValue(String, boolean) - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getPropertyValue(String) - Method in interface mondrian.olap.Member
Returns the value of the property named propertyName.
getPropertyValue(String, boolean) - Method in interface mondrian.olap.Member
Returns the value of the property named propertyName, matching according to the required case-sensitivity.
getPropertyValue(Property) - Method in class mondrian.olap4j.MondrianOlap4jCell
 
getPropertyValue(Property) - Method in class mondrian.olap4j.MondrianOlap4jMember
 
getPropertyValue(String) - Method in class mondrian.rolap.DelegatingRolapMember
 
getPropertyValue(String, boolean) - Method in class mondrian.rolap.DelegatingRolapMember
 
getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapCalculatedMember
 
getPropertyValue(String) - Method in class mondrian.rolap.RolapCell
 
getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapCubeMember
 
getPropertyValue(String) - Method in class mondrian.rolap.RolapMemberBase
 
getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapMemberBase
 
getPropertyValue(String, boolean) - Method in class mondrian.rolap.RolapVirtualCubeMeasure
 
getPropertyValueMapFactory() - Static method in class mondrian.rolap.RolapMemberBase.PropertyValueMapFactoryFactory
Access the PropertyValueMapFactory instance.
getProtocol() - Method in class mondrian.tui.MockHttpServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProviderName() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getProviderName() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getProviderType() - Method in class mondrian.xmla.DataSourcesConfig.DataSource
 
getProviderTypes() - Method in class mondrian.olap4j.MondrianOlap4jDatabase
 
getPublicDimension(String) - Method in class mondrian.gui.MondrianGuiDef.Schema
 
getPublicDimension(String) - Method in class mondrian.olap.MondrianDef.Schema
 
getQName(int) - Method in class mondrian.xmla.impl.DefaultSaxWriter.StringAttributes
 
getQualifiedName() - Method in class mondrian.olap.CubeBase
 
getQualifiedName() - Method in class mondrian.olap.DimensionBase
 
getQualifiedName() - Method in class mondrian.olap.fun.TestMember
 
getQualifiedName() - Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
 
getQualifiedName() - Method in class mondrian.olap.HierarchyBase
 
getQualifiedName() - Method in class mondrian.olap.LevelBase
 
getQualifiedName() - Method in class mondrian.olap.MemberBase
 
getQualifiedName() - Method in interface mondrian.olap.OlapElement
Returns the name of this element qualified by its class, for example "hierarchy 'Customers'".
getQualifiedName() - Method in class mondrian.olap.Query.ScopedNamedSet
 
getQualifiedName() - Method in class mondrian.olap.SetBase
 
getQualifiedName() - Method in class mondrian.rolap.DelegatingRolapMember
 
getQuarterLevel() - Method in interface mondrian.olap.Cube
Return Quarter Level or null.
getQuarterLevel() - Method in class mondrian.olap.CubeBase
 
getQuery() - Method in class mondrian.olap.DrillThrough
 
getQuery() - Method in interface mondrian.olap.Evaluator
Returns the current query.
getQuery() - Method in class mondrian.olap.Explain
 
getQuery() - Method in interface mondrian.olap.Result
Returns the query which generated this result.
getQuery() - Method in class mondrian.olap.ResultBase
 
getQuery() - Method in interface mondrian.olap.Validator
Returns the Query which is being validated.
getQuery() - Method in class mondrian.rolap.RolapEvaluator
 
getQuery() - Method in interface mondrian.server.Statement
 
getQuery() - Method in class mondrian.server.StatementImpl
 
getQuery() - Method in class mondrian.web.taglib.ResultCache
Returns the Query.
getQuery() - Method in class mondrian.web.taglib.TransformTag
 
getQuerySemaphore() - Static method in class mondrian.rolap.RolapUtil
Gets the semaphore which controls how many people can run queries simultaneously.
getQueryStartTime() - Method in interface mondrian.olap.Evaluator
Returns the start time of the current query.
getQueryStartTime() - Method in class mondrian.olap.Query
Deprecated. Use Execution.getStartTime(). This method is deprecated and will be removed in mondrian-4.0
getQueryStartTime() - Method in class mondrian.rolap.RolapEvaluator
 
getQueryStartTime() - Method in class mondrian.rolap.RolapEvaluatorRoot
Get query start time.
getQueryString() - Method in class mondrian.tui.MockHttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryTime() - Method in class mondrian.tui.CmdRunner
 
getQueryTimeout()