Join

ldbc.statement.Join
See theJoin companion class
object Join

Attributes

Companion
class
Source
Join.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Join.type

Members list

Type members

Classlikes

case class On[A, B, AB, OO](left: TableQuery[A, _], right: TableQuery[B, _], table: AB, name: String, params: List[Dynamic]) extends TableQuery[AB, OO]

Attributes

Source
Join.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait TableQuery[AB, OO]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply[A, B, AB, OO](left: TableQuery[A, _], right: TableQuery[B, _]): Join[A, B, AB, OO]

Attributes

Source
Join.scala
def lef[A, B, AB, OO](left: TableQuery[A, _], right: TableQuery[B, _]): Join[A, B, AB, OO]

Attributes

Source
Join.scala
def right[A, B, AB, OO](left: TableQuery[A, _], right: TableQuery[B, _]): Join[A, B, AB, OO]

Attributes

Source
Join.scala