public interface ItemPreparedStatementSetter<T>
RowMapper.void setValues(T item, java.sql.PreparedStatement ps) throws java.sql.SQLException
ps - the PreparedStatement to invoke setter methods onjava.sql.SQLException - if a SQLException is encountered (i.e. there is no
need to catch SQLException)