Uses of Class
mondrian.rolap.aggmatcher.AggStar.DimTable
-
Packages that use AggStar.DimTable Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of AggStar.DimTable in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher with type parameters of type AggStar.DimTable Modifier and Type Field Description protected List<AggStar.DimTable>AggStar.Table. childrenMethods in mondrian.rolap.aggmatcher that return AggStar.DimTable Modifier and Type Method Description protected AggStar.DimTableAggStar.Table. convertTable(RolapStar.Table rTable, JdbcSchema.Table.Column.Usage usage)Converts aRolapStar.Tableinto aAggStar.DimTableas well as converting all columns and child tables.Methods in mondrian.rolap.aggmatcher that return types with arguments of type AggStar.DimTable Modifier and Type Method Description List<AggStar.DimTable>AggStar.Table. getChildTables()Returns a list of childAggStar.Tableobjects.Methods in mondrian.rolap.aggmatcher with parameters of type AggStar.DimTable Modifier and Type Method Description protected voidAggStar.Table. addTable(AggStar.DimTable child)Add a child DimTable table.
-