oxygen.sql.migration.model.StateDiff.AlterIndex
See theAlterIndex companion trait
object AlterIndex
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AlterIndex.type
Members list
Type members
Classlikes
final case class CreateIndex(idx: IndexState) extends AlterIndex, CanBeSpecifiedAndDerived, Phase2
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Phase2trait DerivationPhasetrait CanBeSpecifiedAndDerivedtrait CanBeDerivedtrait Derivabletrait CanBeSpecifiedtrait CanDoSomethingtrait Specifiabletrait CoreTypetrait AlterIndextrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class DropIndex(idxRef: IndexRef) extends AlterIndex, CanBeSpecifiedAndDerived, Phase2
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Phase2trait DerivationPhasetrait CanBeSpecifiedAndDerivedtrait CanBeDerivedtrait Derivabletrait CanBeSpecifiedtrait CanDoSomethingtrait Specifiabletrait CoreTypetrait AlterIndextrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class RenameAutoNamedIndex(idxRef: IndexRef, newName: String) extends AlterIndex, CanOnlyBeDerived, Phase3
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Phase3trait DerivationPhasetrait CanOnlyBeDerivedtrait CanBeDerivedtrait CanDoSomethingtrait Derivabletrait CanNotBeSpecifiedtrait Specifiabletrait CoreTypetrait AlterIndextrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class RenameExplicitlyNamedIndex(idxRef: IndexRef, newName: String) extends AlterIndex, CanOnlyBeSpecified
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CanOnlyBeSpecifiedtrait CanNotBeDerivedtrait Derivabletrait CanBeSpecifiedtrait CanDoSomethingtrait Specifiabletrait CoreTypetrait AlterIndextrait 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