FixingDelegate class abstract interface

Implemented types
Implementers

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAfterPreparingError(String reason) → void
Occurs when after_prepare.sql script fails.
inherited
onBadIdentity(String identity) → void
Occurs when the migration identity has bad format.
onBeforePreparingError(String reason) → void
Occurs when before_prepare.sql script fails.
inherited
onDbMigrationNotFound(int id) → void
Occurs when the migration with the specified id doesn't exist in the database.
onLocalMigrationNotFound(int id) → void
Occurs when there is no local migration with the specified id.
onMigrationsTableError(String tableName, String reason) → void
Occurs when the migrations table creation fails.
inherited
onPreparingStarted() → void
Occurs when the preparing process starts.
inherited
onPreparingSucceeded() → void
Occurs when the preparing process succeeds.
inherited
onUpdatingFailed(int id, String reason) → void
Occurs when updating of the migration fails due to the specified reason.
onUpdatingStarted(int id) → void
Occurs after successfull connection to the database and extract the migration id from the identity.
onUpdatingSucceeded(int id) → void
Occurs when the migration is successfully updated in the database.
toString() String
A string representation of this object.
inherited

Operators

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