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.Table
AggGen. getTable(JdbcSchema db, String name)
protected JdbcSchema.Table
AggGen. getTable(JdbcSchema db, RolapStar.Table rt)
JdbcSchema.Table
JdbcSchema. getTable(String tableName)
Gets a table by name.JdbcSchema.Table
JdbcSchema.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 boolean
DefaultRules. columnsOK(RolapStar star, JdbcSchema.Table dbFactTable, JdbcSchema.Table aggTable, MessageRecorder msgRecorder)
Uses theDefaultRecognizer
Recognizer to determine if the given aggTable's columns all match upto the dbFactTable's columns (where present) making the column usages as a result.boolean
ExplicitRules.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.Column
AggGen. getColumn(JdbcSchema.Table table, String name)
static AggStar
AggStar. makeAggStar(RolapStar star, JdbcSchema.Table dbTable, MessageRecorder msgRecorder, long approxRowCount)
Creates an AggStar and all of itsAggStar.Table
,AggStar.Table.Column
s, etc.
-