columnNames

fun columnNames(resultSet: ResultSet): List<String>

The result set must be open and remains open after this call.

Return

the name for each column with the list ordered by columns of the result set from left to right (0 is column 1, etc.)

Parameters

resultSet

the result set from which to grab the names of the columns