trait EvolutionsDatasourceConfig extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- EvolutionsDatasourceConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def autoApply: Boolean
- abstract def autoApplyDowns: Boolean
- abstract def autocommit: Boolean
- abstract def enabled: Boolean
- abstract def metaTable: String
- abstract def path: String
- abstract def schema: String
- abstract def skipApplyDownsOnly: Boolean
- abstract def substitutionsEscape: Boolean
- abstract def substitutionsMappings: Map[String, String]
- abstract def substitutionsPrefix: String
- abstract def substitutionsSuffix: String
- abstract def useLocks: Boolean
Evolutions configuration for a given datasource.