fun getColumnClass(column: Int): Class<out Any>
Returns the class of the data in the column with index column.
column
column - the index of the column to return the class of
Return the class of the data in the column with index column