Uses of Class
org.pentaho.di.core.RowMetaAndData

Packages that use RowMetaAndData
org.pentaho.di.core   
 

Uses of RowMetaAndData in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return RowMetaAndData
 RowMetaAndData RowMetaAndData.clone()
           
 RowMetaAndData ResultFile.getRow()
           
 

Methods in org.pentaho.di.core that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> Result.getRows()
           
 

Methods in org.pentaho.di.core with parameters of type RowMetaAndData
 int RowMetaAndData.compare(RowMetaAndData compare, int[] is, boolean[] bs)
           
static String[] Props.convertArguments(RowMetaAndData row)
           
 

Method parameters in org.pentaho.di.core with type arguments of type RowMetaAndData
 void Result.setRows(List<RowMetaAndData> rows)