getColumnNames

abstract fun getColumnNames(): List<String>

Returns a list of all column names in the result set.

This can be useful for dynamically processing the columns when their names are not known at compile time.

Return

A List of String containing the names of the columns.