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.ColumnJdbcSchema.Table.Column.Usage. captionColumnJdbcSchema.Table.ColumnJdbcSchema.Table.Column.Usage. ordinalColumnFields 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. propertiesMethods in mondrian.rolap.aggmatcher that return JdbcSchema.Table.Column Modifier and Type Method Description protected JdbcSchema.Table.ColumnAggGen. getColumn(JdbcSchema.Table table, String name)JdbcSchema.Table.ColumnJdbcSchema.Table.Column.Usage. getColumn()Returns the column with which this usage is associated.JdbcSchema.Table.ColumnJdbcSchema.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 voidAggGen. addForeignKeyToNotLostColumnUsages(JdbcSchema.Table.Column column)
-