spring-framework / org.springframework.jdbc.core / BeanPropertyRowMapper / mapRow

mapRow

open fun mapRow(rs: ResultSet, rowNumber: Int): T

Extract the values for all columns in the current row.

Utilizes public setters and result set metadata.

See Also
java.sql.ResultSetMetaData