MigrationState

oxygen.sql.migration.model.MigrationState
See theMigrationState companion object
final case class MigrationState

Attributes

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

Members list

Value members

Concrete methods

def apply(diff: StateDiff): Either[ApplyError, MigrationState]
def applyAll(diffs: Contiguous[StateDiff]): Either[ApplyError, MigrationState]
def diff(that: MigrationState): Either[DiffError, Contiguous[StateDiff]]

Returns a set of diffs that would transform this into that.

Returns a set of diffs that would transform this into that.

Attributes

def toIndentedString: IndentedString

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product