Class OlapHelper
- java.lang.Object
-
- org.pentaho.di.trans.steps.olapinput.OlapHelper
-
public class OlapHelper extends Object
Olap4j Helper class
...- Since:
- Mar 12, 2010
- Author:
- Paul Stoellberger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
createRectangularOutput()
Outputs one row per tuple on the rows axis.String[][]
getCellValues()
String[]
getHeaderValues()
String[][]
getRows()
void
openQuery()
-
-
-
Method Detail
-
close
public void close() throws org.pentaho.di.core.exception.KettleDatabaseException
- Throws:
org.pentaho.di.core.exception.KettleDatabaseException
-
createRectangularOutput
public void createRectangularOutput() throws org.pentaho.di.core.exception.KettleDatabaseException
Outputs one row per tuple on the rows axis.- Throws:
org.pentaho.di.core.exception.KettleDatabaseException
- in case some or other error occurs
-
getRows
public String[][] getRows()
-
getHeaderValues
public String[] getHeaderValues()
-
getCellValues
public String[][] getCellValues()
-
-