ldbc.statement.Join
See theJoin companion object
case class Join[A, B, AB, OO](typed: "JOIN" | "LEFT JOIN" | "RIGHT JOIN", left: TableQuery[A, _], right: TableQuery[B, _])
A model for constructing JOIN statements in MySQL.
Value parameters
- left
-
Left table
- right
-
Right table
- typed
-
Type of JOIN statement
Attributes
- Companion
- object
- Source
- Join.scala
- Graph
-
- Supertypes
Members list
In this article