Interface IRowHandler


  • public interface IRowHandler
    Defines methods used for handling row data within transforms.

    By default, the implementation used in BaseTransform leverages the logic defined within BaseTransform. (see BaseTransform)

    BaseTransform.setRowHandler(IRowHandler) can be used to override this behavior.