Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
Packages that use 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
Fields in mondrian.rolap.aggmatcher declared as JdbcSchema.Table.ColumnModifier and TypeFieldDescriptionJdbcSchema.Table.Column.Usage.captionColumn
JdbcSchema.Table.Column.Usage.ordinalColumn
Fields in mondrian.rolap.aggmatcher with type parameters of type JdbcSchema.Table.ColumnMethods in mondrian.rolap.aggmatcher that return JdbcSchema.Table.ColumnModifier 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.Methods in mondrian.rolap.aggmatcher that return types with arguments of type JdbcSchema.Table.ColumnModifier and TypeMethodDescriptionJdbcSchema.Table.getColumnMap()
JdbcSchema.Table.getColumns()
Returns the collection of columns in this Table.Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchema.Table.ColumnModifier and TypeMethodDescriptionprotected void
AggGen.addForeignKeyToNotLostColumnUsages
(JdbcSchema.Table.Column column)