Query

io.getquill.ast.Query
sealed trait Query extends Ast

Attributes

Graph
Supertypes
trait Ast
class Object
trait Matchable
class Any
Known subtypes
class Aggregation
class ConcatMap
class Distinct
class DistinctOn
class Drop
class Entity
class Filter
class FlatJoin
class FlatMap
class GroupBy
class GroupByMap
class Join
class Map
class Nested
class SortBy
class Take
class Union
class UnionAll
Show all

Members list

Value members

Inherited methods

def bestQuat: Quat

Attributes

Inherited from:
Ast

Attributes

Inherited from:
Ast
def quat: Quat

Attributes

Inherited from:
Ast
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