oxygen.sql.migration.model.StateDiff.AlterSchema
See theAlterSchema companion trait
object AlterSchema
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AlterSchema.type
Members list
Type members
Classlikes
final case class CreateSchema(schemaRef: SchemaRef) extends AlterSchema, CanBeSpecifiedAndDerived, Phase1
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Phase1trait DerivationPhasetrait CanBeSpecifiedAndDerivedtrait CanBeDerivedtrait Derivabletrait CanBeSpecifiedtrait CanDoSomethingtrait Specifiabletrait CoreTypetrait AlterSchematrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class DropSchema(schemaRef: SchemaRef) extends AlterSchema, CanBeSpecifiedAndDerived, Phase1
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Phase1trait DerivationPhasetrait CanBeSpecifiedAndDerivedtrait CanBeDerivedtrait Derivabletrait CanBeSpecifiedtrait CanDoSomethingtrait Specifiabletrait CoreTypetrait AlterSchematrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class RenameSchema(schemaRef: SchemaRef, newName: String) extends AlterSchema, CanOnlyBeSpecified
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CanOnlyBeSpecifiedtrait CanNotBeDerivedtrait Derivabletrait CanBeSpecifiedtrait CanDoSomethingtrait Specifiabletrait CoreTypetrait AlterSchematrait StateDiffclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article