class DataPointDao.EventDetectorRowMapper extends java.lang.Object implements com.serotonin.db.spring.GenericRowMapper<PointEventDetectorVO>
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
dp |
Constructor and Description |
---|
EventDetectorRowMapper(DataPointVO dp) |
Modifier and Type | Method and Description |
---|---|
PointEventDetectorVO |
mapRow(java.sql.ResultSet rs,
int rowNum) |
private final DataPointVO dp
public EventDetectorRowMapper(DataPointVO dp)
public PointEventDetectorVO mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow
in interface com.serotonin.db.spring.GenericRowMapper<PointEventDetectorVO>
mapRow
in interface org.springframework.jdbc.core.RowMapper
java.sql.SQLException