fly4s.core.data

Type members

Classlikes

case
class Fly4sConfig(connectRetries: Int, initSql: Option[String], defaultSchemaName: Option[String], schemaNames: Option[NonEmptyList[String]], lockRetryCount: Int, installedBy: Option[String], locations: List[Location], encoding: Charset, table: String, tablespace: Option[String], targetVersion: MigrationVersion, baselineVersion: MigrationVersion, baselineDescription: String, ignoreMigrationPatterns: List[ValidatePattern], placeholders: Map[String, String], placeholderPrefix: String, placeholderSuffix: String, sqlMigrationPrefix: String, sqlMigrationSuffixes: Seq[String], repeatableSqlMigrationPrefix: String, sqlMigrationSeparator: String, callbacks: List[Callback], resolvers: List[MigrationResolver], resourceProvider: Option[ResourceProvider], group: Boolean, mixed: Boolean, failOnMissingLocations: Boolean, validateMigrationNaming: Boolean, validateOnMigrate: Boolean, cleanOnValidationError: Boolean, cleanDisabled: Boolean, createSchemas: Boolean, placeholderReplacement: Boolean, baselineOnMigrate: Boolean, outOfOrder: Boolean, skipDefaultCallbacks: Boolean, skipDefaultResolvers: Boolean)
Companion
object
Companion
class
object Location
case
class SourceConfig(url: Option[String], user: Option[String], _password: Option[Array[Char]])
Companion
object
Companion
class

Types

type BaselineResult = BaselineResult
type Callback = Callback
type CleanResult = CleanResult
type ErrorCode = ErrorCode
type ErrorDetails = ErrorDetails
type Location = Location
type MigrateResult = MigrateResult
type MigrationInfoService = MigrationInfoService
type MigrationResolver = MigrationResolver
type MigrationVersion = MigrationVersion
type RepairResult = RepairResult
type ResourceProvider = ResourceProvider
type UndoResult = UndoResult
type ValidateOutput = ValidateOutput
type ValidatePattern = ValidatePattern
type ValidateResult = ValidateResult