public interface RowHandler
BaseStep.handleGetRow()
BaseStep.handlePutRow(RowMetaInterface, Object[])
BaseStep.handlePutError(org.pentaho.di.core.row.RowMetaInterface, java.lang.Object[], long, java.lang.String, java.lang.String, java.lang.String)
BaseStep.setRowHandler( RowHandler)
can be used to override
this behavior.Modifier and Type | Method and Description |
---|---|
Object[] |
getRow() |
default Object[] |
getRowFrom(org.pentaho.di.core.RowSet rowSet) |
void |
putError(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row,
long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes) |
void |
putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row) |
default void |
putRowTo(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row,
org.pentaho.di.core.RowSet rowSet) |
static final Class<?> PKG
Object[] getRow() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException
org.pentaho.di.core.exception.KettleStepException
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
org.pentaho.di.core.exception.KettleStepException
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
org.pentaho.di.core.exception.KettleStepException
default Object[] getRowFrom(org.pentaho.di.core.RowSet rowSet) throws org.pentaho.di.core.exception.KettleStepException
org.pentaho.di.core.exception.KettleStepException