Object

doobie.free

sqloutput

Related Doc: package free

Permalink

object sqloutput

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

Type Members

  1. type SQLOutputIO[A] = Free[SQLOutputOp, A]

    Permalink
  2. sealed trait SQLOutputOp[A] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val AsyncSQLOutputIO: Async[SQLOutputIO]

    Permalink
  5. object SQLOutputOp

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): SQLOutputIO[A]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def delay[A](a: ⇒ A): SQLOutputIO[A]

    Permalink
  10. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLOutputOp, A]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def handleErrorWith[A](fa: SQLOutputIO[A], f: (Throwable) ⇒ SQLOutputIO[A]): SQLOutputIO[A]

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def raiseError[A](err: Throwable): SQLOutputIO[A]

    Permalink
  22. def raw[A](f: (SQLOutput) ⇒ A): SQLOutputIO[A]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. val unit: SQLOutputIO[Unit]

    Permalink
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def writeArray(a: Array): SQLOutputIO[Unit]

    Permalink
  30. def writeAsciiStream(a: InputStream): SQLOutputIO[Unit]

    Permalink
  31. def writeBigDecimal(a: BigDecimal): SQLOutputIO[Unit]

    Permalink
  32. def writeBinaryStream(a: InputStream): SQLOutputIO[Unit]

    Permalink
  33. def writeBlob(a: Blob): SQLOutputIO[Unit]

    Permalink
  34. def writeBoolean(a: Boolean): SQLOutputIO[Unit]

    Permalink
  35. def writeByte(a: Byte): SQLOutputIO[Unit]

    Permalink
  36. def writeBytes(a: Array[Byte]): SQLOutputIO[Unit]

    Permalink
  37. def writeCharacterStream(a: Reader): SQLOutputIO[Unit]

    Permalink
  38. def writeClob(a: Clob): SQLOutputIO[Unit]

    Permalink
  39. def writeDate(a: Date): SQLOutputIO[Unit]

    Permalink
  40. def writeDouble(a: Double): SQLOutputIO[Unit]

    Permalink
  41. def writeFloat(a: Float): SQLOutputIO[Unit]

    Permalink
  42. def writeInt(a: Int): SQLOutputIO[Unit]

    Permalink
  43. def writeLong(a: Long): SQLOutputIO[Unit]

    Permalink
  44. def writeNClob(a: NClob): SQLOutputIO[Unit]

    Permalink
  45. def writeNString(a: String): SQLOutputIO[Unit]

    Permalink
  46. def writeObject(a: SQLData): SQLOutputIO[Unit]

    Permalink
  47. def writeObject(a: AnyRef, b: SQLType): SQLOutputIO[Unit]

    Permalink
  48. def writeRef(a: Ref): SQLOutputIO[Unit]

    Permalink
  49. def writeRowId(a: RowId): SQLOutputIO[Unit]

    Permalink
  50. def writeSQLXML(a: SQLXML): SQLOutputIO[Unit]

    Permalink
  51. def writeShort(a: Short): SQLOutputIO[Unit]

    Permalink
  52. def writeString(a: String): SQLOutputIO[Unit]

    Permalink
  53. def writeStruct(a: Struct): SQLOutputIO[Unit]

    Permalink
  54. def writeTime(a: Time): SQLOutputIO[Unit]

    Permalink
  55. def writeTimestamp(a: Timestamp): SQLOutputIO[Unit]

    Permalink
  56. def writeURL(a: URL): SQLOutputIO[Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped