SqlSchemaCapable mixin
A SQL-backed local adapter that exposes its table and dialect, letting the engine run schema DDL against it (the auto-migration SQL path) without knowing adapter internals. Pair with RawQueryCapable.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqlDialect → SqlDialect
-
The SQL dialect DDL should be generated for.
no setter
- sqlTable → String
-
The table entities live in.
no setter
Methods
-
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