Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of JdbcSchema.Table.Column.Usage in mondrian.rolap.aggmatcher
Modifier and TypeMethodDescriptionJdbcSchema.Table.Column.newUsage
(JdbcSchema.UsageType usageType) Create a new usage of a given column type.Modifier and TypeMethodDescriptionJdbcSchema.Table.getColumnUsages
(JdbcSchema.UsageType usageType) Returns an iterator over all column usages of a given type.JdbcSchema.Table.Column.getUsages()
Returns an iterator over all usages.JdbcSchema.Table.Column.getUsages
(JdbcSchema.UsageType usageType) Returns an iterator over all usages of the given column type.Modifier 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.