Join

io.getquill.ast.Join
final case class Join(typ: JoinType, a: Ast, b: Ast, aliasA: Ident, aliasB: Ident, on: Ast) extends Query

Attributes

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

Members list

Value members

Inherited methods

final def countQuatFields: Int

Attributes

Inherited from:
Ast

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy override val bestQuat: Quat
lazy override val quat: Quat

Inherited fields

final lazy override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Ast