TableColumnMetadata

Result of DatabaseConnection.tableColumnMetadata. Member fields are all already resolved.

Properties

Link copied to clipboard

Name of the default collation sequence.

Link copied to clipboard
abstract val dataType: String

Column data type.

Link copied to clipboard
abstract val isAutoIncrement: Boolean

Whether the column is AUTOINCREMENT.

Link copied to clipboard
abstract val isNullable: Boolean

Whether the column has NOT NULL constraint.

Link copied to clipboard
abstract val isPrimaryKey: Boolean

Whether the column is part of the PRIMARY KEY.