object JdbcDecoder extends JdbcDecoderLowPriorityImplicits
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JdbcDecoder
- JdbcDecoderLowPriorityImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A](f: (ResultSet) => (Int) => A, expected: String = "value"): JdbcDecoder[A]
- def apply[A]()(implicit decoder: JdbcDecoder[A]): JdbcDecoder[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val bigDecimalDecoder: JdbcDecoder[BigDecimal]
- implicit val blobDecoder: JdbcDecoder[Blob]
- implicit val booleanDecoder: JdbcDecoder[Boolean]
- implicit val byteArrayDecoder: JdbcDecoder[Array[Byte]]
- implicit val byteDecoder: JdbcDecoder[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val dateDecoder: JdbcDecoder[Date]
- implicit val doubleDecoder: JdbcDecoder[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit val floatDecoder: JdbcDecoder[Float]
- def fromSchema[A](implicit schema: Schema[A]): JdbcDecoder[A]
- Definition Classes
- JdbcDecoderLowPriorityImplicits
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val intDecoder: JdbcDecoder[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val longDecoder: JdbcDecoder[Long]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionDecoder[A](implicit decoder: JdbcDecoder[A]): JdbcDecoder[Option[A]]
- def readPrimitive[A](n: Int)(implicit A: JdbcDecoder[A]): (ResultSet) => A
- implicit val shortDecoder: JdbcDecoder[Short]
- implicit val stringDecoder: JdbcDecoder[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val timeDecoder: JdbcDecoder[Time]
- implicit val timestampDecoder: JdbcDecoder[Timestamp]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- implicit def tuple2Decoder[A, B](implicit a: JdbcDecoder[A], b: JdbcDecoder[B]): JdbcDecoder[(A, B)]
- implicit def tuple3Decoder[A, B, C](implicit a: JdbcDecoder[A], b: JdbcDecoder[B], c: JdbcDecoder[C]): JdbcDecoder[(A, B, C)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- 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)]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()