Package org.pentaho.di.trans.step.utils
Class RowMetaUtils
java.lang.Object
org.pentaho.di.trans.step.utils.RowMetaUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.pentaho.di.core.row.RowMetaInterface
getRowMetaForUpdate
(org.pentaho.di.core.row.RowMetaInterface prev, String[] keyLookup, String[] keyStream, String[] updateLookup, String[] updateStream)
-
Constructor Details
-
RowMetaUtils
public RowMetaUtils()
-
-
Method Details
-
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
-