object CopyManagerOp
Type Members
- final case class CopyDual(a: String) extends CopyManagerOp[org.postgresql.copy.CopyDual] with Product with Serializable
- final case class CopyIn(a: String) extends CopyManagerOp[org.postgresql.copy.CopyIn] with Product with Serializable
- final case class CopyIn1(a: String, b: ByteStreamWriter) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn2(a: String, b: InputStream) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn3(a: String, b: InputStream, c: Int) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn4(a: String, b: Reader) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn5(a: String, b: Reader, c: Int) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyOut(a: String) extends CopyManagerOp[org.postgresql.copy.CopyOut] with Product with Serializable
- final case class CopyOut1(a: String, b: OutputStream) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyOut2(a: String, b: Writer) extends CopyManagerOp[Long] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends CopyManagerOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: CopyManagerIO[A], fb: CopyManagerIO[B]) extends CopyManagerOp[B] with Product with Serializable
- final case class HandleErrorWith[A](fa: CopyManagerIO[A], f: (Throwable) => CopyManagerIO[A]) extends CopyManagerOp[A] with Product with Serializable
- final case class OnCancel[A](fa: CopyManagerIO[A], fin: CopyManagerIO[Unit]) extends CopyManagerOp[A] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: CopyManagerIO[A]) extends CopyManagerOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends CopyManagerOp[A] with Product with Serializable
- final case class Raw[A](f: (CopyManager) => A) extends CopyManagerOp[A] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends CopyManagerOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[CopyManagerIO]) => CopyManagerIO[A]) extends CopyManagerOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[CopyManagerOp, F]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit val CopyManagerOpEmbeddable: Embeddable[CopyManagerOp, CopyManager]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- case object Canceled extends CopyManagerOp[Unit] with Product with Serializable
- case object Monotonic extends CopyManagerOp[FiniteDuration] with Product with Serializable
- case object Realtime extends CopyManagerOp[FiniteDuration] with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final case class CopyDual(a: String) extends CopyManagerOp[org.postgresql.copy.CopyDual] with Product with Serializable
- final case class CopyIn(a: String) extends CopyManagerOp[org.postgresql.copy.CopyIn] with Product with Serializable
- final case class CopyIn1(a: String, b: ByteStreamWriter) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn2(a: String, b: InputStream) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn3(a: String, b: InputStream, c: Int) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn4(a: String, b: Reader) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyIn5(a: String, b: Reader, c: Int) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyOut(a: String) extends CopyManagerOp[org.postgresql.copy.CopyOut] with Product with Serializable
- final case class CopyOut1(a: String, b: OutputStream) extends CopyManagerOp[Long] with Product with Serializable
- final case class CopyOut2(a: String, b: Writer) extends CopyManagerOp[Long] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends CopyManagerOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: CopyManagerIO[A], fb: CopyManagerIO[B]) extends CopyManagerOp[B] with Product with Serializable
- final case class HandleErrorWith[A](fa: CopyManagerIO[A], f: (Throwable) => CopyManagerIO[A]) extends CopyManagerOp[A] with Product with Serializable
- final case class OnCancel[A](fa: CopyManagerIO[A], fin: CopyManagerIO[Unit]) extends CopyManagerOp[A] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: CopyManagerIO[A]) extends CopyManagerOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends CopyManagerOp[A] with Product with Serializable
- final case class Raw[A](f: (CopyManager) => A) extends CopyManagerOp[A] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends CopyManagerOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[CopyManagerIO]) => CopyManagerIO[A]) extends CopyManagerOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[CopyManagerOp, F]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit val CopyManagerOpEmbeddable: Embeddable[CopyManagerOp, CopyManager]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- case object Canceled extends CopyManagerOp[Unit] with Product with Serializable
- case object Monotonic extends CopyManagerOp[FiniteDuration] with Product with Serializable
- case object Realtime extends CopyManagerOp[FiniteDuration] with Product with Serializable
- def finalize(): Unit