Object

doobie.postgres

imports

Related Doc: package postgres

Permalink

object imports extends PGTypes with Syntax

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

Source
imports.scala
Linear Supertypes
Syntax, PGTypes, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. imports
  2. Syntax
  3. PGTypes
  4. AnyRef
  5. 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

  8. class SqlStateOps[M[_], A] extends AnyRef

    Permalink
    Definition Classes
    Syntax

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. implicit val AsyncPFCI: Async[free.copyin.CopyInIO]

    Permalink
  5. implicit val AsyncPFCM: Async[free.copymanager.CopyManagerIO]

    Permalink
  6. implicit val AsyncPFCO: Async[free.copyout.CopyOutIO]

    Permalink
  7. implicit val AsyncPFFP: Async[free.fastpath.FastpathIO]

    Permalink
  8. implicit val AsyncPFLO: Async[free.largeobject.LargeObjectIO]

    Permalink
  9. implicit val AsyncPFLOM: Async[free.largeobjectmanager.LargeObjectManagerIO]

    Permalink
  10. implicit val AsyncPFPC: Async[free.pgconnection.PGConnectionIO]

    Permalink
  11. implicit val InetType: Meta[InetAddress]

    Permalink
    Definition Classes
    PGTypes
  12. val PFCI: copyin.type

    Permalink

    Alias for doobie.postgres.free.copyin

  13. val PFCM: copymanager.type

    Permalink

    Alias for doobie.postgres.free.copymanager

  14. val PFCO: copyout.type

    Permalink

    Alias for doobie.postgres.free.copyout

  15. val PFFP: fastpath.type

    Permalink

    Alias for doobie.postgres.free.fastpath

  16. val PFLO: largeobject.type

    Permalink

    Alias for doobie.postgres.free.largeobject

  17. val PFLOM: largeobjectmanager.type

    Permalink

    Alias for doobie.postgres.free.largeobjectmanager

  18. val PFPC: pgconnection.type

    Permalink

    Alias for doobie.postgres.free.pgconnection

  19. implicit val PGboxType: AdvancedMeta[PGbox]

    Permalink
    Definition Classes
    PGTypes
  20. implicit val PGcircleType: AdvancedMeta[PGcircle]

    Permalink
    Definition Classes
    PGTypes
  21. implicit val PGlsegType: AdvancedMeta[PGlseg]

    Permalink
    Definition Classes
    PGTypes
  22. implicit val PGpathType: AdvancedMeta[PGpath]

    Permalink
    Definition Classes
    PGTypes
  23. implicit val PGpointType: AdvancedMeta[PGpoint]

    Permalink
    Definition Classes
    PGTypes
  24. implicit val PGpolygonType: AdvancedMeta[PGpolygon]

    Permalink
    Definition Classes
    PGTypes
  25. val PHC: connection.type

    Permalink

    Alias for doobie.postgres.hi.connection

  26. val PHLO: largeobject.type

    Permalink

    Alias for doobie.postgres.hi.largeobject

  27. val PHLOM: largeobjectmanager.type

    Permalink

    Alias for doobie.postgres.hi.largeobjectmanager

  28. val PHPC: pgconnection.type

    Permalink

    Alias for doobie.postgres.hi.pgconnection

  29. implicit val UuidType: AdvancedMeta[UUID]

    Permalink
    Definition Classes
    PGTypes
  30. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. implicit val hstoreMeta: Meta[Map[String, String]]

    Permalink

    HSTORE maps to a Map[String, String].

    HSTORE maps to a Map[String, String].

    Definition Classes
    PGTypes
  38. implicit val hstoreMetaJava: Meta[Map[String, String]]

    Permalink

    HSTORE maps to a java.util.Map[String, String].

    HSTORE maps to a java.util.Map[String, String].

    Definition Classes
    PGTypes
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. implicit val liftedBooleanArrayType: Meta[Array[Option[Boolean]]]

    Permalink
    Definition Classes
    PGTypes
  41. implicit val liftedDoubleArrayType: Meta[Array[Option[Double]]]

    Permalink
    Definition Classes
    PGTypes
  42. implicit val liftedFloatArrayType: Meta[Array[Option[Float]]]

    Permalink
    Definition Classes
    PGTypes
  43. implicit val liftedIntegerArrayType: Meta[Array[Option[Integer]]]

    Permalink
    Definition Classes
    PGTypes
  44. implicit val liftedLongArrayType: Meta[Array[Option[Long]]]

    Permalink
    Definition Classes
    PGTypes
  45. implicit val liftedStringArrayType: Meta[Array[Option[String]]]

    Permalink
    Definition Classes
    PGTypes
  46. implicit val liftedUUIDArrayType: Meta[Array[Option[UUID]]]

    Permalink
    Definition Classes
    PGTypes
  47. implicit val liftedUnboxedBooleanArrayType: Meta[Array[Option[Boolean]]]

    Permalink
    Definition Classes
    PGTypes
  48. implicit val liftedUnboxedDoubleArrayType: Meta[Array[Option[Double]]]

    Permalink
    Definition Classes
    PGTypes
  49. implicit val liftedUnboxedFloatArrayType: Meta[Array[Option[Float]]]

    Permalink
    Definition Classes
    PGTypes
  50. implicit val liftedUnboxedIntegerArrayType: Meta[Array[Option[Int]]]

    Permalink
    Definition Classes
    PGTypes
  51. implicit val liftedUnboxedLongArrayType: Meta[Array[Option[Long]]]

    Permalink
    Definition Classes
    PGTypes
  52. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def pgEnum(e: Enumeration, name: String): Meta[Value]

    Permalink

    Construct a Meta for value members of the given Enumeration.

    Construct a Meta for value members of the given Enumeration.

    Definition Classes
    PGTypes
  56. def pgEnumString[A](name: String, f: (String) ⇒ A, g: (A) ⇒ String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A]): Meta[A]

    Permalink

    Construct a Meta for values of the given type, mapped via String to the named PostgreSQL enum type.

    Construct a Meta for values of the given type, mapped via String to the named PostgreSQL enum type.

    Definition Classes
    PGTypes
  57. def pgJavaEnum[E <: Enum[E]](name: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[E], E: ClassTag[E]): Meta[E]

    Permalink

    Construct a Meta for value members of the given Jave enum.

    Construct a Meta for value members of the given Jave enum.

    Definition Classes
    PGTypes
  58. val sqlstate: postgres.sqlstate.type

    Permalink

    Alias for doobie.postgres.sqlstate

  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. implicit def toSqlStateOps[M[_], A](ma: M[A])(implicit arg0: MonadError[M, Throwable]): SqlStateOps[M, A]

    Permalink
    Definition Classes
    Syntax
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. implicit val unliftedBooleanArrayType: Meta[Array[Boolean]]

    Permalink
    Definition Classes
    PGTypes
  63. implicit val unliftedDoubleArrayType: Meta[Array[Double]]

    Permalink
    Definition Classes
    PGTypes
  64. implicit val unliftedFloatArrayType: Meta[Array[Float]]

    Permalink
    Definition Classes
    PGTypes
  65. implicit val unliftedIntegerArrayType: Meta[Array[Integer]]

    Permalink
    Definition Classes
    PGTypes
  66. implicit val unliftedLongArrayType: Meta[Array[Long]]

    Permalink
    Definition Classes
    PGTypes
  67. implicit val unliftedStringArrayType: Meta[Array[String]]

    Permalink
    Definition Classes
    PGTypes
  68. implicit val unliftedUUIDArrayType: Meta[Array[UUID]]

    Permalink
    Definition Classes
    PGTypes
  69. implicit val unliftedUnboxedBooleanArrayType: Meta[Array[Boolean]]

    Permalink
    Definition Classes
    PGTypes
  70. implicit val unliftedUnboxedDoubleArrayType: Meta[Array[Double]]

    Permalink
    Definition Classes
    PGTypes
  71. implicit val unliftedUnboxedFloatArrayType: Meta[Array[Float]]

    Permalink
    Definition Classes
    PGTypes
  72. implicit val unliftedUnboxedIntegerArrayType: Meta[Array[Int]]

    Permalink
    Definition Classes
    PGTypes
  73. implicit val unliftedUnboxedLongArrayType: Meta[Array[Long]]

    Permalink
    Definition Classes
    PGTypes
  74. final def wait(): Unit

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

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

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

Inherited from Syntax

Inherited from PGTypes

Inherited from AnyRef

Inherited from Any

PostgreSQL Free Module Aliases

PostgreSQL Hi Module Aliases

PostgreSQL Module Aliases

Type Aliass

Ungrouped