Index

slick.lifted.Index
class Index(val name: String, val table: AbstractTable[_], val on: IndexedSeq[Node], val unique: Boolean)

An index (or foreign key constraint with an implicit index).

Attributes

Source:
Constraint.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

val name: String

Attributes

Source:
Constraint.scala
val on: IndexedSeq[Node]

Attributes

Source:
Constraint.scala

Attributes

Source:
Constraint.scala
val unique: Boolean

Attributes

Source:
Constraint.scala