| Constructor and Description |
|---|
SqlAction.StringRowMapper() |
public String mapRow(ResultSet rs, int rowNum) throws SQLException
org.springframework.jdbc.core.RowMappernext() on
the ResultSet; it is only supposed to map values of the current row.mapRow in interface org.springframework.jdbc.core.RowMapper<String>rs - the ResultSet to map (pre-initialized for the current row)rowNum - the number of the current rowSQLException - if a SQLException is encountered getting
column values (that is, there's no need to catch SQLException)
Version: 5.1.4-ice35-b55
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.