object JdbcDecoder extends JdbcDecoderLowPriorityImplicits

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcDecoder
  2. JdbcDecoderLowPriorityImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class RowState(rs: ResultSet, columnIndex: Int) extends 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. def apply[A](f: (ResultSet) => (Int) => A, expected: String = "value"): JdbcDecoder[A]
  5. def apply[A]()(implicit decoder: JdbcDecoder[A]): JdbcDecoder[A]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val bigDecimalDecoder: JdbcDecoder[BigDecimal]
  8. implicit val blobDecoder: JdbcDecoder[Blob]
  9. implicit val booleanDecoder: JdbcDecoder[Boolean]
  10. implicit val byteArrayDecoder: JdbcDecoder[Array[Byte]]
  11. implicit val byteDecoder: JdbcDecoder[Byte]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. implicit val dateDecoder: JdbcDecoder[Date]
  14. implicit val doubleDecoder: JdbcDecoder[Double]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. implicit val floatDecoder: JdbcDecoder[Float]
  19. def fromSchema[A](implicit schema: Schema[A]): JdbcDecoder[A]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. implicit val intDecoder: JdbcDecoder[Int]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. implicit val longDecoder: JdbcDecoder[Long]
  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[A](implicit decoder: JdbcDecoder[A]): JdbcDecoder[Option[A]]
  29. def readPrimitive[A](n: Int)(implicit A: JdbcDecoder[A]): (ResultSet) => A
  30. implicit val shortDecoder: JdbcDecoder[Short]
  31. implicit val stringDecoder: JdbcDecoder[String]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. implicit val timeDecoder: JdbcDecoder[Time]
  34. implicit val timestampDecoder: JdbcDecoder[Timestamp]
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. implicit def tuple10Decoder[A, B, C, D, E, F, G, H, I, J](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J)]
  37. implicit def tuple11Decoder[A, B, C, D, E, F, G, H, I, J, K](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K)]
  38. implicit def tuple12Decoder[A, B, C, D, E, F, G, H, I, J, K, L](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L)]
  39. implicit def tuple13Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M)]
  40. implicit def tuple14Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]
  41. implicit def tuple15Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]
  42. implicit def tuple16Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]
  43. implicit def tuple17Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P], q: JdbcDecoder[Q]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]
  44. implicit def tuple18Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P], q: JdbcDecoder[Q], r: JdbcDecoder[R]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]
  45. implicit def tuple19Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P], q: JdbcDecoder[Q], r: JdbcDecoder[R], s: JdbcDecoder[S]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]
  46. implicit def tuple20Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P], q: JdbcDecoder[Q], r: JdbcDecoder[R], s: JdbcDecoder[S], t: JdbcDecoder[T]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]
  47. implicit def tuple21Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P], q: JdbcDecoder[Q], r: JdbcDecoder[R], s: JdbcDecoder[S], t: JdbcDecoder[T], u: JdbcDecoder[U]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]
  48. implicit def tuple22Decoder[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I], j: JdbcDecoder[J], k: JdbcDecoder[K], l: JdbcDecoder[L], m: JdbcDecoder[M], n: JdbcDecoder[N], o: JdbcDecoder[O], p: JdbcDecoder[P], q: JdbcDecoder[Q], r: JdbcDecoder[R], s: JdbcDecoder[S], t: JdbcDecoder[T], u: JdbcDecoder[U], v: JdbcDecoder[V]): JdbcDecoder[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]
  49. implicit def tuple2Decoder[A, B](implicit a: JdbcDecoder[A], b: JdbcDecoder[B]): JdbcDecoder[(A, B)]
  50. implicit def tuple3Decoder[A, B, C](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C]): JdbcDecoder[(A, B, C)]
  51. implicit def tuple4Decoder[A, B, C, D](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D]): JdbcDecoder[(A, B, C, D)]
  52. implicit def tuple5Decoder[A, B, C, D, E](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E]): JdbcDecoder[(A, B, C, D, E)]
  53. implicit def tuple6Decoder[A, B, C, D, E, F](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F]): JdbcDecoder[(A, B, C, D, E, F)]
  54. implicit def tuple7Decoder[A, B, C, D, E, F, G](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G]): JdbcDecoder[(A, B, C, D, E, F, G)]
  55. implicit def tuple8Decoder[A, B, C, D, E, F, G, H](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H]): JdbcDecoder[(A, B, C, D, E, F, G, H)]
  56. implicit def tuple9Decoder[A, B, C, D, E, F, G, H, I](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C], d: JdbcDecoder[D], e: JdbcDecoder[E], f: JdbcDecoder[F], g: JdbcDecoder[G], h: JdbcDecoder[H], i: JdbcDecoder[I]): JdbcDecoder[(A, B, C, D, E, F, G, H, I)]
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped