JoinTable

easysql.dsl.JoinTable
case class JoinTable(left: AnyTable, joinType: SqlJoinType, right: AnyTable, onCondition: Option[Expr[Boolean]]) extends AnyTable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AnyTable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

infix def on(expr: Expr[Boolean]): JoinTable

Inherited methods

infix def crossJoin(table: AnyTable): JoinTable

Attributes

Inherited from:
AnyTable
infix def fullJoin(table: AnyTable): JoinTable

Attributes

Inherited from:
AnyTable
infix def innerJoin(table: AnyTable): JoinTable

Attributes

Inherited from:
AnyTable
infix def join(table: AnyTable): JoinTable

Attributes

Inherited from:
AnyTable
infix def leftJoin(table: AnyTable): JoinTable

Attributes

Inherited from:
AnyTable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
infix def rightJoin(table: AnyTable): JoinTable

Attributes

Inherited from:
AnyTable