AlterIndex

oxygen.sql.migration.persistence.model.MigrationStepColumn.AlterIndex
See theAlterIndex companion trait
object AlterIndex

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AlterIndex.type

Members list

Type members

Classlikes

final case class CreateIndex(idx: IndexColumn) extends AlterIndex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterIndex
trait StateDiff
class Object
trait Matchable
class Any
Show all
final case class DropIndex(idxRef: IndexRef) extends AlterIndex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterIndex
trait StateDiff
class Object
trait Matchable
class Any
Show all
final case class RenameAutoNamedIndex(idxRef: IndexRef, newName: String) extends AlterIndex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterIndex
trait StateDiff
class Object
trait Matchable
class Any
Show all
final case class RenameExplicitlyNamedIndex(idxRef: IndexRef, newName: String) extends AlterIndex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterIndex
trait StateDiff
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror