Trait

io.getquill.dsl

EncodingDsl

Related Doc: package dsl

Permalink

trait EncodingDsl extends LowPriorityImplicits

Self Type
CoreDsl
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EncodingDsl
  2. LowPriorityImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Decoder[T] extends AnyRef

    Permalink
  2. trait Encoder[T] extends AnyRef

    Permalink
  3. type MappedEncoding[I, O] = getquill.MappedEncoding[I, O]

    Permalink
  4. abstract type PrepareRow

    Permalink
  5. abstract type ResultRow

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Decoder[T](f: (Int, CoreDsl.ResultRow) ⇒ T): CoreDsl.Decoder[T]

    Permalink
  5. def Encoder[T](f: (Int, T, CoreDsl.PrepareRow) ⇒ CoreDsl.PrepareRow): CoreDsl.Encoder[T]

    Permalink
  6. val MappedEncoding: getquill.MappedEncoding.type

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. macro def lift[T](v: T): T

    Permalink
  16. def liftCaseClass[T](v: T): T

    Permalink
    Annotations
    @compileTimeOnly( NonQuotedException.message )
  17. macro def liftQuery[U[_] <: Traversable[_], T](v: U[T]): CoreDsl.Query[T]

    Permalink
  18. def liftQueryCaseClass[U[_] <: Traversable[_], T](v: U[T]): CoreDsl.Query[T]

    Permalink
    Annotations
    @compileTimeOnly( NonQuotedException.message )
  19. def liftQueryScalar[U[_] <: Traversable[_], T](v: U[T])(implicit e: CoreDsl.Encoder[T]): CoreDsl.Query[T]

    Permalink
    Annotations
    @compileTimeOnly( NonQuotedException.message )
  20. def liftScalar[T](v: T)(implicit e: CoreDsl.Encoder[T]): T

    Permalink
    Annotations
    @compileTimeOnly( NonQuotedException.message )
  21. implicit def mappedDecoder[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], decoder: CoreDsl.Decoder[I]): CoreDsl.Decoder[O]

    Permalink
  22. def mappedDecoderImpl[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], decoder: CoreDsl.Decoder[I]): CoreDsl.Decoder[O]

    Permalink
    Attributes
    protected
  23. implicit def mappedEncoder[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], encoder: CoreDsl.Encoder[O]): CoreDsl.Encoder[I]

    Permalink
  24. def mappedEncoderImpl[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], encoder: CoreDsl.Encoder[O]): CoreDsl.Encoder[I]

    Permalink
    Attributes
    protected
  25. implicit macro def materializeDecoder[T]: CoreDsl.Decoder[T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  26. implicit macro def materializeEncoder[T]: CoreDsl.Encoder[T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped