RenameTable

oxygen.sql.migration.model.StateDiff.AlterTable.RenameTable
final case class RenameTable(tableRef: TableRef, newName: String) extends AlterTable, CanOnlyBeSpecified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Derivable
trait Specifiable
trait CoreType
trait AlterTable
trait StateDiff
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final override def coreUnion: Union

Attributes

Definition Classes
Inherited from:
CoreType
final override def derivableUnion: Union

Attributes

Definition Classes
Inherited from:
Derivable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final override def specifiableUnion: Union

Attributes

Definition Classes
Inherited from:
Specifiable
final def toIndentedString: IndentedString

Attributes

Inherited from:
StateDiff

Inherited fields

final lazy val applicationOrder: Int

Attributes

Inherited from:
StateDiff
final override val canBeDerived: Boolean

Attributes

Inherited from:
CanNotBeDerived
final override val canBeSpecified: Boolean

Attributes

Inherited from:
CanBeSpecified