| Package | Description |
|---|---|
| mondrian.rolap.aggmatcher |
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
|
| Modifier and Type | Field and Description |
|---|---|
JdbcSchema.Table.Column |
JdbcSchema.Table.Column.Usage.captionColumn |
JdbcSchema.Table.Column |
JdbcSchema.Table.Column.Usage.ordinalColumn |
| Modifier and Type | Field and Description |
|---|---|
Map<String,JdbcSchema.Table.Column> |
JdbcSchema.Table.Column.Usage.properties |
| Modifier and Type | Method and Description |
|---|---|
JdbcSchema.Table.Column |
JdbcSchema.Table.Column.Usage.getColumn()
Returns the column with which this usage is associated.
|
protected JdbcSchema.Table.Column |
AggGen.getColumn(JdbcSchema.Table table,
String name) |
JdbcSchema.Table.Column |
JdbcSchema.Table.getColumn(String columnName)
Returns a column by its name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,JdbcSchema.Table.Column> |
JdbcSchema.Table.getColumnMap() |
Collection<JdbcSchema.Table.Column> |
JdbcSchema.Table.getColumns()
Returns the collection of columns in this Table.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AggGen.addForeignKeyToNotLostColumnUsages(JdbcSchema.Table.Column column) |
Copyright © 2018 Hitachi Vantara. All rights reserved.