Reference

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def queryString: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product