liftQuery

io.getquill.parser.Lifter.liftQuery
object liftQuery extends LiftAstSerialize[Query]

Attributes

Graph
Supertypes
trait LiftAstSerialize[Query]
trait Ast[Query]
trait WithSerializing[Query, Ast]
trait Ast[Query]
trait Plain[Query]
trait ToExpr[Query]
class Object
trait Matchable
class Any
Show all
Self type
liftQuery.type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[Query, Expr[Query]]
def typeTag: Quotes ?=> Type[Query]

Inherited methods

def apply(element: Query)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
override protected def failMsg(element: Query): String

Attributes

Definition Classes
Ast -> Plain
Inherited from:
Ast
override def orFail(element: Query)(using Quotes): Expr[T]

Attributes

Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: Query)(using Quotes, Type[Query]): Option[Expr[T]]

Attributes

Inherited from:
Ast
def unapply(element: Query)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain