trait PGConnectionInterpreter extends Visitor[[γ$18$]Kleisli[M, PGConnection, γ$18$]]
- Source
- kleisliinterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PGConnectionInterpreter
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDataType(a: String, b: Class[_ <: PGobject]): Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def and[H[_]](h: FunctionK[PGConnectionOp, H]): FunctionK[PGConnectionOp, [γ$2$]Tuple2K[[γ$18$]Kleisli[M, PGConnection, γ$18$], H, γ$2$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[[γ$18$]Kleisli[M, PGConnection, γ$18$], H]): FunctionK[PGConnectionOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: PGConnectionOp[A]): Kleisli[M, PGConnection, A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelQuery: Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def canceled: Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def compose[E[_]](f: FunctionK[E, PGConnectionOp]): FunctionK[E, [γ$18$]Kleisli[M, PGConnection, γ$18$]]
- Definition Classes
- FunctionK
- def createArrayOf(a: String, b: AnyRef): Kleisli[M, PGConnection, Array]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def delay[A](thunk: => A): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def embed[A](e: Embedded[A]): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapeIdentifier(a: String): Kleisli[M, PGConnection, String]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def escapeLiteral(a: String): Kleisli[M, PGConnection, String]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def forceR[A, B](fa: PGConnectionIO[A])(fb: PGConnectionIO[B]): Kleisli[M, PGConnection, B]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getAdaptiveFetch: Kleisli[M, PGConnection, Boolean]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getAutosave: Kleisli[M, PGConnection, AutoSave]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getBackendPID: Kleisli[M, PGConnection, Int]
- Definition Classes
- PGConnectionInterpreter → Visitor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getCopyAPI: Kleisli[M, PGConnection, CopyManager]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getDefaultFetchSize: Kleisli[M, PGConnection, Int]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getLargeObjectAPI: Kleisli[M, PGConnection, LargeObjectManager]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getNotifications(a: Int): Kleisli[M, PGConnection, Array[PGNotification]]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getNotifications: Kleisli[M, PGConnection, Array[PGNotification]]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getParameterStatus(a: String): Kleisli[M, PGConnection, String]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getParameterStatuses: Kleisli[M, PGConnection, Map[String, String]]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getPreferQueryMode: Kleisli[M, PGConnection, PreferQueryMode]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getPrepareThreshold: Kleisli[M, PGConnection, Int]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def getReplicationAPI: Kleisli[M, PGConnection, PGReplicationConnection]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def handleErrorWith[A](fa: PGConnectionIO[A])(f: (Throwable) => PGConnectionIO[A]): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def monotonic: Kleisli[M, PGConnection, FiniteDuration]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def narrow[F0[x] <: PGConnectionOp[x]]: FunctionK[F0, [γ$18$]Kleisli[M, PGConnection, γ$18$]]
- Definition Classes
- FunctionK
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def onCancel[A](fa: PGConnectionIO[A], fin: PGConnectionIO[Unit]): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def or[H[_]](h: FunctionK[H, [γ$18$]Kleisli[M, PGConnection, γ$18$]]): FunctionK[[γ$0$]EitherK[PGConnectionOp, H, γ$0$], [γ$18$]Kleisli[M, PGConnection, γ$18$]]
- Definition Classes
- FunctionK
- def poll[A](poll: Any, fa: PGConnectionIO[A]): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def raiseError[A](e: Throwable): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def raw[A](f: (PGConnection) => A): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def realTime: Kleisli[M, PGConnection, FiniteDuration]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def setAdaptiveFetch(a: Boolean): Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def setAutosave(a: AutoSave): Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def setDefaultFetchSize(a: Int): Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def setPrepareThreshold(a: Int): Kleisli[M, PGConnection, Unit]
- Definition Classes
- PGConnectionInterpreter → Visitor
- def suspend[A](hint: Type)(thunk: => A): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[A](body: (Poll[PGConnectionIO]) => PGConnectionIO[A]): Kleisli[M, PGConnection, A]
- Definition Classes
- PGConnectionInterpreter → Visitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def widen[G0[x] >: Kleisli[M, PGConnection, x]]: FunctionK[PGConnectionOp, G0]
- Definition Classes
- FunctionK
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)