tableColumnMetadata
abstract fun tableColumnMetadata(table: String, column: String, database: String? = null): TableColumnMetadata(source)
Returns information about the column column of table table in database database.
Throws
if an error happened while collecting information.