object ClobOp
- Source
- clob.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClobOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Async1[A](k: ((Either[Throwable, A]) => Unit) => Unit) extends ClobOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) => Unit) => ClobIO[Unit]) extends ClobOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: ClobIO[A], use: (A) => ClobIO[B], release: (A, ExitCase[Throwable]) => ClobIO[Unit]) extends ClobOp[B] with Product with Serializable
- final case class Delay[A](a: () => A) extends ClobOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends ClobOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: ClobIO[A]) extends ClobOp[A] with Product with Serializable
- final case class GetCharacterStream1(a: Long, b: Long) extends ClobOp[Reader] with Product with Serializable
- final case class GetSubString(a: Long, b: Int) extends ClobOp[String] with Product with Serializable
- final case class HandleErrorWith[A](fa: ClobIO[A], f: (Throwable) => ClobIO[A]) extends ClobOp[A] with Product with Serializable
- final case class Position(a: Clob, b: Long) extends ClobOp[Long] with Product with Serializable
- final case class Position1(a: String, b: Long) extends ClobOp[Long] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends ClobOp[A] with Product with Serializable
- final case class Raw[A](f: (Clob) => A) extends ClobOp[A] with Product with Serializable
- final case class SetAsciiStream(a: Long) extends ClobOp[OutputStream] with Product with Serializable
- final case class SetCharacterStream(a: Long) extends ClobOp[Writer] with Product with Serializable
- final case class SetString(a: Long, b: String) extends ClobOp[Int] with Product with Serializable
- final case class SetString1(a: Long, b: String, c: Int, d: Int) extends ClobOp[Int] with Product with Serializable
- final case class Truncate(a: Long) extends ClobOp[Unit] with Product with Serializable
- trait Visitor[F[_]] extends ~>[ClobOp, 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 ClobOpEmbeddable: Embeddable[ClobOp, Clob]
- 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 ClobOp[Unit] with Product with Serializable
- object GetAsciiStream extends ClobOp[InputStream] with Product with Serializable
- object GetCharacterStream extends ClobOp[Reader] with Product with Serializable
- object Length extends ClobOp[Long] with Product with Serializable
- object Shift extends ClobOp[Unit] with Product with Serializable