Trait

io.getquill.context.jdbc

Decoders

Related Doc: package jdbc

Permalink

trait Decoders extends AnyRef

Self Type
JdbcContextBase[_, _]
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Decoder[T] = JdbcContextBase.JdbcDecoder[T]

    Permalink
  2. case class JdbcDecoder[T](decoder: JdbcContextBase.BaseDecoder[T]) extends JdbcContextBase.BaseDecoder[T] with Product with Serializable

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val bigDecimalDecoder: JdbcContextBase.Decoder[BigDecimal]

    Permalink
  6. implicit val byteArrayDecoder: JdbcContextBase.Decoder[Array[Byte]]

    Permalink
  7. implicit val byteDecoder: JdbcContextBase.Decoder[Byte]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val dateDecoder: JdbcContextBase.Decoder[Date]

    Permalink
  10. def decoder[T](f: (ResultRow) ⇒ (JdbcContextBase.Index) ⇒ T): JdbcContextBase.Decoder[T]

    Permalink
  11. def decoder[T](d: JdbcContextBase.BaseDecoder[T]): JdbcContextBase.Decoder[T]

    Permalink
  12. implicit val doubleDecoder: JdbcContextBase.Decoder[Double]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit val floatDecoder: JdbcContextBase.Decoder[Float]

    Permalink
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit val intDecoder: JdbcContextBase.Decoder[Int]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. implicit val localDateDecoder: JdbcContextBase.Decoder[LocalDate]

    Permalink
  22. implicit val localDateTimeDecoder: JdbcContextBase.Decoder[LocalDateTime]

    Permalink
  23. implicit val longDecoder: JdbcContextBase.Decoder[Long]

    Permalink
  24. implicit def mappedDecoder[I, O](implicit mapped: JdbcContextBase.MappedEncoding[I, O], d: JdbcContextBase.Decoder[I]): JdbcContextBase.Decoder[O]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit def optionDecoder[T](implicit d: JdbcContextBase.Decoder[T]): JdbcContextBase.Decoder[Option[T]]

    Permalink
  29. implicit val shortDecoder: JdbcContextBase.Decoder[Short]

    Permalink
  30. implicit val stringDecoder: JdbcContextBase.Decoder[String]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped