Which of the following is NOT a responsibility of the RowMapper in Spring JDBC?
a) Establishing a database connection
b) Mapping a row of the result set to an object
c) Handling data type conversions
d) Returning objects from the mapped rows