SqfEntityFieldType class abstract
Constructors
- SqfEntityFieldType(String? fieldName, DbType? dbType, {dynamic defaultValue, dynamic minValue, dynamic maxValue, SqfEntityTableBase? table, SqfEntitySequenceBase? sequencedBy, int? primaryKeyIndex, bool? isPrimaryKeyField, bool? isNotNull, bool? isUnique, String? checkCondition, bool? isIndex, int? isIndexGroup, Collate? collate, String? formLabelText})
Properties
- checkCondition ↔ String?
-
getter/setter pair
- collate ↔ Collate?
-
getter/setter pair
- dbType ↔ DbType?
-
getter/setter pair
- defaultValue ↔ dynamic
-
getter/setter pair
- fieldName ↔ String?
-
getter/setter pair
- formLabelText ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isIndex ↔ bool?
-
getter/setter pair
- isIndexGroup ↔ int?
-
getter/setter pair
- isNotNull ↔ bool?
-
getter/setter pair
- isPrimaryKeyField ↔ bool?
-
getter/setter pair
- isUnique ↔ bool?
-
getter/setter pair
- maxValue ↔ dynamic
-
getter/setter pair
- minValue ↔ dynamic
-
getter/setter pair
- primaryKeyIndex ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequencedBy ↔ SqfEntitySequenceBase?
-
getter/setter pair
- table ↔ SqfEntityTableBase?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toConstructureString(
) → String -
toFromMapString(
) → String -
toMapString(
) → String -
toPropertiesString(
) → String -
toSqLiteFieldString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited