Uses of Class
org.pentaho.platform.dataaccess.datasource.wizard.models.DataRow

Packages that use DataRow
org.pentaho.platform.dataaccess.datasource.wizard.models Contains UI-specific implementations of the MQL thin-model interfaces. 
org.pentaho.platform.dataaccess.datasource.wizard.service.agile   
 

Uses of DataRow in org.pentaho.platform.dataaccess.datasource.wizard.models
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return DataRow
 DataRow[] ModelInfo.getData()
           
 DataRow[] FileTransformStats.getDataRows()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type DataRow
 void ModelInfo.setData(DataRow[] data)
           
 void FileTransformStats.setDataRows(DataRow[] rows)
           
 

Uses of DataRow in org.pentaho.platform.dataaccess.datasource.wizard.service.agile
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.agile that return DataRow
 DataRow[] PdiRowListener.getErrorRows()
           
 DataRow[] PdiRowListener.getReadRows()
           
 DataRow[] PdiRowListener.getWrittenRows()