Embedded

doobie.postgres.free.Embedded$
See theEmbedded companion trait
object Embedded

Attributes

Companion
trait
Source
embedded.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Embedded.type

Members list

Type members

Classlikes

final case class CopyIn[A](j: CopyIn, fa: CopyInIO[A]) extends Embedded[A]

Attributes

Source
embedded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Embedded[A]
class Object
trait Matchable
class Any
Show all
final case class CopyManager[A](j: CopyManager, fa: CopyManagerIO[A]) extends Embedded[A]

Attributes

Source
embedded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Embedded[A]
class Object
trait Matchable
class Any
Show all
final case class CopyOut[A](j: CopyOut, fa: CopyOutIO[A]) extends Embedded[A]

Attributes

Source
embedded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Embedded[A]
class Object
trait Matchable
class Any
Show all
final case class LargeObject[A](j: LargeObject, fa: LargeObjectIO[A]) extends Embedded[A]

Attributes

Source
embedded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Embedded[A]
class Object
trait Matchable
class Any
Show all
final case class LargeObjectManager[A](j: LargeObjectManager, fa: LargeObjectManagerIO[A]) extends Embedded[A]

Attributes

Source
embedded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Embedded[A]
class Object
trait Matchable
class Any
Show all
final case class PGConnection[A](j: PGConnection, fa: PGConnectionIO[A]) extends Embedded[A]

Attributes

Source
embedded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Embedded[A]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala