Packages

o

doobie.postgres.free

pgconnection

object pgconnection

Annotations
@SuppressWarnings()
Source
pgconnection.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pgconnection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type PGConnectionIO[A] = Free[PGConnectionOp, A]
  2. sealed trait PGConnectionOp[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val AsyncPGConnectionIO: Async[PGConnectionIO]
  5. def addDataType(a: String, b: String): PGConnectionIO[Unit]
  6. def addDataType(a: String, b: Class[_ <: PGobject]): PGConnectionIO[Unit]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): PGConnectionIO[A]
  9. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ PGConnectionIO[Unit]): PGConnectionIO[A]
  10. def bracketCase[A, B](acquire: PGConnectionIO[A])(use: (A) ⇒ PGConnectionIO[B])(release: (A, ExitCase[Throwable]) ⇒ PGConnectionIO[Unit]): PGConnectionIO[B]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def createArrayOf(a: String, b: AnyRef): PGConnectionIO[Array]
  13. def delay[A](a: ⇒ A): PGConnectionIO[A]
  14. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[PGConnectionOp, A]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def escapeIdentifier(a: String): PGConnectionIO[String]
  18. def escapeLiteral(a: String): PGConnectionIO[String]
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val getAutosave: PGConnectionIO[AutoSave]
  21. val getBackendPID: PGConnectionIO[Int]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val getCopyAPI: PGConnectionIO[CopyManager]
  24. val getDefaultFetchSize: PGConnectionIO[Int]
  25. val getFastpathAPI: PGConnectionIO[Fastpath]
  26. val getLargeObjectAPI: PGConnectionIO[LargeObjectManager]
  27. def getNotifications(a: Int): PGConnectionIO[Array[PGNotification]]
  28. val getNotifications: PGConnectionIO[Array[PGNotification]]
  29. val getPreferQueryMode: PGConnectionIO[PreferQueryMode]
  30. val getPrepareThreshold: PGConnectionIO[Int]
  31. val getReplicationAPI: PGConnectionIO[PGReplicationConnection]
  32. def handleErrorWith[A](fa: PGConnectionIO[A], f: (Throwable) ⇒ PGConnectionIO[A]): PGConnectionIO[A]
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def pure[A](a: A): PGConnectionIO[A]
  39. def raiseError[A](err: Throwable): PGConnectionIO[A]
  40. def raw[A](f: (PGConnection) ⇒ A): PGConnectionIO[A]
  41. def setAutosave(a: AutoSave): PGConnectionIO[Unit]
  42. def setDefaultFetchSize(a: Int): PGConnectionIO[Unit]
  43. def setPrepareThreshold(a: Int): PGConnectionIO[Unit]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val unit: PGConnectionIO[Unit]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  50. object PGConnectionOp

Inherited from AnyRef

Inherited from Any

Ungrouped