ForeignKeyRepr

oxygen.sql.schema.ForeignKeyRepr
See theForeignKeyRepr companion object
final case class ForeignKeyRepr[Self, References](explicitName: Option[String], references: TableRepr[References], selfColumns: TableRepr[Self] => ArraySeq[Column], referencesColumns: TableRepr[References] => ArraySeq[Column])

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 built(self: TableRepr[Self]): Built

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product