toString

open override fun toString(): String

Returns a string representation of the table object.

The format is KQLiteTable(tableName), where tableName is the escaped name of the table.

Return

A String representing the table, useful for debugging and logging.