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 org.pentaho.di.core.exception.KettleDatabaseException
org.pentaho.di.core.exception.KettleDatabaseExceptionpublic void createRectangularOutput()
                             throws org.pentaho.di.core.exception.KettleDatabaseException
org.pentaho.di.core.exception.KettleDatabaseException - in case some or other error occurspublic String[][] getRows()
public String[] getHeaderValues()
public String[][] getCellValues()