KnexSchemaAst class
Canonical, dialect-neutral schema AST.
External schema formats (JSON Schema, OpenAPI, etc.) should map into this structure first. SQL emission remains the responsibility of the existing Knex schema compiler pipeline.
Constructors
-
KnexSchemaAst({required List<
KnexTableAst> tables}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
→ List<
KnexTableAst> -
final
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