object CopyManagerOp
- Annotations
- @SuppressWarnings()
- Source
- copymanager.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CopyManagerOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val CopyManagerOpEmbeddable: Embeddable[CopyManagerOp, CopyManager]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)