QueryParser

io.getquill.parser.QueryParser
class QueryParser(val rootParse: Parser)(using x$2: Quotes, x$3: TranspileConfig) extends Parser, PrefilterType[Query[_]], PropertyAliases, Helpers

Attributes

Graph
Supertypes
trait Helpers
trait Idents
trait QuatMaking
trait PrefilterType[Query[_]]
trait Parser
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object InferQuat

Attributes

Inherited from:
QuatMakingBase
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
PropertyAliases
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def attempt: History ?=> PartialFunction[Expr[_], Ast]
def failFlatJoin(clauseName: String): Nothing

Inherited methods

Attributes

Inherited from:
QuatMakingBase
def apply(input: Expr[_])(using History): Ast

Attributes

Inherited from:
Parser
def cleanIdent(using Quotes)(name: String, tpe: TypeRepr): Ident

Attributes

Inherited from:
Idents
def cleanIdent(name: String, quat: Quat): Ident

Attributes

Inherited from:
Idents
override def existsEncoderFor(using Quotes)(tpe: TypeRepr): Boolean

Attributes

Definition Classes
Inherited from:
QuatMaking
def parseName(rawName: String): String

Attributes

Inherited from:
Idents
def prefilter(expr: Expr[_]): Boolean

Attributes

Inherited from:
PrefilterType

Concrete fields