ContextVerbPrepareLambda

trait ContextVerbPrepareLambda[+Dialect <: Idiom, +Naming <: NamingStrategy] extends ContextVerbPrepare[Dialect, Naming]
trait ContextVerbPrepare[Dialect, Naming]
class Object
trait Matchable
class Any
trait ContextStandard[Idiom, Naming]
Context[Dialect, Naming]

Type members

Inherited types

type Result[T]
Inherited from:
ContextVerbPrepare
type Runner
Inherited from:
ContextVerbPrepare
type Session
Inherited from:
ContextVerbPrepare

Value members

Inherited methods

Inherited from:
ContextVerbPrepare
@targetName("runPrepareBatchAction")
inline def prepare[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): PrepareBatchActionResult
Inherited from:
ContextVerbPrepare
@targetName("runPrepareAction")
inline def prepare[E](inline quoted: Quoted[Action[E]]): PrepareActionResult
Inherited from:
ContextVerbPrepare
@targetName("runPrepareQuerySingle")
inline def prepare[T](inline quoted: Quoted[T]): PrepareQueryResult
Inherited from:
ContextVerbPrepare
@targetName("runPrepareQuery")
inline def prepare[T](inline quoted: Quoted[Query[T]]): PrepareQueryResult
Inherited from:
ContextVerbPrepare
def prepareAction(sql: String, prepare: <none>)(executionInfo: ExecutionInfo, dc: Runner): PrepareActionResult
Inherited from:
ContextVerbPrepare
def prepareBatchAction(groups: List[<none>])(executionInfo: ExecutionInfo, dc: Runner): PrepareBatchActionResult
Inherited from:
ContextVerbPrepare
def prepareQuery(sql: String, prepare: <none>)(executionInfo: ExecutionInfo, dc: Runner): PrepareQueryResult
Inherited from:
ContextVerbPrepare
def prepareSingle(sql: String, prepare: <none>)(executionInfo: ExecutionInfo, dc: Runner): PrepareQueryResult
Inherited from:
ContextVerbPrepare