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

getColumnNames

@Nullable fun getColumnNames(): Array<String>

Return the names of the columns. Valid after processRow is invoked the first time.

Return
the names of the columns. Indexed from 0 to n-1.