FlatMap

io.getquill.ast.FlatMap
case class FlatMap(query: Ast, alias: Ident, body: 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

Concrete methods

def bestQuat: Quat
def quat: Quat

Inherited methods

Attributes

Inherited from:
Ast

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def 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.

Definition Classes
Ast -> Any
Inherited from:
Ast