trait Visitor[F[_]] extends ~>[PGConnectionOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addDataType(a: String, b: Class[_ <: PGobject]): F[Unit]
- abstract def cancelQuery: F[Unit]
- abstract def canceled: F[Unit]
- abstract def createArrayOf(a: String, b: AnyRef): F[Array]
- abstract def delay[A](thunk: => A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def escapeIdentifier(a: String): F[String]
- abstract def escapeLiteral(a: String): F[String]
- abstract def forceR[A, B](fa: PGConnectionIO[A])(fb: PGConnectionIO[B]): F[B]
- abstract def getAdaptiveFetch: F[Boolean]
- abstract def getAutosave: F[AutoSave]
- abstract def getBackendPID: F[Int]
- abstract def getCopyAPI: F[CopyManager]
- abstract def getDefaultFetchSize: F[Int]
- abstract def getLargeObjectAPI: F[LargeObjectManager]
- abstract def getNotifications(a: Int): F[Array[PGNotification]]
- abstract def getNotifications: F[Array[PGNotification]]
- abstract def getParameterStatus(a: String): F[String]
- abstract def getParameterStatuses: F[Map[String, String]]
- abstract def getPreferQueryMode: F[PreferQueryMode]
- abstract def getPrepareThreshold: F[Int]
- abstract def getReplicationAPI: F[PGReplicationConnection]
- abstract def handleErrorWith[A](fa: PGConnectionIO[A])(f: (Throwable) => PGConnectionIO[A]): F[A]
- abstract def monotonic: F[FiniteDuration]
- abstract def onCancel[A](fa: PGConnectionIO[A], fin: PGConnectionIO[Unit]): F[A]
- abstract def poll[A](poll: Any, fa: PGConnectionIO[A]): F[A]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (PGConnection) => A): F[A]
- abstract def realTime: F[FiniteDuration]
- abstract def setAdaptiveFetch(a: Boolean): F[Unit]
- abstract def setAutosave(a: AutoSave): F[Unit]
- abstract def setDefaultFetchSize(a: Int): F[Unit]
- abstract def setPrepareThreshold(a: Int): F[Unit]
- abstract def suspend[A](hint: Type)(thunk: => A): F[A]
- abstract def uncancelable[A](body: (Poll[PGConnectionIO]) => PGConnectionIO[A]): F[A]
Concrete 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 and[H[_]](h: FunctionK[PGConnectionOp, H]): FunctionK[PGConnectionOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[PGConnectionOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: PGConnectionOp[A]): F[A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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, F]
- Definition Classes
- FunctionK
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def narrow[F0[x] <: PGConnectionOp[x]]: FunctionK[F0, F]
- 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 or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[PGConnectionOp, H, γ$0$], F]
- Definition Classes
- FunctionK
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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] >: F[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)