Packages

p

doobie

postgres

package postgres

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]
    Definition Classes
    Types
  2. type CopyManagerIO[A] = Free[CopyManagerOp, A]
    Definition Classes
    Types
  3. type CopyOutIO[A] = Free[CopyOutOp, A]
    Definition Classes
    Types
  4. type FastpathIO[A] = Free[FastpathOp, A]
    Definition Classes
    Types
  5. trait Instances extends AnyRef
    Annotations
    @SuppressWarnings()
  6. type LargeObjectIO[A] = Free[LargeObjectOp, A]
    Definition Classes
    Types
  7. type LargeObjectManagerIO[A] = Free[LargeObjectManagerOp, A]
    Definition Classes
    Types
  8. type PGConnectionIO[A] = Free[PGConnectionOp, A]
    Definition Classes
    Types
  9. trait PgisInstances extends AnyRef
    Annotations
    @SuppressWarnings()
  10. trait Text[A] extends AnyRef

    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
    Annotations
    @SuppressWarnings()
  12. trait TextInstances0 extends TextInstances1
  13. trait TextInstances1 extends AnyRef

Value Members

  1. lazy val PFCI: copyin.type
    Definition Classes
    Modules
  2. lazy val PFCM: copymanager.type
    Definition Classes
    Modules
  3. lazy val PFCO: copyout.type
    Definition Classes
    Modules
  4. lazy val PFFP: fastpath.type
    Definition Classes
    Modules
  5. lazy val PFLO: largeobject.type
    Definition Classes
    Modules
  6. lazy val PFLOM: largeobjectmanager.type
    Definition Classes
    Modules
  7. lazy val PFPC: pgconnection.type
    Definition Classes
    Modules
  8. lazy val PHC: connection.type
    Definition Classes
    Modules
  9. lazy val PHLO: largeobject.type
    Definition Classes
    Modules
  10. lazy val PHLOM: largeobjectmanager.type
    Definition Classes
    Modules
  11. lazy val PHLOS: lostreaming.type
    Definition Classes
    Modules
  12. lazy val PHPC: pgconnection.type
    Definition Classes
    Modules
  13. object Text extends TextInstances
  14. object implicits extends Instances with postgres.free.Instances with ToPostgresMonadErrorOps with ToFragmentOps
  15. object pgisimplicits extends PgisInstances
  16. object sqlstate

    Module of SQLSTATE constants for PostgreSQL.

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
    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