object
ClobOp
Type Members
-
case class
Attempt[A](action: ClobIO[A]) extends ClobOp[\/[Throwable, A]] with Product with Serializable
-
case class
GetCharacterStream(a: Long, b: Long) extends ClobOp[Reader] with Product with Serializable
-
case class
GetSubString(a: Long, b: Int) extends ClobOp[String] with Product with Serializable
-
case class
Lift[Op[_], A, J](j: J, action: FreeC[Op, A], mod: Aux[Op, J]) extends ClobOp[A] with Product with Serializable
-
case class
Position(a: Clob, b: Long) extends ClobOp[Long] with Product with Serializable
-
case class
Position1(a: String, b: Long) extends ClobOp[Long] with Product with Serializable
-
case class
Pure[A](a: () ⇒ A) extends ClobOp[A] with Product with Serializable
-
case class
Raw[A](f: (Clob) ⇒ A) extends ClobOp[A] with Product with Serializable
-
case class
SetAsciiStream(a: Long) extends ClobOp[OutputStream] with Product with Serializable
-
case class
SetCharacterStream(a: Long) extends ClobOp[Writer] with Product with Serializable
-
case class
SetString(a: Long, b: String) extends ClobOp[Int] with Product with Serializable
-
case class
SetString1(a: Long, b: String, c: Int, d: Int) extends ClobOp[Int] with Product with Serializable
-
case class
Truncate(a: Long) extends ClobOp[Unit] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit
val
ClobKleisliTrans: Aux[ClobOp, Clob]
-
object
Free extends ClobOp[Unit] with Product with Serializable
-
object
GetAsciiStream extends ClobOp[InputStream] with Product with Serializable
-
object
GetCharacterStream1 extends ClobOp[Reader] with Product with Serializable
-
object
Length extends ClobOp[Long] with Product with Serializable
-
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
ClobOp
. These are rarely useful outside of the implementation; prefer the smart constructors provided by theclob
module.