An interface used by JdbcTemplate for processing rows of a ResultSet on a per-row basis. Implementations of this interface perform the actual work of processing each row but don't need to worry about exception handling.
SQLExceptions will be caught and handled by the calling JdbcTemplate.