Interface RowHandler

    • Field Detail

      • PKG

        static final Class<?> PKG
    • Method Detail

      • getRow

        Object[] getRow()
                 throws org.pentaho.di.core.exception.KettleException
        Throws:
        org.pentaho.di.core.exception.KettleException
      • putRow

        void putRow​(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                    Object[] row)
             throws org.pentaho.di.core.exception.KettleStepException
        Throws:
        org.pentaho.di.core.exception.KettleStepException
      • putError

        void putError​(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                      Object[] row,
                      long nrErrors,
                      String errorDescriptions,
                      String fieldNames,
                      String errorCodes)
               throws org.pentaho.di.core.exception.KettleStepException
        Throws:
        org.pentaho.di.core.exception.KettleStepException
      • putRowTo

        default void putRowTo​(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                              Object[] row,
                              org.pentaho.di.core.RowSet rowSet)
                       throws org.pentaho.di.core.exception.KettleStepException
        Throws:
        org.pentaho.di.core.exception.KettleStepException
      • getRowFrom

        default Object[] getRowFrom​(org.pentaho.di.core.RowSet rowSet)
                             throws org.pentaho.di.core.exception.KettleStepException
        Throws:
        org.pentaho.di.core.exception.KettleStepException