object pgconnection
- Source
- pgconnection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pgconnection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type PGConnectionIO[A] = Free[PGConnectionOp, A]
- sealed trait PGConnectionOp[A] extends AnyRef
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
- implicit def MonoidPGConnectionIO[A](implicit M: Monoid[A]): Monoid[PGConnectionIO[A]]
- implicit val SyncPGConnectionIO: Sync[PGConnectionIO]
- def addDataType(a: String, b: Class[_ <: PGobject]): PGConnectionIO[Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cancelQuery: PGConnectionIO[Unit]
- val canceled: Free[PGConnectionOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[PGConnectionIO]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def createArrayOf(a: String, b: AnyRef): PGConnectionIO[Array]
- def delay[A](thunk: => A): Free[PGConnectionOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[PGConnectionOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapeIdentifier(a: String): PGConnectionIO[String]
- def escapeLiteral(a: String): PGConnectionIO[String]
- def forceR[A, B](fa: PGConnectionIO[A])(fb: PGConnectionIO[B]): Free[PGConnectionOp, B]
- val getAdaptiveFetch: PGConnectionIO[Boolean]
- val getAutosave: PGConnectionIO[AutoSave]
- val getBackendPID: PGConnectionIO[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val getCopyAPI: PGConnectionIO[CopyManager]
- val getDefaultFetchSize: PGConnectionIO[Int]
- val getLargeObjectAPI: PGConnectionIO[LargeObjectManager]
- def getNotifications(a: Int): PGConnectionIO[Array[PGNotification]]
- val getNotifications: PGConnectionIO[Array[PGNotification]]
- def getParameterStatus(a: String): PGConnectionIO[String]
- val getParameterStatuses: PGConnectionIO[Map[String, String]]
- val getPreferQueryMode: PGConnectionIO[PreferQueryMode]
- val getPrepareThreshold: PGConnectionIO[Int]
- val getReplicationAPI: PGConnectionIO[PGReplicationConnection]
- def handleErrorWith[A](fa: PGConnectionIO[A])(f: (Throwable) => PGConnectionIO[A]): PGConnectionIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monotonic: Free[PGConnectionOp, FiniteDuration]
- 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]): Free[PGConnectionOp, A]
- def pure[A](a: A): PGConnectionIO[A]
- def raiseError[A](err: Throwable): PGConnectionIO[A]
- def raw[A](f: (PGConnection) => A): PGConnectionIO[A]
- val realtime: Free[PGConnectionOp, FiniteDuration]
- def setAdaptiveFetch(a: Boolean): PGConnectionIO[Unit]
- def setAutosave(a: AutoSave): PGConnectionIO[Unit]
- def setDefaultFetchSize(a: Int): PGConnectionIO[Unit]
- def setPrepareThreshold(a: Int): PGConnectionIO[Unit]
- def suspend[A](hint: Type)(thunk: => A): Free[PGConnectionOp, A]
- 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]): Free[PGConnectionOp, A]
- val unit: PGConnectionIO[Unit]
- 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])
- object PGConnectionOp
- Annotations
- @SuppressWarnings()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)