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.DimTable
AggStar.Table.convertTable
(RolapStar.Table rTable, JdbcSchema.Table.Column.Usage usage) Converts aRolapStar.Table
into aAggStar.DimTable
as 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.Table
objects.Methods in mondrian.rolap.aggmatcher with parameters of type AggStar.DimTableModifier and TypeMethodDescriptionprotected void
AggStar.Table.addTable
(AggStar.DimTable child) Add a child DimTable table.