PrimaryKey

slick.lifted.PrimaryKey
case class PrimaryKey(name: String, columns: IndexedSeq[Node]) extends Constraint

An explicit primary key. Simple primary keys can also be represented by O.PrimaryKey column options instead.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product