public class OlapHelper extends Object
Olap4j Helper class
...Constructor and Description |
---|
OlapHelper(String olap4jDriver,
String olap4jUrl,
String username,
String password,
String catalogName,
String mdx) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
createRectangularOutput()
Outputs one row per tuple on the rows axis.
|
String[][] |
getCellValues() |
String[] |
getHeaderValues() |
String[][] |
getRows() |
void |
openQuery() |
public void close() throws KettleDatabaseException
KettleDatabaseException
public void createRectangularOutput() throws KettleDatabaseException
KettleDatabaseException
- in case some or other error occurspublic String[][] getRows()
public String[] getHeaderValues()
public String[][] getCellValues()
Copyright © 2018 Hitachi Vantara. All rights reserved.