Packages

object NClobOp

Source
nclob.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NClobOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Embed[A](e: Embedded[A]) extends NClobOp[A] with Product with Serializable
  2. case class ForceR[A, B](fa: NClobIO[A], fb: NClobIO[B]) extends NClobOp[B] with Product with Serializable
  3. case class FromFuture[A](fut: NClobIO[Future[A]]) extends NClobOp[A] with Product with Serializable
  4. final case class GetCharacterStream1(a: Long, b: Long) extends NClobOp[Reader] with Product with Serializable
  5. final case class GetSubString(a: Long, b: Int) extends NClobOp[String] with Product with Serializable
  6. final case class HandleErrorWith[A](fa: NClobIO[A], f: (Throwable) ⇒ NClobIO[A]) extends NClobOp[A] with Product with Serializable
  7. case class OnCancel[A](fa: NClobIO[A], fin: NClobIO[Unit]) extends NClobOp[A] with Product with Serializable
  8. case class Poll1[A](poll: Any, fa: NClobIO[A]) extends NClobOp[A] with Product with Serializable
  9. final case class Position(a: Clob, b: Long) extends NClobOp[Long] with Product with Serializable
  10. final case class Position1(a: String, b: Long) extends NClobOp[Long] with Product with Serializable
  11. final case class RaiseError[A](e: Throwable) extends NClobOp[A] with Product with Serializable
  12. final case class Raw[A](f: (NClob) ⇒ A) extends NClobOp[A] with Product with Serializable
  13. final case class SetAsciiStream(a: Long) extends NClobOp[OutputStream] with Product with Serializable
  14. final case class SetCharacterStream(a: Long) extends NClobOp[Writer] with Product with Serializable
  15. final case class SetString(a: Long, b: String) extends NClobOp[Int] with Product with Serializable
  16. final case class SetString1(a: Long, b: String, c: Int, d: Int) extends NClobOp[Int] with Product with Serializable
  17. case class Suspend[A](hint: Type, thunk: () ⇒ A) extends NClobOp[A] with Product with Serializable
  18. final case class Truncate(a: Long) extends NClobOp[Unit] with Product with Serializable
  19. case class Uncancelable[A](body: (Poll[NClobIO]) ⇒ NClobIO[A]) extends NClobOp[A] with Product with Serializable
  20. trait Visitor[F[_]] extends ~>[NClobOp, F]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val NClobOpEmbeddable: Embeddable[NClobOp, NClob]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object Canceled extends NClobOp[Unit] with Product with Serializable
  21. object Free extends NClobOp[Unit] with Product with Serializable
  22. object GetAsciiStream extends NClobOp[InputStream] with Product with Serializable
  23. object GetCharacterStream extends NClobOp[Reader] with Product with Serializable
  24. object Length extends NClobOp[Long] with Product with Serializable
  25. object Monotonic extends NClobOp[FiniteDuration] with Product with Serializable
  26. object Realtime extends NClobOp[FiniteDuration] with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped