Class DepositAccountInterestRateChartReadPlatformServiceImpl.DepositAccountInterestRateChartMapper

java.lang.Object
org.apache.fineract.portfolio.savings.service.DepositAccountInterestRateChartReadPlatformServiceImpl.DepositAccountInterestRateChartMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.savings.data.DepositAccountInterestRateChartData>
Enclosing class:
DepositAccountInterestRateChartReadPlatformServiceImpl

public static final class DepositAccountInterestRateChartReadPlatformServiceImpl.DepositAccountInterestRateChartMapper extends Object implements org.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.savings.data.DepositAccountInterestRateChartData>
  • Method Details

    • schema

      public String schema()
    • mapRow

      public org.apache.fineract.portfolio.savings.data.DepositAccountInterestRateChartData mapRow(ResultSet rs, int rowNum) throws SQLException
      Specified by:
      mapRow in interface org.springframework.jdbc.core.RowMapper<org.apache.fineract.portfolio.savings.data.DepositAccountInterestRateChartData>
      Throws:
      SQLException