JoinTableSchema

org.easysql.dsl.JoinTableSchema
case class JoinTableSchema(left: AnyTable, joinType: SqlJoinType, right: AnyTable, var onCondition: Option[Expr[_]]) extends AnyTable

Attributes

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

Members list

Concise view

Value members

Concrete methods

infix def on(expr: Expr[_]): JoinTableSchema

Inherited methods

Attributes

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

Attributes

Inherited from:
AnyTable

Attributes

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

Attributes

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

Attributes

Inherited from:
AnyTable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
AnyTable