FlatJoin

scalasql.query.FlatJoin
object FlatJoin

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FlatJoin.type

Members list

Type members

Classlikes

class FlatMapResult[Q, Q2, R, R2](val prefix: String, val from: From, val on: Option[Expr[Boolean]], val qr: Row[Q2, R2], val f: Rhs[Q2, R2], val where: Seq[Expr[Boolean]]) extends Rhs[Q2, R2]

Attributes

Supertypes
trait Rhs[Q2, R2]
class Object
trait Matchable
class Any
class MapResult[Q, Q2, R, R2](val prefix: String, val from: From, val on: Option[Expr[Boolean]], val qr: Row[Q2, R2], val f: Q2, val where: Seq[Expr[Boolean]]) extends Rhs[Q2, R2]

Attributes

Supertypes
trait Rhs[Q2, R2]
class Object
trait Matchable
class Any
class Mapper[Q, Q2, R, R2](prefix: String, from: From, expr: Q, on: Option[Expr[Boolean]], where: Seq[Expr[Boolean]])

Attributes

Supertypes
class Object
trait Matchable
class Any
class NullableMapper[Q, Q2, R, R2](prefix: String, from: From, expr: JoinNullable[Q], on: Option[Expr[Boolean]], where: Seq[Expr[Boolean]])

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Rhs[Q2, R2]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FlatMapResult[Q, Q2, R, R2]
class MapResult[Q, Q2, R, R2]