Package

io.getquill

context

Permalink

package context

Visibility
  1. Public
  2. All

Type Members

  1. class ActionMacro extends ContextMacro with ReifyLiftings

    Permalink
  2. trait Context[Idiom <: Idiom, Naming <: NamingStrategy] extends Closeable with CoreDsl

    Permalink
  3. trait ContextEffect[F[_]] extends AnyRef

    Permalink

    In order to be able to reuse methods in the Jdbc Context as well as others, there must be a way to encapsulate the effects of these contexts.

    In order to be able to reuse methods in the Jdbc Context as well as others, there must be a way to encapsulate the effects of these contexts. This simple interface provides them in a fairly generic manner.

  4. trait ContextMacro extends Quotation

    Permalink
  5. case class Expand[C <: Context[_, _]](context: C, ast: Ast, statement: Statement, idiom: Idiom, naming: NamingStrategy) extends Product with Serializable

    Permalink
  6. class QueryMacro extends ContextMacro

    Permalink
  7. trait StreamingContext[Idiom <: Idiom, Naming <: NamingStrategy] extends AnyRef

    Permalink
  8. trait TranslateContext extends TranslateContextBase

    Permalink
  9. trait TranslateContextBase extends AnyRef

    Permalink

Value Members

  1. object ProbeStatement

    Permalink
  2. object VerifyFreeVariables

    Permalink
  3. package mirror

    Permalink

Ungrouped