Packages

o

doobie.postgres.free

pgconnection

object pgconnection

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

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 def MonoidPGConnectionIO[A](implicit arg0: Monoid[A]): Monoid[PGConnectionIO[A]]
  5. implicit def SemigroupPGConnectionIO[A](implicit arg0: Semigroup[A]): Semigroup[PGConnectionIO[A]]
  6. implicit val WeakAsyncPGConnectionIO: WeakAsync[PGConnectionIO]
  7. def addDataType(a: String, b: Class[_ <: PGobject]): PGConnectionIO[Unit]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cancelQuery: PGConnectionIO[Unit]
  10. val canceled: Free[PGConnectionOp, Unit]
  11. def capturePoll[M[_]](mpoll: Poll[M]): Poll[PGConnectionIO]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  13. def createArrayOf(a: String, b: AnyRef): PGConnectionIO[Array]
  14. def delay[A](thunk: => A): Free[PGConnectionOp, A]
  15. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[PGConnectionOp, A]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def escapeIdentifier(a: String): PGConnectionIO[String]
  19. def escapeLiteral(a: String): PGConnectionIO[String]
  20. def forceR[A, B](fa: PGConnectionIO[A])(fb: PGConnectionIO[B]): Free[PGConnectionOp, B]
  21. def fromFuture[A](fut: PGConnectionIO[Future[A]]): Free[PGConnectionOp, A]
  22. def fromFutureCancelable[A](fut: PGConnectionIO[(Future[A], PGConnectionIO[Unit])]): Free[PGConnectionOp, A]
  23. val getAdaptiveFetch: PGConnectionIO[Boolean]
  24. val getAutosave: PGConnectionIO[AutoSave]
  25. val getBackendPID: PGConnectionIO[Int]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. val getCopyAPI: PGConnectionIO[CopyManager]
  28. val getDefaultFetchSize: PGConnectionIO[Int]
  29. val getLargeObjectAPI: PGConnectionIO[LargeObjectManager]
  30. def getNotifications(a: Int): PGConnectionIO[Array[PGNotification]]
  31. val getNotifications: PGConnectionIO[Array[PGNotification]]
  32. def getParameterStatus(a: String): PGConnectionIO[String]
  33. val getParameterStatuses: PGConnectionIO[Map[String, String]]
  34. val getPreferQueryMode: PGConnectionIO[PreferQueryMode]
  35. val getPrepareThreshold: PGConnectionIO[Int]
  36. val getReplicationAPI: PGConnectionIO[PGReplicationConnection]
  37. def handleErrorWith[A](fa: PGConnectionIO[A])(f: (Throwable) => PGConnectionIO[A]): PGConnectionIO[A]
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val monotonic: Free[PGConnectionOp, FiniteDuration]
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  44. def onCancel[A](fa: PGConnectionIO[A], fin: PGConnectionIO[Unit]): Free[PGConnectionOp, A]
  45. def performLogging(event: LogEvent): Free[PGConnectionOp, Unit]
  46. def pure[A](a: A): PGConnectionIO[A]
  47. def raiseError[A](err: Throwable): PGConnectionIO[A]
  48. def raw[A](f: (PGConnection) => A): PGConnectionIO[A]
  49. val realtime: Free[PGConnectionOp, FiniteDuration]
  50. def setAdaptiveFetch(a: Boolean): PGConnectionIO[Unit]
  51. def setAutosave(a: AutoSave): PGConnectionIO[Unit]
  52. def setDefaultFetchSize(a: Int): PGConnectionIO[Unit]
  53. def setPrepareThreshold(a: Int): PGConnectionIO[Unit]
  54. def suspend[A](hint: Type)(thunk: => A): Free[PGConnectionOp, A]
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def uncancelable[A](body: (Poll[PGConnectionIO]) => PGConnectionIO[A]): Free[PGConnectionOp, A]
  58. val unit: PGConnectionIO[Unit]
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. object PGConnectionOp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped