Trait

io.getquill.dsl

EncodingDsl

Related Doc: package dsl

Permalink

trait EncodingDsl extends AnyRef

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

Type Members

  1. type Decoder[T] = context.Decoder[CoreDsl.ResultRow, T]

    Permalink
  2. trait Encoder[-T] extends AnyRef

    Permalink
  3. case class MappedEncoding[I, O](f: (I) ⇒ O) extends Product with Serializable

    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. object Encoder

    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. implicit def mappedDecoder[I, O](implicit mapped: CoreDsl.MappedEncoding[I, O], decoder: CoreDsl.Decoder[I]): CoreDsl.Decoder[O]

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

    Permalink
  21. def mappedEncoding[I, O](f: (I) ⇒ O): CoreDsl.MappedEncoding[I, O]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. implicit def wrappedTypeDecoder[T <: WrappedType]: CoreDsl.MappedEncoding[T, wrappedTypeDecoder.T.Type]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped