Class GeneralStatisticsExtractor
java.lang.Object
org.qubership.atp.tdm.repo.impl.extractors.GeneralStatisticsExtractor
- All Implemented Interfaces:
org.springframework.jdbc.core.ResultSetExtractor<GeneralStatisticsItem>
public class GeneralStatisticsExtractor
extends Object
implements org.springframework.jdbc.core.ResultSetExtractor<GeneralStatisticsItem>
-
Method Summary
-
Method Details
-
extractData
public GeneralStatisticsItem extractData(ResultSet resultSet) throws SQLException, org.springframework.dao.DataAccessException - Specified by:
extractDatain interfaceorg.springframework.jdbc.core.ResultSetExtractor<GeneralStatisticsItem>- Throws:
SQLExceptionorg.springframework.dao.DataAccessException
-