ContextVerbPrepareLambda

io.getquill.context.ContextVerbPrepareLambda
trait ContextVerbPrepareLambda[+Dialect <: Idiom, +Naming <: NamingStrategy] extends ContextVerbPrepare[Dialect, Naming]

Attributes

Graph
Supertypes
trait ContextVerbPrepare[Dialect, Naming]
class Object
trait Matchable
class Any
Known subtypes
trait ContextStandard[Idiom, Naming]
Self type
Context[Dialect, Naming]

Members list

Type members

Inherited types

type Result[T]

Attributes

Inherited from:
ContextVerbPrepare
type Runner

Attributes

Inherited from:
ContextVerbPrepare
type Session

Attributes

Inherited from:
ContextVerbPrepare

Value members

Inherited methods

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): PrepareBatchActionResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[E](inline quoted: Quoted[Action[E]]): PrepareActionResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[T](inline quoted: Quoted[T]): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[T](inline quoted: Quoted[Query[T]]): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
def prepareAction(sql: String, prepare: <none>)(executionInfo: ExecutionInfo, dc: Runner): PrepareActionResult

Attributes

Inherited from:
ContextVerbPrepare
def prepareBatchAction(groups: List[<none>])(executionInfo: ExecutionInfo, dc: Runner): PrepareBatchActionResult

Attributes

Inherited from:
ContextVerbPrepare
def prepareQuery(sql: String, prepare: <none>)(executionInfo: ExecutionInfo, dc: Runner): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
def prepareSingle(sql: String, prepare: <none>)(executionInfo: ExecutionInfo, dc: Runner): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare