TableUniqueConstraint class

Unique field constraint.

Inheritance

Constructors

TableUniqueConstraint(String field)

Properties

field String
The constraint filed/column name.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
priority int
The constraint priority to use in sorting.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(TableConstraint other) int
Compares this object to another object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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