object
NClobOp
Type Members
-
case class
Attempt[A](action: NClobIO[A]) extends NClobOp[\/[Throwable, A]] with Product with Serializable
-
case class
GetCharacterStream(a: Long, b: Long) extends NClobOp[Reader] with Product with Serializable
-
case class
GetSubString(a: Long, b: Int) extends NClobOp[String] with Product with Serializable
-
case class
Lift[Op[_], A, J](j: J, action: FreeC[Op, A], mod: Aux[Op, J]) extends NClobOp[A] with Product with Serializable
-
case class
Position(a: Clob, b: Long) extends NClobOp[Long] with Product with Serializable
-
case class
Position1(a: String, b: Long) extends NClobOp[Long] with Product with Serializable
-
case class
Pure[A](a: () ⇒ A) extends NClobOp[A] with Product with Serializable
-
case class
Raw[A](f: (NClob) ⇒ A) extends NClobOp[A] with Product with Serializable
-
case class
SetAsciiStream(a: Long) extends NClobOp[OutputStream] with Product with Serializable
-
case class
SetCharacterStream(a: Long) extends NClobOp[Writer] with Product with Serializable
-
case class
SetString(a: Long, b: String) extends NClobOp[Int] with Product with Serializable
-
case class
SetString1(a: Long, b: String, c: Int, d: Int) extends NClobOp[Int] with Product with Serializable
-
case class
Truncate(a: Long) extends NClobOp[Unit] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Free extends NClobOp[Unit] with Product with Serializable
-
object
GetAsciiStream extends NClobOp[InputStream] with Product with Serializable
-
object
GetCharacterStream1 extends NClobOp[Reader] with Product with Serializable
-
object
Length extends NClobOp[Long] with Product with Serializable
-
implicit
val
NClobKleisliTrans: Aux[NClobOp, NClob]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Module of constructors for
NClobOp
. These are rarely useful outside of the implementation; prefer the smart constructors provided by thenclob
module.