GenerationContext.fromDb constructor
GenerationContext.fromDb(
- DatabaseConnectionUser executor, {
- bool supportsVariables = true,
Constructs a GenerationContext by copying the relevant fields from the database.
Implementation
GenerationContext.fromDb(
DatabaseConnectionUser this.executor, {
this.supportsVariables = true,
})
// ignore: deprecated_member_use_from_same_package
: options = executor.options,
typeMapping = executor.typeMapping;