toString

open override fun toString(): String

Returns a string representation of the column.

The format is KQLiteColumn<TYPE>(columnName), providing a concise summary of the column's data type and its escaped SQL name.

Example

For a text column named "user_name", the output would be: KQLiteColumn<TEXT>(user_name)

Return

A string describing the column's type and name.