| Constructor and Description |
|---|
SqlAction.IdRowMapper() |
public Long 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<Long>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.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.