QueryExecutionBatchDynamic

io.getquill.context.QueryExecutionBatchDynamic

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object PlanterKind

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait PlanterKind

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def apply[I, T, A <: QAC[I, T] & Action[I], ResultRow, PrepareRow, Session, D <: Idiom, N <: NamingStrategy, Ctx <: Context[_, _], Res](quotedRaw: Quoted[BatchAction[A]], batchContextOperation: Batch[I, T, A, D, N, PrepareRow, ResultRow, Session, Ctx, Res], extractionBehavior: BatchExtractBehavior, rawExtractor: Extraction[ResultRow, Session, T], topLevelQuat: Quat, transpileConfig: TranspileConfig, batchingBehavior: BatchingBehavior): Res
def extractPrimaryComponents[I, PrepareRow, Session](primaryPlanter: PrimaryEntitiesList | PrimaryScalarList, ast: Ast, extractionBehavior: BatchExtractBehavior, traceConfig: TraceConfig): (Ident, Ast, BatchActionType, List[InjectableEagerPlanter[_, PrepareRow, Session]])
def organizePlanters(planters: List[Planter[_, _, _]]): (PrimaryEntitiesList | PrimaryScalarList, List[Other])

Extensions

Extensions

extension [T](element: Either[String, T])
def rightOrException(): T