Uses of Interface
org.pentaho.di.trans.step.RowHandler
-
Packages that use RowHandler Package Description org.pentaho.di.trans.step -
-
Uses of RowHandler in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return RowHandler Modifier and Type Method Description RowHandler
BaseStep. getRowHandler()
Methods in org.pentaho.di.trans.step with parameters of type RowHandler Modifier and Type Method Description void
BaseStep. setRowHandler(RowHandler rowHandler)
RowHandler controls how getRow/putRow are handled.
-