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. 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 pure[A](a: A): SQLOutputIO[A]

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

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

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

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

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

    Permalink
  27. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped