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 Async1[A](k: ((Either[Throwable, A]) => Unit) => Unit) extends NClobOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) => Unit) => NClobIO[Unit]) extends NClobOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: NClobIO[A], use: (A) => NClobIO[B], release: (A, ExitCase[Throwable]) => NClobIO[Unit]) extends NClobOp[B] with Product with Serializable
- final case class Delay[A](a: () => A) extends NClobOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends NClobOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: NClobIO[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
- 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
- final case class Truncate(a: Long) extends NClobOp[Unit] 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- 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 Shift extends NClobOp[Unit] with Product with Serializable