object CopyOutOp
- Annotations
- @SuppressWarnings()
- Source
- copyout.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CopyOutOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Embed[A](e: Embedded[A]) extends CopyOutOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: CopyOutIO[A], fb: CopyOutIO[B]) extends CopyOutOp[B] with Product with Serializable
- final case class GetFieldFormat(a: Int) extends CopyOutOp[Int] with Product with Serializable
- final case class HandleErrorWith[A](fa: CopyOutIO[A], f: (Throwable) => CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
- final case class OnCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]) extends CopyOutOp[A] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends CopyOutOp[A] with Product with Serializable
- final case class Raw[A](f: (CopyOut) => A) extends CopyOutOp[A] with Product with Serializable
- final case class ReadFromCopy1(a: Boolean) extends CopyOutOp[Array[Byte]] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends CopyOutOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[CopyOutOp, F]
Value Members
- implicit val CopyOutOpEmbeddable: Embeddable[CopyOutOp, CopyOut]
- case object CancelCopy extends CopyOutOp[Unit] with Product with Serializable
- case object Canceled extends CopyOutOp[Unit] with Product with Serializable
- case object GetFieldCount extends CopyOutOp[Int] with Product with Serializable
- case object GetFormat extends CopyOutOp[Int] with Product with Serializable
- case object GetHandledRowCount extends CopyOutOp[Long] with Product with Serializable
- case object IsActive extends CopyOutOp[Boolean] with Product with Serializable
- case object Monotonic extends CopyOutOp[FiniteDuration] with Product with Serializable
- case object ReadFromCopy extends CopyOutOp[Array[Byte]] with Product with Serializable
- case object Realtime extends CopyOutOp[FiniteDuration] with Product with Serializable