Package

doobie

postgres

Permalink

package postgres

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. postgres
  2. Modules
  3. Modules
  4. Types
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CopyInIO[A] = Free[CopyInOp, A]

    Permalink
    Definition Classes
    Types
  2. type CopyManagerIO[A] = Free[CopyManagerOp, A]

    Permalink
    Definition Classes
    Types
  3. type CopyOutIO[A] = Free[CopyOutOp, A]

    Permalink
    Definition Classes
    Types
  4. type FastpathIO[A] = Free[FastpathOp, A]

    Permalink
    Definition Classes
    Types
  5. trait Instances extends AnyRef

    Permalink
    Annotations
    @SuppressWarnings()
  6. type LargeObjectIO[A] = Free[LargeObjectOp, A]

    Permalink
    Definition Classes
    Types
  7. type LargeObjectManagerIO[A] = Free[LargeObjectManagerOp, A]

    Permalink
    Definition Classes
    Types
  8. type PGConnectionIO[A] = Free[PGConnectionOp, A]

    Permalink
    Definition Classes
    Types
  9. trait PgisInstances extends AnyRef

    Permalink
    Annotations
    @SuppressWarnings()
  10. trait Text[A] extends AnyRef

    Permalink

    Typeclass for types that can be written as Postgres literal text, using the default DELIMETER and NULL values, for use with COPY.

    Typeclass for types that can be written as Postgres literal text, using the default DELIMETER and NULL values, for use with COPY. If you wish to implement an instance it's worth reading the documentation at the link below.

    Annotations
    @SuppressWarnings()
    See also

    Postgres COPY command

  11. trait TextInstances extends TextInstances0

    Permalink
    Annotations
    @SuppressWarnings()
  12. trait TextInstances0 extends TextInstances1

    Permalink
  13. trait TextInstances1 extends AnyRef

    Permalink

Value Members

  1. lazy val PFCI: copyin.type

    Permalink
    Definition Classes
    Modules
  2. lazy val PFCM: copymanager.type

    Permalink
    Definition Classes
    Modules
  3. lazy val PFCO: copyout.type

    Permalink
    Definition Classes
    Modules
  4. lazy val PFFP: fastpath.type

    Permalink
    Definition Classes
    Modules
  5. lazy val PFLO: largeobject.type

    Permalink
    Definition Classes
    Modules
  6. lazy val PFLOM: largeobjectmanager.type

    Permalink
    Definition Classes
    Modules
  7. lazy val PFPC: pgconnection.type

    Permalink
    Definition Classes
    Modules
  8. lazy val PHC: connection.type

    Permalink
    Definition Classes
    Modules
  9. lazy val PHLO: largeobject.type

    Permalink
    Definition Classes
    Modules
  10. lazy val PHLOM: largeobjectmanager.type

    Permalink
    Definition Classes
    Modules
  11. lazy val PHLOS: lostreaming.type

    Permalink
    Definition Classes
    Modules
  12. lazy val PHPC: pgconnection.type

    Permalink
    Definition Classes
    Modules
  13. object Text extends TextInstances

    Permalink
  14. package free

    Permalink
  15. package hi

    Permalink
  16. object implicits extends Instances with postgres.free.Instances with ToPostgresMonadErrorOps with ToFragmentOps

    Permalink
  17. object pgisimplicits extends PgisInstances

    Permalink
  18. object sqlstate

    Permalink

    Module of SQLSTATE constants for PostgreSQL.

  19. package syntax

    Permalink

Deprecated Value Members

  1. object imports extends postgres.free.Types with postgres.free.Modules with postgres.hi.Modules with Instances with postgres.free.Instances with ToPostgresMonadErrorOps

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) import doobie.postgres._, doobie.postgres.implicits._

Inherited from postgres.hi.Modules

Inherited from postgres.free.Modules

Inherited from postgres.free.Types

Inherited from AnyRef

Inherited from Any

Ungrouped