ForeignKeyOrmField class
Foreign Key Type
Constructors
- ForeignKeyOrmField({required String fieldName, required Orm foreignKey, ForeignKeyOnDelete? onDelete, bool nullable = false, bool unique = false})
Properties
- alterTable ↔ String
-
getter/setter pair
- defaultValue → String?
-
finalinherited
- fieldName → String
-
finalinherited
- foreignKey → Orm
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nullable → bool
-
finalinherited
- onDelete → ForeignKeyOnDelete?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unique → bool
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toPostgresql(
) → String -
override
-
toSqlite(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited