Index

org.mojoz.metadata.TableMetadata.Index
case class Index(name: String, cols: Seq[String]) extends DbIndex

Attributes

Source
TableMetadata.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DbIndex
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def mapCols(f: String => String): Index.this.type

Attributes

Definition Classes
Source
TableMetadata.scala
override def mapName(f: String => String): Index.this.type

Attributes

Definition Classes
Source
TableMetadata.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product