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(RowSet rowSet) |
void |
putError(RowMetaInterface rowMeta,
Object[] row,
long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes) |
void |
putRow(RowMetaInterface rowMeta,
Object[] row) |
default void |
putRowTo(RowMetaInterface rowMeta,
Object[] row,
RowSet rowSet) |
static final Class<?> PKG
Object[] getRow() throws KettleException
KettleException
void putRow(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
KettleStepException
void putError(RowMetaInterface rowMeta, Object[] row, long nrErrors, String errorDescriptions, String fieldNames, String errorCodes) throws KettleStepException
KettleStepException
default void putRowTo(RowMetaInterface rowMeta, Object[] row, RowSet rowSet) throws KettleStepException
KettleStepException
default Object[] getRowFrom(RowSet rowSet) throws KettleStepException
KettleStepException
Copyright © 2018 Hitachi Vantara. All rights reserved.