CleaningDelegate 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
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
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