Class OlapHelper


  • public class OlapHelper
    extends Object
    Olap4j Helper class ...
    Since:
    Mar 12, 2010
    Author:
    Paul Stoellberger
    • 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()