PreparingDelegate 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
onAfterPreparingError(String reason) → void
Occurs when after_prepare.sql script fails.
onBeforePreparingError(String reason) → void
Occurs when before_prepare.sql script fails.
onMigrationsTableError(String tableName, String reason) → void
Occurs when the migrations table creation fails.
onPreparingStarted() → void
Occurs when the preparing process starts.
onPreparingSucceeded() → void
Occurs when the preparing process succeeds.
toString() String
A string representation of this object.
inherited

Operators

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