IndexState

oxygen.sql.migration.model.IndexState
See theIndexState companion object
final case class IndexState(explicitIdxName: Option[String], self: TableRef, unique: Boolean, columns: ArraySeq[String])

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

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 idxName: String