Packages

final case class PGConnection[A](j: org.postgresql.PGConnection, fa: pgconnection.PGConnectionIO[A]) extends Embedded[A] with Product with Serializable

Source
embedded.scala
Linear Supertypes
Serializable, Product, Equals, Embedded[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PGConnection
  2. Serializable
  3. Product
  4. Equals
  5. Embedded
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PGConnection(j: org.postgresql.PGConnection, fa: pgconnection.PGConnectionIO[A])

Value Members

  1. val fa: pgconnection.PGConnectionIO[A]
  2. val j: org.postgresql.PGConnection
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product