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. trait Instances extends AnyRef
  5. trait JavaTimeInstances extends MetaConstructors

    Instances for JSR-310 date time types.

    Instances for JSR-310 date time types.

    Implementation is based on https://jdbc.postgresql.org/documentation/head/java8-date-time.html, using native support for Postgres JDBC driver.

  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 PgisGeographyInstances extends AnyRef
  10. trait PgisInstances extends AnyRef
  11. 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.

    See also

    Postgres COPY command

  12. trait TextInstances extends TextInstances0
  13. trait TextInstances0 extends TextInstances1
  14. trait TextInstances1 extends AnyRef
  15. trait TextPlatform 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 PFLO: largeobject.type
    Definition Classes
    Modules
  5. lazy val PFLOM: largeobjectmanager.type
    Definition Classes
    Modules
  6. lazy val PFPC: pgconnection.type
    Definition Classes
    Modules
  7. lazy val PHC: connection.type
    Definition Classes
    Modules
  8. lazy val PHLO: largeobject.type
    Definition Classes
    Modules
  9. lazy val PHLOM: largeobjectmanager.type
    Definition Classes
    Modules
  10. lazy val PHLOS: lostreaming.type
    Definition Classes
    Modules
  11. lazy val PHPC: pgconnection.type
    Definition Classes
    Modules
  12. object Text extends TextInstances with TextPlatform
  13. object implicits extends Instances with postgres.free.Instances with JavaTimeInstances with ToPostgresMonadErrorOps with ToFragmentOps with ToPostgresExplainOps
  14. object pgisgeographyimplicits extends PgisGeographyInstances
  15. object pgisimplicits extends PgisInstances
  16. object sqlstate

    Module of SQLSTATE constants for PostgreSQL.

Inherited from postgres.hi.Modules

Inherited from postgres.free.Modules

Inherited from postgres.free.Types

Inherited from AnyRef

Inherited from Any

Ungrouped