JoinTableSchema

case class JoinTableSchema(left: AnyTable, joinType: SqlJoinType, right: AnyTable, var onCondition: Option[Expr[_]]) extends AnyTable
trait Serializable
trait Product
trait Equals
trait AnyTable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

Inherited from:
AnyTable
infix def fullJoin(table: AnyTable): JoinTableSchema
Inherited from:
AnyTable
Inherited from:
AnyTable
infix def join(table: AnyTable): JoinTableSchema
Inherited from:
AnyTable
infix def leftJoin(table: AnyTable): JoinTableSchema
Inherited from:
AnyTable
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
AnyTable