object nclob
- Annotations
- @silent("deprecated")
- Source
- nclob.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nclob
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 AsyncNClobIO: Async[NClobIO]
- implicit val ContextShiftNClobIO: ContextShift[NClobIO]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): NClobIO[A]
- def asyncF[A](k: ((Either[Throwable, A]) => Unit) => NClobIO[Unit]): NClobIO[A]
- def bracketCase[A, B](acquire: NClobIO[A])(use: (A) => NClobIO[B])(release: (A, ExitCase[Throwable]) => NClobIO[Unit]): NClobIO[B]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delay[A](a: => A): NClobIO[A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[NClobOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: NClobIO[A]): Free[NClobOp, A]
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val free: NClobIO[Unit]
- val getAsciiStream: NClobIO[InputStream]
- def getCharacterStream(a: Long, b: Long): NClobIO[Reader]
- val getCharacterStream: NClobIO[Reader]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getSubString(a: Long, b: Int): NClobIO[String]
- def handleErrorWith[A](fa: NClobIO[A], f: (Throwable) => NClobIO[A]): NClobIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val length: NClobIO[Long]
- 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()
- def position(a: String, b: Long): NClobIO[Long]
- def position(a: Clob, b: Long): NClobIO[Long]
- def pure[A](a: A): NClobIO[A]
- def raiseError[A](err: Throwable): NClobIO[A]
- def raw[A](f: (NClob) => A): NClobIO[A]
- def setAsciiStream(a: Long): NClobIO[OutputStream]
- def setCharacterStream(a: Long): NClobIO[Writer]
- def setString(a: Long, b: String, c: Int, d: Int): NClobIO[Int]
- def setString(a: Long, b: String): NClobIO[Int]
- val shift: NClobIO[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(a: Long): NClobIO[Unit]
- val unit: NClobIO[Unit]
- 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 NClobOp