spring-framework / org.springframework.jdbc.core / RowCountCallbackHandler / processRow

processRow

fun processRow(rs: ResultSet): Unit

Implementation of ResultSetCallbackHandler. Work out column size if this is the first row, otherwise just count rows.

Subclasses can perform custom extraction or processing by overriding the processRow(ResultSet, int) method.

See Also
#processRow(java.sql.ResultSet, int)