Packages

t

io.getquill.context.qzio

ZioTranslateContext

trait ZioTranslateContext extends ContextTranslateMacro

Self Type
ZioTranslateContext with Context[_ <: Idiom, _ <: NamingStrategy]
Linear Supertypes
ContextTranslateMacro, ContextTranslateProto, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioTranslateContext
  2. ContextTranslateMacro
  3. ContextTranslateProto
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Environment
  2. abstract type Error
  3. abstract type Runner
    Definition Classes
    ContextTranslateProto
  4. type TranslateResult[T] = ZIO[(ZioTranslateContext.this)#Environment, (ZioTranslateContext.this)#Error, T]
    Definition Classes
    ZioTranslateContext → ContextTranslateProto

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def prepareParam(param: Any): String
    Attributes
    protected
    Definition Classes
    ContextTranslateProto
    Annotations
    @tailrec()
  16. def push[A, B](result: (ZioTranslateContext.this)#TranslateResult[A])(f: (A) => B): (ZioTranslateContext.this)#TranslateResult[B]
    Definition Classes
    ZioTranslateContext → ContextTranslateProto
  17. def seq[A](list: List[(ZioTranslateContext.this)#TranslateResult[A]]): (ZioTranslateContext.this)#TranslateResult[List[A]]
    Definition Classes
    ZioTranslateContext → ContextTranslateProto
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. macro def translate(quoted: Quoted[BatchAction[Action[_]]], prettyPrint: Boolean): (ZioTranslateContext.this)#TranslateResult[List[String]]
    Definition Classes
    ContextTranslateMacro
  21. macro def translate(quoted: Quoted[Action[_]], prettyPrint: Boolean): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateMacro
  22. macro def translate[T](quoted: Quoted[Query[T]], prettyPrint: Boolean): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateMacro
  23. macro def translate[T](quoted: Quoted[T], prettyPrint: Boolean): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateMacro
  24. macro def translate(quoted: Quoted[BatchAction[Action[_]]]): (ZioTranslateContext.this)#TranslateResult[List[String]]
    Definition Classes
    ContextTranslateMacro
  25. macro def translate(quoted: Quoted[Action[_]]): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateMacro
  26. macro def translate[T](quoted: Quoted[Query[T]]): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateMacro
  27. macro def translate[T](quoted: Quoted[T]): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateMacro
  28. def translateBatchQuery(groups: List[(ZioTranslateContext.this)#BatchGroup], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: (ZioTranslateContext.this)#Runner): (ZioTranslateContext.this)#TranslateResult[List[String]]
    Definition Classes
    ContextTranslateProto
  29. def translateQuery[T](statement: String, prepare: (ZioTranslateContext.this)#Prepare, extractor: (ZioTranslateContext.this)#Extractor[T], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: (ZioTranslateContext.this)#Runner): (ZioTranslateContext.this)#TranslateResult[String]
    Definition Classes
    ContextTranslateProto
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def wrap[T](t: => T): (ZioTranslateContext.this)#TranslateResult[T]
    Definition Classes
    ZioTranslateContext → ContextTranslateProto

Inherited from ContextTranslateMacro

Inherited from ContextTranslateProto

Inherited from AnyRef

Inherited from Any

Ungrouped