Uses of Class
org.pentaho.di.trans.steps.sapinput.sap.SAPRow

Packages that use SAPRow
org.pentaho.di.trans.steps.sapinput.sap   
 

Uses of SAPRow in org.pentaho.di.trans.steps.sapinput.sap
 

Methods in org.pentaho.di.trans.steps.sapinput.sap that return types with arguments of type SAPRow
 Collection<SAPRow> SAPResultSet.getRows()
           
 

Methods in org.pentaho.di.trans.steps.sapinput.sap with parameters of type SAPRow
 void SAPResultSet.addRow(SAPRow row)
           
 

Method parameters in org.pentaho.di.trans.steps.sapinput.sap with type arguments of type SAPRow
 void SAPResultSet.setRows(Collection<SAPRow> rows)