ldbc.core.Reference
See theReference companion object
case class Reference[T <: Tuple](table: Table[_], keyPart: T, onDelete: Option[ReferenceOption], onUpdate: Option[ReferenceOption])(using x$5: IsColumn[T] =:= true)
A model for setting reference options used for foreign key constraints, etc.
Value parameters
- keyPart
-
List of columns for which the Index key is set
- onDelete
-
Reference action on delete
- onUpdate
-
Reference action on update
- table
-
Referenced table model
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article