ldbc.query.builder.statement.Join
See theJoin companion object
trait Join[
JOINS <: Tuple,
SELECTS <: Tuple]
Type parameters
-
JOINS
-
Tuple type of TableQuery used to perform the Join.
-
SELECTS
-
Tuple type of TableQuery used to construct Select statements, etc.
Attributes
-
Companion
-
object
-
Source
-
Join.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
A method to perform a simple Join.
A method to perform a simple Join.
Type parameters
-
P
-
Base trait for all products
Value parameters
-
on
-
Comparison function that performs a Join.
-
other
-
Table to do a Join.
Attributes
-
Source
-
Join.scala
Method to perform Left Join.
Method to perform Left Join.
Type parameters
-
P
-
Base trait for all products
Value parameters
-
on
-
Comparison function that performs a Join.
-
other
-
Table to do a Join.
Attributes
-
Source
-
Join.scala
Method to perform Right Join.
Method to perform Right Join.
Type parameters
-
P
-
Base trait for all products
Value parameters
-
on
-
Comparison function that performs a Join.
-
other
-
Table to do a Join.
Attributes
-
Source
-
Join.scala