MigrationDelegate 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
onAfterCommittingFailed(String reason) → void
Occurs when after_commits.sql script fails due to the specified reason.
onAfterPreparingError(String reason) → void
Occurs when after_prepare.sql script fails.
inherited
onBadIdentity(String identity) → void
Occurs when the target migration identity has bad format.
onBeforePreparingError(String reason) → void
Occurs when before_prepare.sql script fails.
inherited
onCleanupFailed(String reason) → void
Occurs when the cleanup process fails due to the specified reason.
inherited
onCleanupStarted() → void
Occurs when all migrations are rolled back in the database and there is no any migration to be committed.
inherited
onCleanupSucceeded() → void
Occurs when the cleanup process succeeds.
inherited
onCommittingFinished(int number, int total) → void
Occurs when the migration process completes with the specified number of successful migrations out of the total number of migrations to be committed.
onCommittingStarted(int number) → void
Occurs when the migration committing process starts to handle the specified number of migrations.
onComparingStarted() → void
Occurs when the migrations comparing process starts.
onComparingSucceeded() → void
Occurs when the migrations comparing process succeeds.
onIdentityNotFound(int id) → void
Occurs when local migrations don't contain the target migration with the specified id.
onMigrationCommitFailed(int migration, String reason) → void
Occurs when the specified migration can't be commited due to the specified reason.
onMigrationRollbackFailed(int migration, String reason) → void
Occurs when the specified migration fails to rollback due to the specified reason.
inherited
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
onRollbackFailed(String reason) → void
Occurs when the rollback process fails due to the specified reason.
inherited
onRollbackForbidden(int number) → void
Occurs when the rollback process with the specified number of migrations is aborted for safety reason.
inherited
onRollbackStarted(int number) → void
Occurs when the rollback process starts with the specified number of migrations to be rolled back.
inherited
onRollbackSucceeded(int number) → void
Occurs when the rollback process succeeds with the specified number of rolled back migrations.
inherited
onScanningError(String reason) → void
Occurs when the migration scanning process fails.
inherited
onScanningStarted() → void
Occurs when the migration scanning process starts.
inherited
onScanningSucceeded() → void
Occurs when the migration scanning process succeeds.
inherited
toString() String
A string representation of this object.
inherited

Operators

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