SqfEntityTable class
Constructors
-
SqfEntityTable({String? tableName, String? primaryKeyName, List<
SqfEntityField> ? fields, bool? useSoftDeleting, PrimaryKeyType? primaryKeyType, String? defaultJsonUrl, String? modelName, String? customCode, RelationType? relationType, String? formListTitleField, String? formListSubTitleField, ObjectType? objectType, String? sqlStatement, String? abstractModelName}) -
This class is required for TABLE definitions using in /lib/model/model.dart file
Simple table definition must be below:
const
Properties
- abstractModelName → String?
-
final
- customCode → String?
-
final
- defaultJsonUrl → String?
-
final
-
fields
→ List<
SqfEntityField> ? -
final
- formListSubTitleField → String?
-
final
- formListTitleField → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- modelName → String?
-
final
- objectType → ObjectType?
-
final
- primaryKeyName → String?
-
final
- primaryKeyType → PrimaryKeyType?
-
final
- relationType → RelationType?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqlStatement → String?
-
final
- tableName → String?
-
final
- useSoftDeleting → bool?
-
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