Uses of Class
mondrian.olap.MondrianDef.Column
-
Packages that use MondrianDef.Column Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of MondrianDef.Column in mondrian.rolap
Methods in mondrian.rolap with parameters of type MondrianDef.Column Modifier and Type Method Description static void
RolapStar. collectColumns(Collection<RolapStar.Column> columnList, RolapStar.Table table, MondrianDef.Column joinColumn)
Collects all columns in this table and its children. -
Uses of MondrianDef.Column in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as MondrianDef.Column Modifier and Type Field Description MondrianDef.Column
JdbcSchema.Table.Column. column
-