doobie.postgres.free.copyin.CopyInOp
See theCopyInOp companion trait
object CopyInOp
Attributes
- Companion
- trait
- Source
- copyin.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CopyInOp.type
Members list
Type members
Classlikes
case object CancelCopy extends CopyInOp[Unit]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
CancelCopy.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
Canceled.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
EndCopy.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
FlushCopy.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[B]class Objecttrait Matchableclass AnyShow all
case object GetFieldCount extends CopyInOp[Int]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetFieldCount.type
final case class GetFieldFormat(a: Int) extends CopyInOp[Int]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[Int]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetFormat.type
case object GetHandledRowCount extends CopyInOp[Long]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetHandledRowCount.type
final case class HandleErrorWith[A](fa: CopyInIO[A], f: Throwable => CopyInIO[A]) extends CopyInOp[A]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
IsActive.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[FiniteDuration]class Objecttrait Matchableclass AnyShow all
- Self type
-
Monotonic.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
final case class RaiseError[A](e: Throwable) extends CopyInOp[A]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CopyInOp[FiniteDuration]class Objecttrait Matchableclass AnyShow all
- Self type
-
Realtime.type
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
final case class Uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]) extends CopyInOp[A]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- copyin.scala
- Supertypes
- Known subtypes
-
trait CopyInInterpreter
final case class WriteToCopy(a: Array[Byte], b: Int, c: Int) extends CopyInOp[Unit]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class WriteToCopy1(a: ByteStreamWriter) extends CopyInOp[Unit]
Attributes
- Source
- copyin.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CopyInOp[Unit]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Implicits
Implicits
Attributes
- Source
- copyin.scala
In this article