ForeignKeyState

oxygen.sql.migration.model.ForeignKeyState
See theForeignKeyState companion object
final case class ForeignKeyState(explicitFKName: Option[String], self: TableRef, references: TableRef, columnPairs: ArraySeq[Pair])

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 renameColumn(columnRef: ColumnRef, newName: String): ForeignKeyState
def renameReferencesColumn(oldName: String, newName: String): ForeignKeyState
def renameSchema(schemaRef: SchemaRef, newName: String): ForeignKeyState
def renameSelfColumn(oldName: String, newName: String): ForeignKeyState
def renameTable(tableRef: TableRef, newName: String): ForeignKeyState

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val autoRef: AutoRef
val fkName: String