Packages

  • package root
    Definition Classes
    root
  • package doobie

    Top-level import, providing aliases for the most commonly used types and modules from doobie-free and doobie-core.

    Top-level import, providing aliases for the most commonly used types and modules from doobie-free and doobie-core. A typical starting set of imports would be something like this.

    import cats.implicits.*
    import doobie._, doobie.implicits.*
    Definition Classes
    root
    See also

    The doobie microsite for much more information.

  • package enumerated

    Enumerated types for JDBC constants.

    Enumerated types for JDBC constants. enumerated values are provided by companion modules.

    Definition Classes
    doobie
  • package hi

    High-level database API.

    High-level database API. The constructors here are defined in terms of those in doobie.free.connection but differ in the following ways:

    • Enumerated values represented by Int values in JDBC are mapped to one of the proper types defined in doobie.enumerated.
    • Nullable values are represented in terms of Option.
    • Java collection types are translated to immutable Scala equivalents.
    • Actions that compute lifetime-managed resources do not return the resource directly, but rather take a continuation in the resource's monad.
    • Actions that compute values of impure types (CLOB, InputStream, etc.) do not appear in this API. They are available in the low-level API but must be used with considerable caution.
    • Lifting actions, low-level type mapping actions, and resource management actions do not appear in this API.
    Definition Classes
    doobie
  • implicits
  • package syntax
    Definition Classes
    doobie
  • package util
    Definition Classes
    doobie
o

doobie

implicits

object implicits extends AllSyntax

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. implicits
  2. AllSyntax
  3. ToPutOps
  4. ToAlignSyntax
  5. ToSqlInterpolator
  6. ToStreamOps
  7. ToConnectionIOOps
  8. ToFoldableOps
  9. ToApplicativeErrorOps
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class FoldableOps[F[_], A] extends AnyRef
    Definition Classes
    ToFoldableOps

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. implicit def toConnectionIOOps[A](ma: ConnectionIO[A]): ConnectionIOOps[A]
    Definition Classes
    ToConnectionIOOps
  16. implicit def toDoobieAlignSyntax[A](as: List[A]): AlignSyntax[A]
    Definition Classes
    ToAlignSyntax
  17. implicit def toDoobieApplicativeErrorOps[M[_], A](ma: M[A])(implicit ev: ApplicativeError[M, Throwable]): ApplicativeErrorOps[M, A]
    Definition Classes
    ToApplicativeErrorOps
  18. implicit def toDoobieKleisliStreamOps[A, B](fa: Stream[[γ$3$]Kleisli[[A]Free[ConnectionOp, A], A, γ$3$], B]): KleisliStreamOps[A, B]
    Definition Classes
    ToStreamOps
  19. implicit def toDoobieStreamOps[F[_], A](fa: Stream[F, A]): StreamOps[F, A]
    Definition Classes
    ToStreamOps
  20. implicit def toEitherTConnectionIOOps[E, A](ma: EitherT[ConnectionIO, E, A]): EitherTConnectionIOOps[E, A]
    Definition Classes
    ToConnectionIOOps
  21. implicit def toKleisliConnectionIOOps[A, B](ma: Kleisli[ConnectionIO, A, B]): KleisliConnectionIOOps[A, B]
    Definition Classes
    ToConnectionIOOps
  22. implicit def toOptionPutOps[A](a: Option[A])(implicit arg0: util.Put[A]): OptionPutOps[A]
    Definition Classes
    ToPutOps
  23. implicit def toOptionTConnectionIOOps[A](ma: OptionT[ConnectionIO, A]): OptionTConnectionIOOps[A]
    Definition Classes
    ToConnectionIOOps
  24. implicit def toPutOps[A](a: A)(implicit arg0: util.Put[A]): PutOps[A]
    Definition Classes
    ToPutOps
  25. implicit def toSqlInterpolator(sc: StringContext): SqlInterpolator
    Definition Classes
    ToSqlInterpolator
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 AllSyntax

Inherited from ToPutOps

Inherited from ToAlignSyntax

Inherited from ToSqlInterpolator

Inherited from ToStreamOps

Inherited from ToConnectionIOOps

Inherited from ToFoldableOps

Inherited from ToApplicativeErrorOps

Inherited from AnyRef

Inherited from Any

Ungrouped