Uses of Class
mondrian.rolap.aggmatcher.AggStar.DimTable
Packages that use AggStar.DimTable
Package
Description
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.DimTableMethods in mondrian.rolap.aggmatcher that return AggStar.DimTableModifier and TypeMethodDescriptionprotected 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.DimTableModifier and TypeMethodDescriptionAggStar.Table.getChildTables()Returns a list of childAggStar.Tableobjects.Methods in mondrian.rolap.aggmatcher with parameters of type AggStar.DimTableModifier and TypeMethodDescriptionprotected voidAggStar.Table.addTable(AggStar.DimTable child) Add a child DimTable table.