Trait

io.getquill.context.jasync

ArrayEncoders

Related Doc: package jasync

Permalink

trait ArrayEncoders extends ArrayEncoding

Self Type
PostgresJAsyncContext[_]
Linear Supertypes
ArrayEncoding, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayEncoders
  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]

    Permalink
    Definition Classes
    ArrayEncoding

Abstract Value Members

  1. implicit abstract def arrayBigDecimalDecoder[Col <: Seq[BigDecimal]](implicit bf: PostgresJAsyncContext.CBF[BigDecimal, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  2. implicit abstract def arrayBooleanDecoder[Col <: Seq[Boolean]](implicit bf: PostgresJAsyncContext.CBF[Boolean, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  3. implicit abstract def arrayByteDecoder[Col <: Seq[Byte]](implicit bf: PostgresJAsyncContext.CBF[Byte, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  4. implicit abstract def arrayDateDecoder[Col <: Seq[Date]](implicit bf: PostgresJAsyncContext.CBF[Date, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  5. implicit abstract def arrayDoubleDecoder[Col <: Seq[Double]](implicit bf: PostgresJAsyncContext.CBF[Double, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  6. implicit abstract def arrayFloatDecoder[Col <: Seq[Float]](implicit bf: PostgresJAsyncContext.CBF[Float, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  7. implicit abstract def arrayIntDecoder[Col <: Seq[Int]](implicit bf: PostgresJAsyncContext.CBF[Int, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  8. implicit abstract def arrayLocalDateDecoder[Col <: Seq[LocalDate]](implicit bf: PostgresJAsyncContext.CBF[LocalDate, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  9. implicit abstract def arrayLongDecoder[Col <: Seq[Long]](implicit bf: PostgresJAsyncContext.CBF[Long, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  10. implicit abstract def arrayShortDecoder[Col <: Seq[Short]](implicit bf: PostgresJAsyncContext.CBF[Short, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  11. implicit abstract def arrayStringDecoder[Col <: Seq[String]](implicit bf: PostgresJAsyncContext.CBF[String, Col]): PostgresJAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding

Concrete 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. implicit def arrayBigDecimalEncoder[Col <: Seq[BigDecimal]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  5. implicit def arrayBooleanEncoder[Col <: Seq[Boolean]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  6. implicit def arrayByteEncoder[Col <: Seq[Byte]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  7. implicit def arrayDateEncoder[Col <: Seq[Date]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  8. implicit def arrayDoubleEncoder[Col <: Seq[Double]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  9. def arrayEncoder[T, Col <: Seq[T]](mapper: (T) ⇒ Any): PostgresJAsyncContext.Encoder[Col]

    Permalink
  10. implicit def arrayFloatEncoder[Col <: Seq[Float]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  11. implicit def arrayIntEncoder[Col <: Seq[PostgresJAsyncContext.Index]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  12. implicit def arrayLocalDateEncoder[Col <: Seq[LocalDate]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  13. implicit def arrayLocalDateTimeEncoder[Col <: Seq[LocalDateTime]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
  14. implicit def arrayLongEncoder[Col <: Seq[Long]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  15. implicit def arrayMappedDecoder[I, O, Col[X] <: Seq[X]](implicit mapped: PostgresJAsyncContext.MappedEncoding[I, O], d: PostgresJAsyncContext.Decoder[Seq[I]], bf: scala.collection.compat.Factory[O, Col[O]]): PostgresJAsyncContext.Decoder[Col[O]]

    Permalink
    Definition Classes
    ArrayEncoding
  16. implicit def arrayMappedEncoder[I, O, Col[X] <: Seq[X]](implicit mapped: PostgresJAsyncContext.MappedEncoding[I, O], e: PostgresJAsyncContext.Encoder[Seq[O]]): PostgresJAsyncContext.Encoder[Col[I]]

    Permalink
    Definition Classes
    ArrayEncoding
  17. def arrayRawEncoder[T, Col <: Seq[T]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
  18. implicit def arrayShortEncoder[Col <: Seq[Short]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  19. implicit def arrayStringEncoder[Col <: Seq[String]]: PostgresJAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoders → ArrayEncoding
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

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

Inherited from ArrayEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped