MCPcopy
hub / github.com/sqldef/sqldef / SetGeneratorConfig

Method SetGeneratorConfig

database/mssql/database.go:889–891  ·  view source on GitHub ↗
(config database.GeneratorConfig)

Source from the content-addressed store, hash-verified

887}
888
889func (d *MssqlDatabase) SetGeneratorConfig(config database.GeneratorConfig) {
890 d.generatorConfig = config
891}
892
893func (d *MssqlDatabase) GetGeneratorConfig() database.GeneratorConfig {
894 return d.generatorConfig

Calls

no outgoing calls