getColumnName

abstract fun getColumnName(columnIndex: Column): String?

Returns the name of the column at columnIndex. Note: this name does not need to be unique; two columns in a table can have the same name.

Return

the name of the column

Parameters

columnIndex

the index of the column