SqliteFieldBlueprint class

Inheritance

Constructors

SqliteFieldBlueprint(String table, String name, String type, {bool isAutoIncrement = false, bool isPrimaryKey = false, String? constraint, bool isNullable = false, bool isUnique = false, dynamic defaultValue, String? fieldComment})

Properties

constraint String?
getter/setter pairinherited
defaultValue ↔ dynamic
getter/setter pairinherited
fieldComment String?
getter/setter pairinherited
foreignKey ForeignKeyConstraint?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
indexName String?
getter/setter pairinherited
isAutoIncrement bool
getter/setter pairinherited
isIndex bool
getter/setter pairinherited
isNullable bool
getter/setter pairinherited
isPrimaryKey bool
getter/setter pairinherited
isUnique bool
getter/setter pairinherited
isUnsigned bool
getter/setter pairinherited
modify bool
getter/setter pairinherited
name String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

autoIncrement() FieldBlueprint
inherited
change() SqliteFieldBlueprint
override
comment(String comment) SqliteFieldBlueprint
override
defaultsTo(dynamic value) FieldBlueprint
inherited
foreign() ForeignKeyConstraint
inherited
hasForeignKeyConstraint() bool
inherited
index([String? name]) FieldBlueprint
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nullable() FieldBlueprint
inherited
primary([bool value = true]) FieldBlueprint
inherited
toString() String
A string representation of this object.
inherited
unique() FieldBlueprint
inherited
unsigned() SqliteFieldBlueprint
override
useCurrent() SqliteFieldBlueprint
override
useCurrentOnUpdate() SqliteFieldBlueprint
override

Operators

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