ldbc.schema.Reference
See theReference companion object
case class Reference[T](table: Table[_], columns: Column[T], onDelete: Option[ReferenceOption], onUpdate: Option[ReferenceOption])
A model for setting reference options used for foreign key constraints, etc.
Value parameters
- columns
-
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
- Source
- Reference.scala
- Graph
-
- Supertypes
Members list
In this article