Packages

o

doobie.postgres.hi

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

Value Members

  1. val getBackendPID: PGConnectionIO[Int]
  2. def getCopyAPI[A](k: CopyManagerIO[A]): PGConnectionIO[A]
  3. def getLargeObjectAPI[A](k: LargeObjectManagerIO[A]): PGConnectionIO[A]
  4. val getNotifications: PGConnectionIO[List[PGNotification]]
  5. val getPrepareThreshold: PGConnectionIO[Int]
  6. def setPrepareThreshold(threshold: Int): PGConnectionIO[Unit]