Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
Packages that use JdbcSchema.Table.Column.Usage Package Description mondrian.rolap.aggmatcher 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.Usage Modifier and Type Method Description JdbcSchema.Table.Column.Usage
JdbcSchema.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.Usage Modifier and Type Method Description Iterator<JdbcSchema.Table.Column.Usage>
JdbcSchema.Table. getColumnUsages(JdbcSchema.UsageType usageType)
Returns an iterator over all column usages of a given type.List<JdbcSchema.Table.Column.Usage>
JdbcSchema.Table.Column. getUsages()
Returns an iterator over all usages.Iterator<JdbcSchema.Table.Column.Usage>
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.Usage Modifier and Type Method Description protected 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.
-