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. type BaseDecoder[T] = (CoreDsl.Index, CoreDsl.ResultRow) ⇒ T

    Permalink
  2. type BaseEncoder[T] = (CoreDsl.Index, T, CoreDsl.PrepareRow) ⇒ CoreDsl.PrepareRow

    Permalink
  3. abstract type Decoder[T] <: CoreDsl.BaseDecoder[T]

    Permalink
  4. abstract type Encoder[T] <: CoreDsl.BaseEncoder[T]

    Permalink
  5. type Index = Int

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

    Permalink
  7. abstract type PrepareRow

    Permalink
  8. abstract type ResultRow

    Permalink

Abstract Value Members

  1. implicit abstract def mappedDecoder[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], decoder: CoreDsl.Decoder[I]): CoreDsl.Decoder[O]

    Permalink
  2. implicit abstract def mappedEncoder[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], encoder: CoreDsl.Encoder[O]): CoreDsl.Encoder[I]

    Permalink

Concrete 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. val MappedEncoding: getquill.MappedEncoding.type

    Permalink
  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Annotations
    @compileTimeOnly( NonQuotedException.message )
  19. def mappedBaseDecoder[I, O](mapped: CoreDsl.MappedEncoding[I, O], decoder: CoreDsl.BaseDecoder[I]): CoreDsl.BaseDecoder[O]

    Permalink
    Attributes
    protected
  20. def mappedBaseEncoder[I, O](mapped: CoreDsl.MappedEncoding[I, O], encoder: CoreDsl.BaseEncoder[O]): CoreDsl.BaseEncoder[I]

    Permalink
    Attributes
    protected
  21. implicit macro def materializeDecoder[T <: AnyVal]: CoreDsl.Decoder[T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  22. implicit macro def materializeEncoder[T <: AnyVal]: CoreDsl.Encoder[T]

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

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

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

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

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

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

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

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

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

Inherited from LowPriorityImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped