Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
Packages that use 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
Methods in mondrian.rolap.aggmatcher that return JdbcSchema.Table.Column.UsageModifier and TypeMethodDescriptionJdbcSchema.Table.Column.newUsage
(JdbcSchema.UsageType usageType) Create a new usage of a given column type.Methods in mondrian.rolap.aggmatcher that return types with arguments of type JdbcSchema.Table.Column.UsageModifier 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.Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchema.Table.Column.UsageModifier 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.