Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table
-
Packages that use JdbcSchema.Table Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of JdbcSchema.Table in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher that return JdbcSchema.Table Modifier and Type Method Description protected JdbcSchema.TableAggGen. getTable(JdbcSchema db, String name)protected JdbcSchema.TableAggGen. getTable(JdbcSchema db, RolapStar.Table rt)JdbcSchema.TableJdbcSchema. getTable(String tableName)Gets a table by name.JdbcSchema.TableJdbcSchema.Table.Column. getTable()Returns this column's table.Methods in mondrian.rolap.aggmatcher that return types with arguments of type JdbcSchema.Table Modifier and Type Method Description Collection<JdbcSchema.Table>JdbcSchema. getTables()Returns the database's tables.protected SortedMap<String,JdbcSchema.Table>JdbcSchema. getTablesMap()Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchema.Table Modifier and Type Method Description booleanDefaultRules. columnsOK(RolapStar star, JdbcSchema.Table dbFactTable, JdbcSchema.Table aggTable, MessageRecorder msgRecorder)Uses theDefaultRecognizerRecognizer to determine if the given aggTable's columns all match upto the dbFactTable's columns (where present) making the column usages as a result.booleanExplicitRules.TableDef. columnsOK(RolapStar star, JdbcSchema.Table dbFactTable, JdbcSchema.Table dbTable, MessageRecorder msgRecorder)Checks that ALL of the columns in the dbTable have a mapping in the tableDef.protected JdbcSchema.Table.ColumnAggGen. getColumn(JdbcSchema.Table table, String name)static AggStarAggStar. makeAggStar(RolapStar star, JdbcSchema.Table dbTable, MessageRecorder msgRecorder, long approxRowCount)Creates an AggStar and all of itsAggStar.Table,AggStar.Table.Columns, etc.
-