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
  • Constructor Details

  • Method Details

    • openQuery

      public void openQuery() throws Exception
      Throws:
      Exception
    • 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()