Package | Description |
---|---|
com.macrofocus.molap.table |
Provides the necessary classes and interfaces for dealing with fact tables.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedTable |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexedTable |
class |
AbstractTable |
class |
ColumnsTable |
class |
SimpleTable |
class |
UnpivotTable |
Modifier and Type | Method and Description |
---|---|
Table |
Row.getTable() |
Constructor and Description |
---|
ColumnsTable(Table table) |
Row(Table table,
int row) |
TableColumn(Table table,
int column) |
UnpivotTable(Table table,
String columnName,
String valueName,
Column... unpivotColumns) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.