object NClobOp
- Source
- nclob.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NClobOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Embed[A](e: Embedded[A]) extends NClobOp[A] with Product with Serializable
- case class ForceR[A, B](fa: NClobIO[A], fb: NClobIO[B]) extends NClobOp[B] with Product with Serializable
- case class FromFuture[A](fut: NClobIO[Future[A]]) extends NClobOp[A] with Product with Serializable
- final case class GetCharacterStream1(a: Long, b: Long) extends NClobOp[Reader] with Product with Serializable
- final case class GetSubString(a: Long, b: Int) extends NClobOp[String] with Product with Serializable
- final case class HandleErrorWith[A](fa: NClobIO[A], f: (Throwable) ⇒ NClobIO[A]) extends NClobOp[A] with Product with Serializable
- case class OnCancel[A](fa: NClobIO[A], fin: NClobIO[Unit]) extends NClobOp[A] with Product with Serializable
- case class Poll1[A](poll: Any, fa: NClobIO[A]) extends NClobOp[A] with Product with Serializable
- final case class Position(a: Clob, b: Long) extends NClobOp[Long] with Product with Serializable
- final case class Position1(a: String, b: Long) extends NClobOp[Long] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends NClobOp[A] with Product with Serializable
- final case class Raw[A](f: (NClob) ⇒ A) extends NClobOp[A] with Product with Serializable
- final case class SetAsciiStream(a: Long) extends NClobOp[OutputStream] with Product with Serializable
- final case class SetCharacterStream(a: Long) extends NClobOp[Writer] with Product with Serializable
- final case class SetString(a: Long, b: String) extends NClobOp[Int] with Product with Serializable
- final case class SetString1(a: Long, b: String, c: Int, d: Int) extends NClobOp[Int] with Product with Serializable
- case class Suspend[A](hint: Type, thunk: () ⇒ A) extends NClobOp[A] with Product with Serializable
- final case class Truncate(a: Long) extends NClobOp[Unit] with Product with Serializable
- case class Uncancelable[A](body: (Poll[NClobIO]) ⇒ NClobIO[A]) extends NClobOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[NClobOp, 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 NClobOpEmbeddable: Embeddable[NClobOp, NClob]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Canceled extends NClobOp[Unit] with Product with Serializable
- object Free extends NClobOp[Unit] with Product with Serializable
- object GetAsciiStream extends NClobOp[InputStream] with Product with Serializable
- object GetCharacterStream extends NClobOp[Reader] with Product with Serializable
- object Length extends NClobOp[Long] with Product with Serializable
- object Monotonic extends NClobOp[FiniteDuration] with Product with Serializable
- object Realtime extends NClobOp[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