SqfEntityField class
- Implementers
Constructors
- SqfEntityField(String? fieldName, DbType? dbType, {dynamic defaultValue, dynamic minValue, dynamic maxValue, SqfEntitySequence? sequencedBy, bool? isPrimaryKeyField, bool? isNotNull, bool? isUnique, bool? isIndex, int? isIndexGroup, String? checkCondition, String? formLabelText, Collate? collate})
-
This class is required for field definitions using in a table definition
Simple field definition must be below:
const
Properties
- checkCondition → String?
-
final
- collate → Collate?
-
final
- dbType → DbType?
-
final
- defaultValue → dynamic
-
final
- fieldName → String?
-
final
- formLabelText → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isIndex → bool?
-
final
- isIndexGroup → int?
-
final
- isNotNull → bool?
-
final
- isPrimaryKeyField → bool?
-
final
- isUnique → bool?
-
final
- maxValue → dynamic
-
final
- minValue → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequencedBy → SqfEntitySequence?
-
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