QueryExecutorUser class abstract

Callbacks passed to QueryExecutor.ensureOpen to run schema migrations when the database is first opened.

Implementers

Constructors

QueryExecutorUser()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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 nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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