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
KettleExceptionvoid putRow(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
KettleStepExceptionvoid putError(RowMetaInterface rowMeta, Object[] row, long nrErrors, String errorDescriptions, String fieldNames, String errorCodes) throws KettleStepException
KettleStepExceptiondefault void putRowTo(RowMetaInterface rowMeta, Object[] row, RowSet rowSet) throws KettleStepException
KettleStepExceptiondefault Object[] getRowFrom(RowSet rowSet) throws KettleStepException
KettleStepExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.