StagedPrepare

trait StagedPrepare[Dialect <: Idiom, Naming <: NamingStrategy] extends PrepareContext[Dialect, Naming]
trait PrepareContext[Dialect, Naming]
class Object
trait Matchable
class Any
trait StandardContext[Idiom, Naming]

Type members

Inherited types

type Result[T]
Inherited from
PrepareContext
type Session
Inherited from
PrepareContext

Value members

Inherited methods

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