ContextVerbPrepareLambda
io.getquill.context.ContextVerbPrepareLambda
trait ContextVerbPrepareLambda[+Dialect <: Idiom, +Naming <: NamingStrategy] extends ContextVerbPrepare[Dialect, Naming]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
- Self type
-
Members list
Type members
Types
Inherited types
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
Attributes
- Inherited from:
- ContextVerbPrepare
Attributes
- Inherited from:
- ContextVerbPrepare
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
In this article