QueryExecutorUser class Null safety
Callbacks passed to QueryExecutor.ensureOpen to run schema migrations when the database is first opened.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- schemaVersion → int
-
The schema version to set on the database when it's opened.
read-only
Methods
-
beforeOpen(
QueryExecutor executor, OpeningDetails details) → Future< void> - A callbacks that runs after the database connection has been established, but before any other query is sent. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited