Packages

object implicits extends Instances with postgres.free.Instances with JavaTimeInstances with ToPostgresMonadErrorOps with ToFragmentOps with ToPostgresExplainOps

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. implicits
  2. ToPostgresExplainOps
  3. ToFragmentOps
  4. ToPostgresMonadErrorOps
  5. JavaTimeInstances
  6. MetaConstructors
  7. Instances
  8. Instances
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 val InetType: doobie.Meta[InetAddress]
    Definition Classes
    Instances
  5. implicit val JavaTimeInstantMeta: doobie.Meta[Instant]

    This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ)

    This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ)

    Definition Classes
    JavaTimeInstances
  6. implicit val JavaTimeLocalDateMeta: doobie.Meta[LocalDate]

    This type should map to DATE

    This type should map to DATE

    Definition Classes
    JavaTimeInstances
  7. implicit val JavaTimeLocalDateTimeMeta: doobie.Meta[LocalDateTime]

    This type should map to TIMESTAMP

    This type should map to TIMESTAMP

    Definition Classes
    JavaTimeInstances
  8. implicit val JavaTimeLocalTimeMeta: doobie.Meta[LocalTime]

    This type should map to TIME

    This type should map to TIME

    Definition Classes
    JavaTimeInstances
  9. implicit val JavaTimeOffsetDateTimeMeta: doobie.Meta[OffsetDateTime]

    This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ) When writing to the database, the same instant is preserved if your target column is of type TIMESTAMPTZ (The JDBC driver works out the timezone conversion for you).

    This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ) When writing to the database, the same instant is preserved if your target column is of type TIMESTAMPTZ (The JDBC driver works out the timezone conversion for you). Note that since offset information is not stored in the database column, retrieving the same value will yield the same instant in time, but with offset = 0 (UTC)

    Definition Classes
    JavaTimeInstances
  10. implicit val JavaTimeOffsetTimeMeta: doobie.Meta[OffsetTime]

    This type should map to TIME WITH TIMEZONE (TIMETZ)

    This type should map to TIME WITH TIMEZONE (TIMETZ)

    Definition Classes
    JavaTimeInstances
  11. implicit val PGIntervalType: doobie.Meta[PGInterval]
    Definition Classes
    Instances
  12. implicit val PGboxType: doobie.Meta[PGbox]
    Definition Classes
    Instances
  13. implicit val PGcircleType: doobie.Meta[PGcircle]
    Definition Classes
    Instances
  14. implicit val PGlsegType: doobie.Meta[PGlseg]
    Definition Classes
    Instances
  15. implicit val PGpathType: doobie.Meta[PGpath]
    Definition Classes
    Instances
  16. implicit val PGpointType: doobie.Meta[PGpoint]
    Definition Classes
    Instances
  17. implicit val PGpolygonType: doobie.Meta[PGpolygon]
    Definition Classes
    Instances
  18. implicit val UuidType: doobie.Meta[UUID]
    Definition Classes
    Instances
  19. implicit lazy val WeakAsyncCopyInIO: WeakAsync[free.copyin.CopyInIO]
    Definition Classes
    Instances
  20. implicit lazy val WeakAsyncCopyManagerIO: WeakAsync[free.copymanager.CopyManagerIO]
    Definition Classes
    Instances
  21. implicit lazy val WeakAsyncCopyOutIO: WeakAsync[free.copyout.CopyOutIO]
    Definition Classes
    Instances
  22. implicit lazy val WeakAsyncLargeObjectIO: WeakAsync[free.largeobject.LargeObjectIO]
    Definition Classes
    Instances
  23. implicit lazy val WeakAsyncLargeObjectManagerIO: WeakAsync[free.largeobjectmanager.LargeObjectManagerIO]
    Definition Classes
    Instances
  24. implicit lazy val WeakAsyncPGConnectionIO: WeakAsync[free.pgconnection.PGConnectionIO]
    Definition Classes
    Instances
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. implicit val bigDecimalMeta: doobie.Meta[Array[BigDecimal]]
    Definition Classes
    Instances
    Annotations
    @SuppressWarnings()
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. implicit val hstoreMeta: doobie.Meta[Map[String, String]]

    HSTORE maps to a Map[String, String].

    HSTORE maps to a Map[String, String].

    Definition Classes
    Instances
  33. implicit val hstoreMetaJava: doobie.Meta[Map[String, String]]

    HSTORE maps to a java.util.Map[String, String].

    HSTORE maps to a java.util.Map[String, String].

    Definition Classes
    Instances
  34. implicit val iftedBigDecimalArrayType: doobie.Meta[Array[Option[BigDecimal]]]
    Definition Classes
    Instances
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. implicit val liftedBooleanArrayType: doobie.Meta[Array[Option[Boolean]]]
    Definition Classes
    Instances
  37. implicit val liftedDoubleArrayType: doobie.Meta[Array[Option[Double]]]
    Definition Classes
    Instances
  38. implicit val liftedFloatArrayType: doobie.Meta[Array[Option[Float]]]
    Definition Classes
    Instances
  39. implicit val liftedIntegerArrayType: doobie.Meta[Array[Option[Integer]]]
    Definition Classes
    Instances
  40. implicit val liftedLongArrayType: doobie.Meta[Array[Option[Long]]]
    Definition Classes
    Instances
  41. implicit val liftedStringArrayType: doobie.Meta[Array[Option[String]]]
    Definition Classes
    Instances
  42. implicit val liftedUUIDArrayType: doobie.Meta[Array[Option[UUID]]]
    Definition Classes
    Instances
  43. implicit val liftedUnboxedBooleanArrayType: doobie.Meta[Array[Option[Boolean]]]
    Definition Classes
    Instances
  44. implicit val liftedUnboxedDoubleArrayType: doobie.Meta[Array[Option[Double]]]
    Definition Classes
    Instances
  45. implicit val liftedUnboxedFloatArrayType: doobie.Meta[Array[Option[Float]]]
    Definition Classes
    Instances
  46. implicit val liftedUnboxedIntegerArrayType: doobie.Meta[Array[Option[Int]]]
    Definition Classes
    Instances
  47. implicit val liftedUnboxedLongArrayType: doobie.Meta[Array[Option[Long]]]
    Definition Classes
    Instances
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  51. implicit val optionBigDecimalMeta: doobie.Meta[Array[Option[BigDecimal]]]
    Definition Classes
    Instances
    Annotations
    @SuppressWarnings()
  52. def pgEnum(e: Enumeration, name: String): doobie.Meta[Value]

    Construct a Meta for value members of the given Enumeration.

    Construct a Meta for value members of the given Enumeration.

    Definition Classes
    Instances
    Annotations
    @SuppressWarnings()
  53. def pgEnumString[A](name: String, f: (String) => A, g: (A) => String)(implicit arg0: TypeName[A]): doobie.Meta[A]

    Construct a Meta for values of the given type, mapped via String to the named PostgreSQL enum type.

    Construct a Meta for values of the given type, mapped via String to the named PostgreSQL enum type.

    Definition Classes
    Instances
  54. def pgEnumStringOpt[A](name: String, f: (String) => Option[A], g: (A) => String)(implicit arg0: TypeName[A]): doobie.Meta[A]

    Construct a Meta for values of the given type, mapped via String to the named PostgreSQL enum type with tranparent partiality.

    Construct a Meta for values of the given type, mapped via String to the named PostgreSQL enum type with tranparent partiality.

    Definition Classes
    Instances
    Annotations
    @SuppressWarnings()
  55. def pgJavaEnum[E <: Enum[E]](name: String)(implicit arg0: TypeName[E], E: ClassTag[E]): doobie.Meta[E]

    Construct a Meta for value members of the given Java enum.

    Construct a Meta for value members of the given Java enum.

    Definition Classes
    Instances
    Annotations
    @SuppressWarnings()
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. implicit def toFragmentOps(f: doobie.Fragment): FragmentOps
    Definition Classes
    ToFragmentOps
  58. implicit def toPostgresExplainQuery0Ops(q: util.query.Query0[_]): PostgresExplainQuery0Ops
    Definition Classes
    ToPostgresExplainOps
  59. implicit def toPostgresExplainQueryOps[A](q: util.query.Query[A, _]): PostgresExplainQueryOps[A]
    Definition Classes
    ToPostgresExplainOps
  60. implicit def toPostgresExplainUpdate0Ops(u: doobie.Update0): PostgresExplainUpdate0Ops
    Definition Classes
    ToPostgresExplainOps
  61. implicit def toPostgresExplainUpdateOps[A](u: doobie.Update[A]): PostgresExplainUpdateOps[A]
    Definition Classes
    ToPostgresExplainOps
  62. implicit def toPostgresMonadErrorOps[M[_], A](ma: M[A])(implicit ev: MonadError[M, Throwable]): PostgresMonadErrorOps[M, A]
    Definition Classes
    ToPostgresMonadErrorOps
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. implicit val unliftedBigDecimalArrayType: doobie.Meta[Array[BigDecimal]]
    Definition Classes
    Instances
  65. implicit val unliftedBooleanArrayType: doobie.Meta[Array[Boolean]]
    Definition Classes
    Instances
  66. implicit val unliftedDoubleArrayType: doobie.Meta[Array[Double]]
    Definition Classes
    Instances
  67. implicit val unliftedFloatArrayType: doobie.Meta[Array[Float]]
    Definition Classes
    Instances
  68. implicit val unliftedIntegerArrayType: doobie.Meta[Array[Integer]]
    Definition Classes
    Instances
  69. implicit val unliftedLongArrayType: doobie.Meta[Array[Long]]
    Definition Classes
    Instances
  70. implicit val unliftedStringArrayType: doobie.Meta[Array[String]]
    Definition Classes
    Instances
  71. implicit val unliftedUUIDArrayType: doobie.Meta[Array[UUID]]
    Definition Classes
    Instances
  72. implicit val unliftedUnboxedBooleanArrayType: doobie.Meta[Array[Boolean]]
    Definition Classes
    Instances
  73. implicit val unliftedUnboxedDoubleArrayType: doobie.Meta[Array[Double]]
    Definition Classes
    Instances
  74. implicit val unliftedUnboxedFloatArrayType: doobie.Meta[Array[Float]]
    Definition Classes
    Instances
  75. implicit val unliftedUnboxedIntegerArrayType: doobie.Meta[Array[Int]]
    Definition Classes
    Instances
  76. implicit val unliftedUnboxedLongArrayType: doobie.Meta[Array[Long]]
    Definition Classes
    Instances
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. object Advanced
    Definition Classes
    MetaConstructors
  81. object Basic
    Definition Classes
    MetaConstructors

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ToPostgresExplainOps

Inherited from ToFragmentOps

Inherited from JavaTimeInstances

Inherited from MetaConstructors

Inherited from free.Instances

Inherited from Instances

Inherited from AnyRef

Inherited from Any

Ungrouped