CopyInOp

doobie.postgres.free.copyin.CopyInOp
See theCopyInOp companion trait
object CopyInOp

Attributes

Companion
trait
Source
copyin.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CopyInOp.type

Members list

Type members

Classlikes

case object CancelCopy extends CopyInOp[Unit]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
CancelCopy.type
case object Canceled extends CopyInOp[Unit]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
final case class Embed[A](e: Embedded[A]) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
case object EndCopy extends CopyInOp[Long]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
EndCopy.type
case object FlushCopy extends CopyInOp[Unit]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
FlushCopy.type
final case class ForceR[A, B](fa: CopyInIO[A], fb: CopyInIO[B]) extends CopyInOp[B]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[B]
class Object
trait Matchable
class Any
Show all
case object GetFieldCount extends CopyInOp[Int]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Int]
class Object
trait Matchable
class Any
Show all
Self type
final case class GetFieldFormat(a: Int) extends CopyInOp[Int]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[Int]
class Object
trait Matchable
class Any
Show all
case object GetFormat extends CopyInOp[Int]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Int]
class Object
trait Matchable
class Any
Show all
Self type
GetFormat.type
case object GetHandledRowCount extends CopyInOp[Long]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
final case class HandleErrorWith[A](fa: CopyInIO[A], f: Throwable => CopyInIO[A]) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
case object IsActive extends CopyInOp[Boolean]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[Boolean]
class Object
trait Matchable
class Any
Show all
Self type
IsActive.type
case object Monotonic extends CopyInOp[FiniteDuration]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[FiniteDuration]
class Object
trait Matchable
class Any
Show all
Self type
Monotonic.type
final case class OnCancel[A](fa: CopyInIO[A], fin: CopyInIO[Unit]) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
final case class Poll1[A](poll: Any, fa: CopyInIO[A]) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
final case class RaiseError[A](e: Throwable) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
final case class Raw[A](f: CopyIn => A) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
case object Realtime extends CopyInOp[FiniteDuration]

Attributes

Source
copyin.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CopyInOp[FiniteDuration]
class Object
trait Matchable
class Any
Show all
Self type
Realtime.type
final case class Suspend[A](hint: Type, thunk: () => A) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
final case class Uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]) extends CopyInOp[A]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[A]
class Object
trait Matchable
class Any
Show all
trait Visitor[F[_]] extends FunctionK[CopyInOp, F]

Attributes

Source
copyin.scala
Supertypes
trait FunctionK[CopyInOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
final case class WriteToCopy(a: Array[Byte], b: Int, c: Int) extends CopyInOp[Unit]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[Unit]
class Object
trait Matchable
class Any
Show all
final case class WriteToCopy1(a: ByteStreamWriter) extends CopyInOp[Unit]

Attributes

Source
copyin.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyInOp[Unit]
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

Implicits

Implicits

implicit val CopyInOpEmbeddable: Embeddable[CopyInOp, CopyIn]

Attributes

Source
copyin.scala