Column class

Implementers
Annotations

Constructors

Column({ColumnType? type, String? name, int length = 255, int? width, bool nullable = false, bool readonly = false, bool unique = false, bool primary = false, bool select = true, bool generated = false, ColumnRelation? relation, String? attributeName})
const

Properties

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

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

Static Methods

getColumn(VariableMirror variableMirror, String columnName, bool ignoreRelationColumns) → Column?
getColumnType(Type type) → ColumnType
getType(ColumnType? type) → String