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

getColumnCount

fun getColumnCount(): Int

Return the number of columns in this result set. Valid once we've seen the first row, so subclasses can use it during processing

Return
the number of columns in this result set