Uses of Class
mondrian.olap.MondrianDef.AggForeignKey
Packages that use MondrianDef.AggForeignKey
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of MondrianDef.AggForeignKey in mondrian.olap
Fields in mondrian.olap declared as MondrianDef.AggForeignKeyMethods in mondrian.olap that return MondrianDef.AggForeignKey -
Uses of MondrianDef.AggForeignKey in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher with parameters of type MondrianDef.AggForeignKeyModifier and TypeMethodDescriptionprotected void
ExplicitRules.TableDef.addFK
(MondrianDef.AggForeignKey fk) Add foreign key mapping entry (maps from fact table foreign key column name to aggregate table foreign key column name).