o

doobie.postgres.free

largeobject

object largeobject

Source
largeobject.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. largeobject
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type LargeObjectIO[A] = Free[LargeObjectOp, A]
  2. sealed trait LargeObjectOp [A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val AsyncLargeObjectIO: Async[LargeObjectIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): LargeObjectIO[A]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val close: LargeObjectIO[Unit]
  9. val copy: LargeObjectIO[LargeObject]
  10. def delay[A](a: ⇒ A): LargeObjectIO[A]
  11. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[LargeObjectOp, A]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def getInputStream(a: Long): LargeObjectIO[InputStream]
  17. val getInputStream: LargeObjectIO[InputStream]
  18. val getLongOID: LargeObjectIO[Long]
  19. val getOID: LargeObjectIO[Int]
  20. val getOutputStream: LargeObjectIO[OutputStream]
  21. def handleErrorWith[A](fa: LargeObjectIO[A], f: (Throwable) ⇒ LargeObjectIO[A]): LargeObjectIO[A]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def raiseError[A](err: Throwable): LargeObjectIO[A]
  28. def raw[A](f: (LargeObject) ⇒ A): LargeObjectIO[A]
  29. def read(a: Int): LargeObjectIO[Array[Byte]]
  30. def read(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Int]
  31. def seek(a: Int, b: Int): LargeObjectIO[Unit]
  32. def seek(a: Int): LargeObjectIO[Unit]
  33. def seek64(a: Long, b: Int): LargeObjectIO[Unit]
  34. val size: LargeObjectIO[Int]
  35. val size64: LargeObjectIO[Long]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val tell: LargeObjectIO[Int]
  38. val tell64: LargeObjectIO[Long]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def truncate(a: Int): LargeObjectIO[Unit]
  41. def truncate64(a: Long): LargeObjectIO[Unit]
  42. val unit: LargeObjectIO[Unit]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def write(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Unit]
  47. def write(a: Array[Byte]): LargeObjectIO[Unit]
  48. object LargeObjectOp

Inherited from AnyRef

Inherited from Any

Ungrouped