Packages

p

doobie

postgres

package postgres

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. postgres
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package free
  2. package hi
  3. package syntax

Type Members

  1. type CopyInIO[A] = Free[CopyInOp, A]
  2. type CopyManagerIO[A] = Free[CopyManagerOp, A]
  3. type CopyOutIO[A] = Free[CopyOutOp, A]
  4. trait Instances extends AnyRef
  5. type LargeObjectIO[A] = Free[LargeObjectOp, A]
  6. type LargeObjectManagerIO[A] = Free[LargeObjectManagerOp, A]
  7. type PGConnectionIO[A] = Free[PGConnectionOp, A]
  8. 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

  9. trait TextInstances0 extends TextInstances1
  10. trait TextInstances1 extends AnyRef
  11. trait TextPlatform extends AnyRef

Value Members

  1. val PFCI: copyin.type
  2. val PFCM: copymanager.type
  3. val PFCO: copyout.type
  4. val PFLO: largeobject.type
  5. val PFLOM: largeobjectmanager.type
  6. val PFPC: pgconnection.type
  7. val PHC: connection.type
  8. val PHLO: largeobject.type
  9. val PHLOM: largeobjectmanager.type
  10. val PHLOS: lostreaming.type
  11. val PHPC: pgconnection.type
  12. object Text extends TextInstances0 with TextPlatform
    Annotations
    @SuppressWarnings()
  13. object implicits extends Instances with ToPostgresMonadErrorOps with ToFragmentOps with ToPostgresExplainOps
  14. object sqlstate

    Module of SQLSTATE constants for PostgreSQL.

Inherited from AnyRef

Inherited from Any

Ungrouped