public class UserCommentRowMapper extends java.lang.Object implements com.serotonin.db.spring.GenericRowMapper<UserComment>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
USER_COMMENT_SELECT |
Constructor and Description |
---|
UserCommentRowMapper() |
Modifier and Type | Method and Description |
---|---|
UserComment |
mapRow(java.sql.ResultSet rs,
int rowNum) |
public static final java.lang.String USER_COMMENT_SELECT
public UserComment mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow
in interface com.serotonin.db.spring.GenericRowMapper<UserComment>
mapRow
in interface org.springframework.jdbc.core.RowMapper
java.sql.SQLException