Interface PutRowInterface
-
public interface PutRowInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] rowData)
-
-
-
Method Detail
-
putRow
void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] rowData) throws org.pentaho.di.core.exception.KettleStepException
- Throws:
org.pentaho.di.core.exception.KettleStepException
-
-