ForeignKey class

Inheritance

Constructors

ForeignKey(PrimaryKey foreignPrimaryKey, String layoutName, String name, {bool nullable = false})

Properties

foreignPrimaryKey PrimaryKey
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layoutName String
finalinherited
length int
finalinherited
name String
finalinherited
nullable bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FieldType
finalinherited

Methods

asc() Sort
Creates a Sort that orders ascending by this expression.
inherited
contains(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this contains other.
inherited
desc() Sort
Creates a Sort that orders descending by this expression.
inherited
equals(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this equals other.
inherited
greaterOrEqual(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this is greater than or equals other.
inherited
greaterThan(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this is greater than other.
inherited
isIn(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this is in other.
inherited
lessOrEqual(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this is less than or equals other.
inherited
lessThan(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this is less than other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(dynamic other) Filter
Convenience method for creating a CompareFilter which matches if this does not equal other.
inherited
sort(bool ascending) Sort
Creates a Sort that orders by this expression.
inherited
toString() String
A string representation of this object.
inherited

Operators

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