NUIDatabaseModel class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
databaseName(
) → String -
entities(
) → List< NUIDBEntityMapper> -
getChangedEntities(
NUIDatabaseTracker tracker) → List< NUIDBEntityWithAction> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
structureChanged(
NUIDatabaseTracker tracker) → bool -
structureChanges(
NUIDatabaseTracker tracker) → Map< String, String> -
toDatabaseTracker(
) → NUIDatabaseTracker -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ACTION_CREATE → const String
- ACTION_NONE → const String
- ACTION_RECREATE → const String
- ACTION_RECREATE_PATCH → const String
- ACTION_REMOVE → const String
- ACTION_UPDATE → const String