Packages

t

io.getquill.context.async

ArrayDecoders

trait ArrayDecoders extends ArrayEncoding

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

Type Members

  1. type CBF[T, Col] = CanBuildFrom[Nothing, T, Col]
    Definition Classes
    ArrayEncoding

Abstract Value Members

  1. implicit abstract def arrayBigDecimalEncoder[Col <: Seq[BigDecimal]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  2. implicit abstract def arrayBooleanEncoder[Col <: Seq[Boolean]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  3. implicit abstract def arrayByteEncoder[Col <: Seq[Byte]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  4. implicit abstract def arrayDateEncoder[Col <: Seq[Date]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  5. implicit abstract def arrayDoubleEncoder[Col <: Seq[Double]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  6. implicit abstract def arrayFloatEncoder[Col <: Seq[Float]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  7. implicit abstract def arrayIntEncoder[Col <: Seq[Int]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  8. implicit abstract def arrayLocalDateEncoder[Col <: Seq[LocalDate]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  9. implicit abstract def arrayLongEncoder[Col <: Seq[Long]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  10. implicit abstract def arrayShortEncoder[Col <: Seq[Short]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding
  11. implicit abstract def arrayStringEncoder[Col <: Seq[String]]: PostgresAsyncContext.Encoder[Col]
    Definition Classes
    ArrayEncoding

Concrete 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. implicit def arrayBigDecimalDecoder[Col <: Seq[BigDecimal]](implicit bf: PostgresAsyncContext.CBF[BigDecimal, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  5. implicit def arrayBooleanDecoder[Col <: Seq[Boolean]](implicit bf: PostgresAsyncContext.CBF[Boolean, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  6. implicit def arrayByteDecoder[Col <: Seq[Byte]](implicit bf: PostgresAsyncContext.CBF[Byte, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  7. implicit def arrayDateDecoder[Col <: Seq[Date]](implicit bf: PostgresAsyncContext.CBF[Date, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  8. def arrayDecoder[I, O, Col <: Seq[O]](mapper: (I) ⇒ O)(implicit bf: PostgresAsyncContext.CBF[O, Col], iTag: ClassTag[I], oTag: ClassTag[O]): PostgresAsyncContext.Decoder[Col]
  9. implicit def arrayDoubleDecoder[Col <: Seq[Double]](implicit bf: PostgresAsyncContext.CBF[Double, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  10. implicit def arrayFloatDecoder[Col <: Seq[Float]](implicit bf: PostgresAsyncContext.CBF[Float, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  11. implicit def arrayIntDecoder[Col <: Seq[PostgresAsyncContext.Index]](implicit bf: PostgresAsyncContext.CBF[PostgresAsyncContext.Index, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  12. implicit def arrayJodaDateTimeDecoder[Col <: Seq[DateTime]](implicit bf: PostgresAsyncContext.CBF[DateTime, Col]): PostgresAsyncContext.Decoder[Col]
  13. implicit def arrayJodaLocalDateDecoder[Col <: Seq[LocalDate]](implicit bf: PostgresAsyncContext.CBF[LocalDate, Col]): PostgresAsyncContext.Decoder[Col]
  14. implicit def arrayJodaLocalDateTimeDecoder[Col <: Seq[LocalDateTime]](implicit bf: PostgresAsyncContext.CBF[LocalDateTime, Col]): PostgresAsyncContext.Decoder[Col]
  15. implicit def arrayLocalDateDecoder[Col <: Seq[LocalDate]](implicit bf: PostgresAsyncContext.CBF[LocalDate, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  16. implicit def arrayLongDecoder[Col <: Seq[Long]](implicit bf: PostgresAsyncContext.CBF[Long, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  17. implicit def arrayMappedDecoder[I, O, Col[X] <: Seq[X]](implicit mapped: PostgresAsyncContext.MappedEncoding[I, O], d: PostgresAsyncContext.Decoder[Seq[I]], bf: scala.collection.compat.Factory[O, Col[O]]): PostgresAsyncContext.Decoder[Col[O]]
    Definition Classes
    ArrayEncoding
  18. implicit def arrayMappedEncoder[I, O, Col[X] <: Seq[X]](implicit mapped: PostgresAsyncContext.MappedEncoding[I, O], e: PostgresAsyncContext.Encoder[Seq[O]]): PostgresAsyncContext.Encoder[Col[I]]
    Definition Classes
    ArrayEncoding
  19. def arrayRawEncoder[T, Col <: Seq[T]](implicit arg0: ClassTag[T], bf: PostgresAsyncContext.CBF[T, Col]): PostgresAsyncContext.Decoder[Col]
  20. implicit def arrayShortDecoder[Col <: Seq[Short]](implicit bf: PostgresAsyncContext.CBF[Short, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  21. implicit def arrayStringDecoder[Col <: Seq[String]](implicit bf: PostgresAsyncContext.CBF[String, Col]): PostgresAsyncContext.Decoder[Col]
    Definition Classes
    ArrayDecoders → ArrayEncoding
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ArrayEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped