trait Decoders extends AnyRef

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]
  2. case class JdbcDecoder[T](decoder: JdbcContextBase.BaseDecoder[T]) extends JdbcContextBase.BaseDecoder[T] with Product with Serializable

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. implicit val bigDecimalDecoder: JdbcContextBase.Decoder[BigDecimal]
  6. implicit val byteArrayDecoder: JdbcContextBase.Decoder[Array[Byte]]
  7. implicit val byteDecoder: JdbcContextBase.Decoder[Byte]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. implicit val dateDecoder: JdbcContextBase.Decoder[Date]
  10. def decoder[T](f: (ResultRow) ⇒ (JdbcContextBase.Index) ⇒ T): JdbcContextBase.Decoder[T]
  11. def decoder[T](d: JdbcContextBase.BaseDecoder[T]): JdbcContextBase.Decoder[T]
  12. implicit val doubleDecoder: JdbcContextBase.Decoder[Double]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit val floatDecoder: JdbcContextBase.Decoder[Float]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. implicit val intDecoder: JdbcContextBase.Decoder[Int]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit val localDateDecoder: JdbcContextBase.Decoder[LocalDate]
  22. implicit val localDateTimeDecoder: JdbcContextBase.Decoder[LocalDateTime]
  23. implicit val longDecoder: JdbcContextBase.Decoder[Long]
  24. implicit def mappedDecoder[I, O](implicit mapped: JdbcContextBase.MappedEncoding[I, O], d: JdbcContextBase.Decoder[I]): JdbcContextBase.Decoder[O]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. implicit def optionDecoder[T](implicit d: JdbcContextBase.Decoder[T]): JdbcContextBase.Decoder[Option[T]]
  29. implicit val shortDecoder: JdbcContextBase.Decoder[Short]
  30. implicit val stringDecoder: JdbcContextBase.Decoder[String]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped