Uses of Class
mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
- 
Packages that use DefaultDef.NameMatcher Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. - 
- 
Uses of DefaultDef.NameMatcher in mondrian.rolap.aggmatcher
Subclasses of DefaultDef.NameMatcher in mondrian.rolap.aggmatcher Modifier and Type Class Description static classDefaultDef.FactCountMatchThis is used to identify the "fact_count" column in an aggregate table.static classDefaultDef.ForeignKeyMatchThis is used to identify foreign key columns in a candidate aggregate table given the name of a foreign key column of the base fact table.static classDefaultDef.TableMatchThis is used to identify which tables in the database might be aggregate table of a given fact table. 
 -