RollbackDelegate class abstract interface

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
onMigrationRollbackFailed(int migration, String reason) → void
Occurs when the specified migration fails to rollback due to the specified reason.
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 number of migrations is aborted for safety reason.
onRollbackStarted(int number) → void
Occurs when the rollback process starts with the specified number of migrations to be rolled back.
onRollbackSucceeded(int number) → void
Occurs when the rollback process succeeds with the specified number of rolled back migrations.
toString() String
A string representation of this object.
inherited

Operators

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