PrimaryColumn class

Inheritance
Annotations

Constructors

PrimaryColumn({ColumnType? type})
const

Properties

attributeName → String?
finalinherited
columnQueryExpresion → String
no setterinherited
columnType → String
no setterinherited
generated → bool
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
length → int
finalinherited
name → String?
finalinherited
nullable → bool
finalinherited
primary → bool
finalinherited
readonly → bool
finalinherited
relation → ColumnRelation?
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
select → bool
finalinherited
type → ColumnType?
finalinherited
unique → bool
finalinherited
width → int?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited