Interface ISqlRowMapper<T>

All Known Implementing Classes:
AbstractSqlRowMapper, DataGapFastDetector, DataService.DataMapper, DataService.LastCaptureByChannelMapper, DataService.TableReloadRequestMapper, DataService.TableReloadStatusMapper, DateMapper, JobMapper, LongMapper, LookupTableDataRouter.RowMapper, NodeService.NodeRowMapper, NumberMapper, RowMapper, StringMapper

public interface ISqlRowMapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    mapRow(Row row)
     
  • Method Details

    • mapRow

      T mapRow(Row row)