QueryExecution

Drives execution of Quoted blocks i.e. Queries etc... from the context.

class Object
trait Matchable
class Any

Type members

Classlikes

class RunQuery[I, T, ResultRow, PrepareRow, Session, D <: Idiom, N <: NamingStrategy, Ctx <: Context[_, _], Res](quotedOp: Expr[Quoted[QAC[_, _]]], contextOperation: Expr[ContextOperation[I, T, Nothing, D, N, PrepareRow, ResultRow, Session, Ctx, Res]], fetchSize: Expr[Option[Int]], wrap: Expr[OuterSelectWrap])(implicit evidence$82: Type[I], evidence$83: Type[T], evidence$84: Type[ResultRow], evidence$85: Type[PrepareRow], evidence$86: Type[Session], evidence$87: Type[D], evidence$88: Type[N], evidence$89: Type[Ctx], evidence$90: Type[Res], val qctx: Quotes, QAC: Type[QAC[_, _]])

Value members

Concrete methods

inline def apply[I, T, DecodeT, ResultRow, PrepareRow, Session, D <: Idiom, N <: NamingStrategy, Ctx <: Context[_, _], Res](ctx: ContextOperation[I, T, Nothing, D, N, PrepareRow, ResultRow, Session, Ctx, Res])(inline quotedOp: Quoted[QAC[_, _]], fetchSize: Option[Int], inline wrap: OuterSelectWrap): Res
def applyImpl[I : Type, T : Type, DecodeT : Type, ResultRow : Type, PrepareRow : Type, Session : Type, D <: Idiom : Type, N <: NamingStrategy : Type, Ctx <: Context[_, _] : Type, Res : Type](quotedOp: Expr[Quoted[QAC[_, _]]], ctx: Expr[ContextOperation[I, T, Nothing, D, N, PrepareRow, ResultRow, Session, Ctx, Res]], fetchSize: Expr[Option[Int]], wrap: Expr[OuterSelectWrap])(implicit evidence$91: Type[I], evidence$92: Type[T], evidence$93: Type[DecodeT], evidence$94: Type[ResultRow], evidence$95: Type[PrepareRow], evidence$96: Type[Session], evidence$97: Type[D], evidence$98: Type[N], evidence$99: Type[Ctx], evidence$100: Type[Res], qctx: Quotes): Expr[Res]