case class SqlJoin(parent: String, child: TableExpr, on: List[(Column, Column)], plural: Boolean, lateral: Boolean, inner: Boolean)
Representation of an SQL join
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Return the columns of table
referred to by the parent side of the conditions of this join
Return the columns of table
referred to by the parent side of the conditions of this join
Return the columns of table
referred to by the child side of the conditions of this join
Return the columns of table
referred to by the child side of the conditions of this join