Packages

o

doobie.postgres.free

pgconnection

object pgconnection

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

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped