ForeignKey

slick.lifted.ForeignKey
See theForeignKey companion class
object ForeignKey

Attributes

Companion
class
Source
Constraint.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ForeignKey.type

Members list

Value members

Concrete methods

def apply[TT <: AbstractTable[_], P](name: String, sourceTable: Node, targetTableShaped: ShapedValue[TT, _], originalTargetTable: TT, pShape: Shape[_ <: FlatShapeLevel, P, _, _], originalSourceColumns: P, originalTargetColumns: TT => P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction): ForeignKey

Attributes

Source
Constraint.scala
def linearizeFieldRefs(n: Node): IndexedSeq[Node]

Attributes

Source
Constraint.scala