Uses of Class
mondrian.olap.MondrianDef.AggForeignKey
-
Packages that use MondrianDef.AggForeignKey Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap.aggmatcher 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.AggForeignKey Modifier and Type Field Description MondrianDef.AggForeignKey[]
MondrianDef.AggTable. foreignKeys
Methods in mondrian.olap that return MondrianDef.AggForeignKey Modifier and Type Method Description MondrianDef.AggForeignKey[]
MondrianDef.AggTable. getAggForeignKeys()
-
Uses of MondrianDef.AggForeignKey in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher with parameters of type MondrianDef.AggForeignKey Modifier and Type Method Description protected 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).
-