Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of JdbcSchema.Table.Column in mondrian.rolap.aggmatcher
Modifier and TypeFieldDescriptionJdbcSchema.Table.Column.Usage.captionColumn
JdbcSchema.Table.Column.Usage.ordinalColumn
Modifier and TypeMethodDescriptionprotected JdbcSchema.Table.Column
AggGen.getColumn
(JdbcSchema.Table table, String name) JdbcSchema.Table.Column.Usage.getColumn()
Returns the column with which this usage is associated.Returns a column by its name.Modifier and TypeMethodDescriptionJdbcSchema.Table.getColumnMap()
JdbcSchema.Table.getColumns()
Returns the collection of columns in this Table.Modifier and TypeMethodDescriptionprotected void
AggGen.addForeignKeyToNotLostColumnUsages
(JdbcSchema.Table.Column column)