QueryExecution

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

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[I, T]]], contextOperation: Expr[ContextOperation[I, T, D, N, PrepareRow, ResultRow, Session, Ctx, Res]], fetchSize: Expr[Option[Int]])(`evidence$78`: Type[I], `evidence$79`: Type[T], `evidence$80`: Type[ResultRow], `evidence$81`: Type[PrepareRow], `evidence$82`: Type[Session], `evidence$83`: Type[D], `evidence$84`: Type[N], `evidence$85`: Type[Ctx], `evidence$86`: Type[Res], val qctx: Quotes, QAC: Type[QAC[I, T]])

Value members

Concrete methods

inline def apply[I, T, ResultRow, PrepareRow, Session, D <: Idiom, N <: NamingStrategy, Ctx <: Context[_, _], Res](inline quotedOp: Quoted[QAC[I, T]], ctx: ContextOperation[I, T, D, N, PrepareRow, ResultRow, Session, Ctx, Res], fetchSize: Option[Int]): Res
def applyImpl[I, T, ResultRow, PrepareRow, Session, D <: Idiom, N <: NamingStrategy, Ctx <: Context[_, _], Res](quotedOp: Expr[Quoted[QAC[I, T]]], ctx: Expr[ContextOperation[I, T, D, N, PrepareRow, ResultRow, Session, Ctx, Res]], fetchSize: Expr[Option[Int]])(`evidence$87`: Type[I], `evidence$88`: Type[T], `evidence$89`: Type[ResultRow], `evidence$90`: Type[PrepareRow], `evidence$91`: Type[Session], `evidence$92`: Type[D], `evidence$93`: Type[N], `evidence$94`: Type[Ctx], `evidence$95`: Type[Res], qctx: Quotes): Expr[Res]