Object

doobie.free

sqloutput

Related Doc: package free

Permalink

object sqloutput

Annotations
@SuppressWarnings()
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. implicit val ContextShiftSQLOutputIO: ContextShift[SQLOutputIO]

    Permalink
  6. object SQLOutputOp

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ SQLOutputIO[Unit]): SQLOutputIO[A]

    Permalink
  10. def bracketCase[A, B](acquire: SQLOutputIO[A])(use: (A) ⇒ SQLOutputIO[B])(release: (A, ExitCase[Throwable]) ⇒ SQLOutputIO[Unit]): SQLOutputIO[B]

    Permalink
  11. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def evalOn[A](ec: ExecutionContext)(fa: SQLOutputIO[A]): Free[SQLOutputOp, A]

    Permalink
  17. def finalize(): Unit

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

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

    Permalink
  20. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def pure[A](a: A): SQLOutputIO[A]

    Permalink
  26. def raiseError[A](err: Throwable): SQLOutputIO[A]

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

    Permalink
  28. val shift: SQLOutputIO[Unit]

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

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

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

    Permalink
  32. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped