Trait

io.getquill.context.ndbc

PostgresDecoders

Related Doc: package ndbc

Permalink

trait PostgresDecoders extends AnyRef

Self Type
PostgresDecoders with NdbcContextBase[_, _, _, PostgresRow] with ArrayEncoding
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresDecoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Decoder[T] = ((PostgresDecoders.this)#Index, (PostgresDecoders.this)#ResultRow, (PostgresDecoders.this)#Session) ⇒ T

    Permalink

Abstract Value Members

  1. abstract val zoneOffset: ZoneOffset

    Permalink
    Attributes
    protected

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 arrayBigDecimalDecoder[Col <: Seq[BigDecimal]](implicit bf: (PostgresDecoders.this)#CBF[BigDecimal, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  5. implicit def arrayBooleanDecoder[Col <: Seq[Boolean]](implicit bf: (PostgresDecoders.this)#CBF[Boolean, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  6. implicit def arrayByteDecoder[Col <: Seq[Byte]](implicit bf: (PostgresDecoders.this)#CBF[Byte, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  7. implicit def arrayDateDecoder[Col <: Seq[Date]](implicit bf: (PostgresDecoders.this)#CBF[Date, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  8. def arrayDecoder[T, U, Col <: Seq[U]](f: (PostgresRow) ⇒ (Int) ⇒ Array[T])(implicit map: (T) ⇒ U, bf: (PostgresDecoders.this)#CBF[U, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  9. implicit def arrayDoubleDecoder[Col <: Seq[Double]](implicit bf: (PostgresDecoders.this)#CBF[Double, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  10. implicit def arrayFloatDecoder[Col <: Seq[Float]](implicit bf: (PostgresDecoders.this)#CBF[Float, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  11. implicit def arrayIntDecoder[Col <: Seq[Int]](implicit bf: (PostgresDecoders.this)#CBF[Int, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  12. implicit def arrayLocalDateDecoder[Col <: Seq[LocalDate]](implicit bf: (PostgresDecoders.this)#CBF[LocalDate, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  13. implicit def arrayLongDecoder[Col <: Seq[Long]](implicit bf: (PostgresDecoders.this)#CBF[Long, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  14. implicit def arrayShortDecoder[Col <: Seq[Short]](implicit bf: (PostgresDecoders.this)#CBF[Short, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  15. implicit def arrayStringDecoder[Col <: Seq[String]](implicit bf: (PostgresDecoders.this)#CBF[String, Col]): (PostgresDecoders.this)#Decoder[Col]

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. implicit val bigDecimalDecoder: (PostgresDecoders.this)#Decoder[BigDecimal]

    Permalink
  18. implicit val booleanDecoder: (PostgresDecoders.this)#Decoder[Boolean]

    Permalink
  19. implicit val byteArrayDecoder: (PostgresDecoders.this)#Decoder[Array[Byte]]

    Permalink
  20. implicit val byteDecoder: (PostgresDecoders.this)#Decoder[Byte]

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. implicit val dateDecoder: (PostgresDecoders.this)#Decoder[Date]

    Permalink
  23. def decoder[T, U](f: (PostgresRow) ⇒ (Int) ⇒ T)(implicit map: (T) ⇒ U): (PostgresDecoders.this)#Decoder[U]

    Permalink
  24. implicit val doubleDecoder: (PostgresDecoders.this)#Decoder[Double]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. implicit val floatDecoder: (PostgresDecoders.this)#Decoder[Float]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. implicit val intDecoder: (PostgresDecoders.this)#Decoder[Int]

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. implicit val localDateDecoder: (PostgresDecoders.this)#Decoder[LocalDate]

    Permalink
  34. implicit val localDateTimeDecoder: (PostgresDecoders.this)#Decoder[LocalDateTime]

    Permalink
  35. implicit val longDecoder: (PostgresDecoders.this)#Decoder[Long]

    Permalink
  36. implicit def mappedDecoder[I, O](implicit mapped: (PostgresDecoders.this)#MappedEncoding[I, O], d: (PostgresDecoders.this)#Decoder[I]): (PostgresDecoders.this)#Decoder[O]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. implicit val offsetTimeDecoder: (PostgresDecoders.this)#Decoder[OffsetTime]

    Permalink
  41. implicit def optionDecoder[T](implicit d: (PostgresDecoders.this)#Decoder[T]): (PostgresDecoders.this)#Decoder[Option[T]]

    Permalink
  42. implicit val shortDecoder: (PostgresDecoders.this)#Decoder[Short]

    Permalink
  43. implicit val stringDecoder: (PostgresDecoders.this)#Decoder[String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. implicit val uuidDecoder: (PostgresDecoders.this)#Decoder[UUID]

    Permalink
  47. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped