GenerationContext constructor Null safety
- SqlTypeSystem typeSystem,
- DatabaseConnectionUser? executor,
- {SqlDialect dialect = SqlDialect.sqlite,
- bool supportsVariables = true}
Constructs a custom GenerationContext by setting the fields manually. See GenerationContext.fromDb for a more convenient factory.
Implementation
GenerationContext(this.typeSystem, this.executor,
{this.dialect = SqlDialect.sqlite, this.supportsVariables = true});