easysql.query.select.MonadicQuery
See theMonadicQuery companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Extension method from MonadicQuery
def fullJoin[E <: Product](table: TableSchema[E])(on: MonadicJoin[From, table.type] => Expr[Boolean]): MonadicQuery[Concat[T, (E)], MonadicJoin[From, TableSchema[E]]]
def innerJoin[E <: Product](table: TableSchema[E])(on: MonadicJoin[From, table.type] => Expr[Boolean]): MonadicQuery[Concat[T, (E)], MonadicJoin[From, TableSchema[E]]]
def leftJoin[E <: Product](table: TableSchema[E])(on: MonadicJoin[From, table.type] => Expr[Boolean]): MonadicQuery[Concat[T, (E)], MonadicJoin[From, TableSchema[E]]]
def rightJoin[E <: Product](table: TableSchema[E])(on: MonadicJoin[From, table.type] => Expr[Boolean]): MonadicQuery[Concat[T, (E)], MonadicJoin[From, TableSchema[E]]]
In this article