CreateIndex

harness.sql.autoSchema.MigrationStep$.CreateIndex
final case class CreateIndex(tableRef: TableRef, name: String, unique: Boolean, cols: List[String]) extends SqlEncoded, InMemory

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait InMemory
trait SqlEncoded
trait Encoded
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product
Keywords
  • no keywords
  • override

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val sql: String