Object

doobie.postgres

imports

Related Doc: package postgres

Permalink

object imports

Module of aliases for commonly-used PostgreSQL types and syntax; use as import doobie.postgres.imports._

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

Type Members

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

    Permalink

  2. type CopyManagerIO[A] = Free[CopyManagerOp, A]

    Permalink

  3. type CopyOutIO[A] = Free[CopyOutOp, A]

    Permalink

  4. type FastpathIO[A] = Free[FastpathOp, A]

    Permalink

  5. type LargeObjectIO[A] = Free[LargeObjectOp, A]

    Permalink

  6. type LargeObjectManagerIO[A] = Free[LargeObjectManagerOp, A]

    Permalink

  7. type PGConnectionIO[A] = Free[PGConnectionOp, A]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val PFCI: copyin.type

    Permalink

    Alias for doobie.postgres.free.copyin

  5. val PFCM: copymanager.type

    Permalink

    Alias for doobie.postgres.free.copymanager

  6. val PFCO: copyout.type

    Permalink

    Alias for doobie.postgres.free.copyout

  7. val PFFP: fastpath.type

    Permalink

    Alias for doobie.postgres.free.fastpath

  8. val PFLO: largeobject.type

    Permalink

    Alias for doobie.postgres.free.largeobject

  9. val PFLOM: largeobjectmanager.type

    Permalink

    Alias for doobie.postgres.free.largeobjectmanager

  10. val PFPC: pgconnection.type

    Permalink

    Alias for doobie.postgres.free.pgconnection

  11. val PHC: connection.type

    Permalink

    Alias for doobie.postgres.hi.connection

  12. val PHLO: largeobject.type

    Permalink

    Alias for doobie.postgres.hi.largeobject

  13. val PHLOM: largeobjectmanager.type

    Permalink

    Alias for doobie.postgres.hi.largeobjectmanager

  14. val PHPC: pgconnection.type

    Permalink

    Alias for doobie.postgres.hi.pgconnection

  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

PostgreSQL Free Module Aliases

PostgreSQL Hi Module Aliases

Type Aliass

Ungrouped