TableState

oxygen.sql.migration.model.TableState
See theTableState companion object
final case class TableState

Attributes

Companion
object
Experimental
true
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, Option[TableState]]
def diff(that: TableState): Either[DiffError, Seq[AlterColumn]]

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

Concrete fields

val colNames: Set[String]
val pkColNames: Set[String]