What does the update() method of JdbcTemplate typically return?
a) The primary key of the updated record
b) A boolean indicating success
c) The number of rows affected
d) The updated object