Packages

t

doobie.postgres.free.KleisliInterpreter

PGConnectionInterpreter

trait PGConnectionInterpreter extends Visitor[[γ$20$]Kleisli[M, PGConnection, γ$20$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$20$]Kleisli[M, PGConnection, γ$20$]], FunctionK[PGConnectionOp, [γ$20$]Kleisli[M, PGConnection, γ$20$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PGConnectionInterpreter
  2. Visitor
  3. FunctionK
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def addDataType(a: String, b: Class[_ <: PGobject]): Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  5. def and[H[_]](h: FunctionK[PGConnectionOp, H]): FunctionK[PGConnectionOp, [γ$2$]Tuple2K[[γ$20$]Kleisli[M, PGConnection, γ$20$], H, γ$2$]]
    Definition Classes
    FunctionK
  6. def andThen[H[_]](f: FunctionK[[γ$20$]Kleisli[M, PGConnection, γ$20$], H]): FunctionK[PGConnectionOp, H]
    Definition Classes
    FunctionK
  7. final def apply[A](fa: PGConnectionOp[A]): Kleisli[M, PGConnection, A]
    Definition Classes
    Visitor → FunctionK
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cancelQuery: Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  10. def canceled: Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. def compose[E[_]](f: FunctionK[E, PGConnectionOp]): FunctionK[E, [γ$20$]Kleisli[M, PGConnection, γ$20$]]
    Definition Classes
    FunctionK
  13. def createArrayOf(a: String, b: AnyRef): Kleisli[M, PGConnection, Array]
    Definition Classes
    PGConnectionInterpreterVisitor
  14. def delay[A](thunk: => A): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  15. def embed[A](e: Embedded[A]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  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): Kleisli[M, PGConnection, String]
    Definition Classes
    PGConnectionInterpreterVisitor
  19. def escapeLiteral(a: String): Kleisli[M, PGConnection, String]
    Definition Classes
    PGConnectionInterpreterVisitor
  20. def forceR[A, B](fa: pgconnection.PGConnectionIO[A])(fb: pgconnection.PGConnectionIO[B]): Kleisli[M, PGConnection, B]
    Definition Classes
    PGConnectionInterpreterVisitor
  21. def fromFuture[A](fut: pgconnection.PGConnectionIO[Future[A]]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  22. def fromFutureCancelable[A](fut: pgconnection.PGConnectionIO[(Future[A], pgconnection.PGConnectionIO[Unit])]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  23. def getAdaptiveFetch: Kleisli[M, PGConnection, Boolean]
    Definition Classes
    PGConnectionInterpreterVisitor
  24. def getAutosave: Kleisli[M, PGConnection, AutoSave]
    Definition Classes
    PGConnectionInterpreterVisitor
  25. def getBackendPID: Kleisli[M, PGConnection, Int]
    Definition Classes
    PGConnectionInterpreterVisitor
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def getCopyAPI: Kleisli[M, PGConnection, CopyManager]
    Definition Classes
    PGConnectionInterpreterVisitor
  28. def getDefaultFetchSize: Kleisli[M, PGConnection, Int]
    Definition Classes
    PGConnectionInterpreterVisitor
  29. def getLargeObjectAPI: Kleisli[M, PGConnection, LargeObjectManager]
    Definition Classes
    PGConnectionInterpreterVisitor
  30. def getNotifications(a: Int): Kleisli[M, PGConnection, Array[PGNotification]]
    Definition Classes
    PGConnectionInterpreterVisitor
  31. def getNotifications: Kleisli[M, PGConnection, Array[PGNotification]]
    Definition Classes
    PGConnectionInterpreterVisitor
  32. def getParameterStatus(a: String): Kleisli[M, PGConnection, String]
    Definition Classes
    PGConnectionInterpreterVisitor
  33. def getParameterStatuses: Kleisli[M, PGConnection, Map[String, String]]
    Definition Classes
    PGConnectionInterpreterVisitor
  34. def getPreferQueryMode: Kleisli[M, PGConnection, PreferQueryMode]
    Definition Classes
    PGConnectionInterpreterVisitor
  35. def getPrepareThreshold: Kleisli[M, PGConnection, Int]
    Definition Classes
    PGConnectionInterpreterVisitor
  36. def getReplicationAPI: Kleisli[M, PGConnection, PGReplicationConnection]
    Definition Classes
    PGConnectionInterpreterVisitor
  37. def handleErrorWith[A](fa: pgconnection.PGConnectionIO[A])(f: (Throwable) => pgconnection.PGConnectionIO[A]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def monotonic: Kleisli[M, PGConnection, FiniteDuration]
    Definition Classes
    PGConnectionInterpreterVisitor
  41. def narrow[F0[x] <: PGConnectionOp[x]]: FunctionK[F0, [γ$20$]Kleisli[M, PGConnection, γ$20$]]
    Definition Classes
    FunctionK
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  45. def onCancel[A](fa: pgconnection.PGConnectionIO[A], fin: pgconnection.PGConnectionIO[Unit]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  46. def or[H[_]](h: FunctionK[H, [γ$20$]Kleisli[M, PGConnection, γ$20$]]): FunctionK[[γ$0$]EitherK[PGConnectionOp, H, γ$0$], [γ$20$]Kleisli[M, PGConnection, γ$20$]]
    Definition Classes
    FunctionK
  47. def performLogging(event: LogEvent): Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  48. def poll[A](poll: Any, fa: pgconnection.PGConnectionIO[A]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  49. def raiseError[A](e: Throwable): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  50. def raw[A](f: (PGConnection) => A): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  51. def realTime: Kleisli[M, PGConnection, FiniteDuration]
    Definition Classes
    PGConnectionInterpreterVisitor
  52. def setAdaptiveFetch(a: Boolean): Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  53. def setAutosave(a: AutoSave): Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  54. def setDefaultFetchSize(a: Int): Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  55. def setPrepareThreshold(a: Int): Kleisli[M, PGConnection, Unit]
    Definition Classes
    PGConnectionInterpreterVisitor
  56. def suspend[A](hint: Type)(thunk: => A): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def uncancelable[A](body: (Poll[pgconnection.PGConnectionIO]) => pgconnection.PGConnectionIO[A]): Kleisli[M, PGConnection, A]
    Definition Classes
    PGConnectionInterpreterVisitor
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. def widen[G0[x] >: Kleisli[M, PGConnection, x]]: FunctionK[PGConnectionOp, G0]
    Definition Classes
    FunctionK

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 Visitor[[γ$20$]Kleisli[M, PGConnection, γ$20$]]

Inherited from FunctionK[PGConnectionOp, [γ$20$]Kleisli[M, PGConnection, γ$20$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped