Package

dk.cwconsult.peregrin

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class AppliedMigrations(migrations: Vector[Migration]) extends Product with Serializable

    Permalink
  2. class DisjointMigrationsException extends MigrationException

    Permalink

    The list of migrations is disjoint, i.e.

    The list of migrations is disjoint, i.e. the sequence numbers are not contiguous.

  3. class InvalidMigrationSequenceException extends MigrationException

    Permalink
  4. case class Migration(identifier: Int, sql: String) extends Product with Serializable

    Permalink

    Migration step.

  5. class MigrationException extends RuntimeException

    Permalink
  6. class MigrationModifiedException extends MigrationException

    Permalink

    A migration was modified.

  7. sealed trait Schema extends AnyRef

    Permalink

    Schema identifier.

    Schema identifier. Schema identifiers should be regarded as case-sensitive since they are always used in quoted form by the library.

  8. case class Table(name: String, schema: Schema) extends Product with Serializable

    Permalink

Value Members

  1. object Migrations

    Permalink
  2. object Schema

    Permalink

Ungrouped