Object/Trait

agni

RowDecoder

Related Docs: trait RowDecoder | package agni

Permalink

object RowDecoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply[A](s: Row)(implicit f: RowDecoder[A]): A

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit val bigDecimalRowDecoder: RowDecoder[BigDecimal]

    Permalink
  7. implicit val bitVectorRowDecoder: RowDecoder[BitVector]

    Permalink
  8. implicit val byteBufferRowDecoder: RowDecoder[ByteBuffer]

    Permalink
  9. implicit val byteVectorRowDecoder: RowDecoder[ByteVector]

    Permalink
  10. implicit val bytesRowDecoder: RowDecoder[Array[Byte]]

    Permalink
  11. implicit def caseClassRowDecoder[A, R <: HList](implicit gen: Aux[A, R], reprRowDecoder: Lazy[RowDecoder[R]]): RowDecoder[A]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit val dateRowDecoder: RowDecoder[Date]

    Permalink
  14. implicit val doubleRowDecoder: RowDecoder[Double]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit val floatRowDecoder: RowDecoder[Float]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit def hConsRowDecoder[H, T <: HList](implicit arg0: RowDecoder[H], arg1: RowDecoder[T], head: Lazy[RowDecoder[H]], tail: Lazy[RowDecoder[T]]): RowDecoder[::[H, T]]

    Permalink
  21. implicit val hNilRowDecoder: RowDecoder[HNil]

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. implicit val iNetRowDecoder: RowDecoder[InetAddress]

    Permalink
  24. implicit val instantRowDecoder: RowDecoder[Instant]

    Permalink
  25. implicit val intRowDecoder: RowDecoder[Int]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. implicit def listRowDecoder[A](implicit tag: ClassTag[A]): RowDecoder[List[A]]

    Permalink
  28. implicit val longRowDecoder: RowDecoder[Long]

    Permalink
  29. implicit def mapRowDecoder[K, V](implicit keyTag: ClassTag[K], valTag: ClassTag[V]): RowDecoder[Map[K, V]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. implicit def optionRowDecoder[A](implicit f: Lazy[RowDecoder[A]]): RowDecoder[Option[A]]

    Permalink
  34. implicit def seqRowDecoder[A](implicit tag: ClassTag[A]): RowDecoder[Seq[A]]

    Permalink
  35. implicit def setRowDecoder[A](implicit tag: ClassTag[A]): RowDecoder[Set[A]]

    Permalink
  36. implicit val stringRowDecoder: RowDecoder[String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit def tuple10RowDecoder[A, B, C, D, E, F, G, H, I, J](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F], rdg: RowDecoder[G], rdh: RowDecoder[H], rdi: RowDecoder[I], rdj: RowDecoder[J]): RowDecoder[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
  40. implicit def tuple11RowDecoder[A, B, C, D, E, F, G, H, I, J, K](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F], rdg: RowDecoder[G], rdh: RowDecoder[H], rdi: RowDecoder[I], rdj: RowDecoder[J], rdk: RowDecoder[K]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
  41. implicit def tuple12RowDecoder[A, B, C, D, E, F, G, H, I, J, K, L](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F], rdg: RowDecoder[G], rdh: RowDecoder[H], rdi: RowDecoder[I], rdj: RowDecoder[J], rdk: RowDecoder[K], rdl: RowDecoder[L]): RowDecoder[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
  42. implicit def tuple2RowDecoder[A, B](implicit rda: RowDecoder[A], rdb: RowDecoder[B]): RowDecoder[(A, B)]

    Permalink
  43. implicit def tuple3RowDecoder[A, B, C](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C]): RowDecoder[(A, B, C)]

    Permalink
  44. implicit def tuple4RowDecoder[A, B, C, D](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D]): RowDecoder[(A, B, C, D)]

    Permalink
  45. implicit def tuple5RowDecoder[A, B, C, D, E](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E]): RowDecoder[(A, B, C, D, E)]

    Permalink
  46. implicit def tuple6RowDecoder[A, B, C, D, E, F](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F]): RowDecoder[(A, B, C, D, E, F)]

    Permalink
  47. implicit def tuple7RowDecoder[A, B, C, D, E, F, G](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F], rdg: RowDecoder[G]): RowDecoder[(A, B, C, D, E, F, G)]

    Permalink
  48. implicit def tuple8RowDecoder[A, B, C, D, E, F, G, H](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F], rdg: RowDecoder[G], rdh: RowDecoder[H]): RowDecoder[(A, B, C, D, E, F, G, H)]

    Permalink
  49. implicit def tuple9RowDecoder[A, B, C, D, E, F, G, H, I](implicit rda: RowDecoder[A], rdb: RowDecoder[B], rdc: RowDecoder[C], rdd: RowDecoder[D], rde: RowDecoder[E], rdf: RowDecoder[F], rdg: RowDecoder[G], rdh: RowDecoder[H], rdi: RowDecoder[I]): RowDecoder[(A, B, C, D, E, F, G, H, I)]

    Permalink
  50. implicit val tupleRowDecoder: RowDecoder[TupleValue]

    Permalink
  51. implicit val udtRowDecoder: RowDecoder[UDTValue]

    Permalink
  52. implicit val uuidRowDecoder: RowDecoder[UUID]

    Permalink
  53. implicit val variantRowDecoder: RowDecoder[BigInt]

    Permalink
  54. implicit def vectorRowDecoder[A](implicit tag: ClassTag[A]): RowDecoder[Vector[A]]

    Permalink
  55. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped