Package org.pentaho.di.trans.step.utils
Class RowMetaUtils
- java.lang.Object
-
- org.pentaho.di.trans.step.utils.RowMetaUtils
-
public class RowMetaUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description RowMetaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pentaho.di.core.row.RowMetaInterface
getRowMetaForUpdate(org.pentaho.di.core.row.RowMetaInterface prev, String[] keyLookup, String[] keyStream, String[] updateLookup, String[] updateStream)
-
-
-
Method Detail
-
getRowMetaForUpdate
public static org.pentaho.di.core.row.RowMetaInterface getRowMetaForUpdate(org.pentaho.di.core.row.RowMetaInterface prev, String[] keyLookup, String[] keyStream, String[] updateLookup, String[] updateStream) throws org.pentaho.di.core.exception.KettleStepException
- Throws:
org.pentaho.di.core.exception.KettleStepException
-
-