Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
Packages that use JdbcSchema.Table.Column Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of JdbcSchema.Table.Column in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as JdbcSchema.Table.Column Modifier and Type Field Description JdbcSchema.Table.Column
JdbcSchema.Table.Column.Usage. captionColumn
JdbcSchema.Table.Column
JdbcSchema.Table.Column.Usage. ordinalColumn
Fields in mondrian.rolap.aggmatcher with type parameters of type JdbcSchema.Table.Column Modifier and Type Field Description Map<String,JdbcSchema.Table.Column>
JdbcSchema.Table.Column.Usage. properties
Methods in mondrian.rolap.aggmatcher that return JdbcSchema.Table.Column Modifier and Type Method Description protected JdbcSchema.Table.Column
AggGen. getColumn(JdbcSchema.Table table, String name)
JdbcSchema.Table.Column
JdbcSchema.Table.Column.Usage. getColumn()
Returns the column with which this usage is associated.JdbcSchema.Table.Column
JdbcSchema.Table. getColumn(String columnName)
Returns a column by its name.Methods in mondrian.rolap.aggmatcher that return types with arguments of type JdbcSchema.Table.Column Modifier and Type Method Description Map<String,JdbcSchema.Table.Column>
JdbcSchema.Table. getColumnMap()
Collection<JdbcSchema.Table.Column>
JdbcSchema.Table. getColumns()
Returns the collection of columns in this Table.Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchema.Table.Column Modifier and Type Method Description protected void
AggGen. addForeignKeyToNotLostColumnUsages(JdbcSchema.Table.Column column)
-