o

doobie.free

sqloutput

object sqloutput

Annotations
@silent("deprecated")
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]
  2. sealed trait SQLOutputOp[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 AsyncSQLOutputIO: Async[SQLOutputIO]
  5. implicit val ContextShiftSQLOutputIO: ContextShift[SQLOutputIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): SQLOutputIO[A]
  8. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLOutputIO[Unit]): SQLOutputIO[A]
  9. def bracketCase[A, B](acquire: SQLOutputIO[A])(use: (A) => SQLOutputIO[B])(release: (A, ExitCase[Throwable]) => SQLOutputIO[Unit]): SQLOutputIO[B]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def delay[A](a: => A): SQLOutputIO[A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLOutputOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def evalOn[A](ec: ExecutionContext)(fa: SQLOutputIO[A]): Free[SQLOutputOp, A]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def handleErrorWith[A](fa: SQLOutputIO[A], f: (Throwable) => SQLOutputIO[A]): SQLOutputIO[A]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def pure[A](a: A): SQLOutputIO[A]
  24. def raiseError[A](err: Throwable): SQLOutputIO[A]
  25. def raw[A](f: (SQLOutput) => A): SQLOutputIO[A]
  26. val shift: SQLOutputIO[Unit]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val unit: SQLOutputIO[Unit]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def writeArray(a: Array): SQLOutputIO[Unit]
  34. def writeAsciiStream(a: InputStream): SQLOutputIO[Unit]
  35. def writeBigDecimal(a: BigDecimal): SQLOutputIO[Unit]
  36. def writeBinaryStream(a: InputStream): SQLOutputIO[Unit]
  37. def writeBlob(a: Blob): SQLOutputIO[Unit]
  38. def writeBoolean(a: Boolean): SQLOutputIO[Unit]
  39. def writeByte(a: Byte): SQLOutputIO[Unit]
  40. def writeBytes(a: Array[Byte]): SQLOutputIO[Unit]
  41. def writeCharacterStream(a: Reader): SQLOutputIO[Unit]
  42. def writeClob(a: Clob): SQLOutputIO[Unit]
  43. def writeDate(a: Date): SQLOutputIO[Unit]
  44. def writeDouble(a: Double): SQLOutputIO[Unit]
  45. def writeFloat(a: Float): SQLOutputIO[Unit]
  46. def writeInt(a: Int): SQLOutputIO[Unit]
  47. def writeLong(a: Long): SQLOutputIO[Unit]
  48. def writeNClob(a: NClob): SQLOutputIO[Unit]
  49. def writeNString(a: String): SQLOutputIO[Unit]
  50. def writeObject(a: SQLData): SQLOutputIO[Unit]
  51. def writeObject(a: AnyRef, b: SQLType): SQLOutputIO[Unit]
  52. def writeRef(a: Ref): SQLOutputIO[Unit]
  53. def writeRowId(a: RowId): SQLOutputIO[Unit]
  54. def writeSQLXML(a: SQLXML): SQLOutputIO[Unit]
  55. def writeShort(a: Short): SQLOutputIO[Unit]
  56. def writeString(a: String): SQLOutputIO[Unit]
  57. def writeStruct(a: Struct): SQLOutputIO[Unit]
  58. def writeTime(a: Time): SQLOutputIO[Unit]
  59. def writeTimestamp(a: Timestamp): SQLOutputIO[Unit]
  60. def writeURL(a: URL): SQLOutputIO[Unit]
  61. object SQLOutputOp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped