Package | Description |
---|---|
com.macrofocus.molap.table |
Provides the necessary classes and interfaces for dealing with fact tables.
|
Modifier and Type | Method and Description |
---|---|
Row |
AbstractTable.getRow(int row) |
Row |
Column.getRow(int row) |
Row |
Columns.getRow(int r) |
Row |
LookupColumn.getRow(int row) |
Row |
Table.getRow(int row) |
Row |
TableColumn.getRow(int row) |
Modifier and Type | Method and Description |
---|---|
Map<ColumnsValue,List<Row>> |
AbstractIndexedTable.getIndex(Columns key) |
Map<ColumnsValue,List<Row>> |
IndexedTable.getIndex(Columns key) |
Map<ColumnsValue,Row> |
AbstractIndexedTable.getUniqueIndex(Columns key) |
Map<ColumnsValue,Row> |
IndexedTable.getUniqueIndex(Columns key) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.