- 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.sqlscript fails due to the specifiedreason. -
onAfterPreparingError(
String reason) → void -
Occurs when
after_prepare.sqlscript fails.inherited -
onBadIdentity(
String identity) → void -
Occurs when the target migration
identityhas bad format. -
onBeforePreparingError(
String reason) → void -
Occurs when
before_prepare.sqlscript fails.inherited -
onCleanupFailed(
String reason) → void -
Occurs when the cleanup process fails due to the specified
reason. -
onCleanupStarted(
) → void - Occurs when all migrations are rolled back in the database and there is no any migration to be committed.
-
onCleanupSucceeded(
) → void - Occurs when the cleanup process succeeds.
-
onCommittingFinished(
int number, int total) → void -
Occurs when the migration process completes with the specified
numberof successful migrations out of thetotalnumber of migrations to be committed. -
onCommittingStarted(
int number) → void -
Occurs when the migration committing process starts to handle the
specified
numberof 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
migrationcan't be commited due to the specifiedreason. -
onMigrationRollbackFailed(
int migration, String reason) → void -
Occurs when the specified
migrationfails to rollback due to the specifiedreason. -
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. -
onRollbackForbidden(
int number) → void -
Occurs when the rollback process with the specified
numberof migrations is aborted for safety reason. -
onRollbackStarted(
int number) → void -
Occurs when the rollback process starts with the specified
numberof migrations to be rolled back. -
onRollbackSucceeded(
int number) → void -
Occurs when the rollback process succeeds with the specified
numberof rolled back migrations. -
onScanningError(
String reason) → void - Occurs when the migration scanning process fails.
-
onScanningStarted(
) → void - Occurs when the migration scanning process starts.
-
onScanningSucceeded(
) → void - Occurs when the migration scanning process succeeds.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited