fly4s.data

package fly4s.data

Members list

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)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Fly4sConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Location

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Location.type
object Locations

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Locations.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class SourceConfig(url: Option[String], user: Option[String], _password: Option[Array[Char]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SourceConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ValidateOutput.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

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 OperationResult = OperationResult
type RepairResult = RepairResult
type ResourceProvider = ResourceProvider
type ValidateOutput = ValidateOutput
type ValidatePattern = ValidatePattern
type ValidateResult = ValidateResult