o

doobie.free

sqloutput

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. Protected

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 WeakAsyncSQLOutputIO: WeakAsync[SQLOutputIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val canceled: Free[SQLOutputOp, Unit]
  7. def capturePoll[M[_]](mpoll: Poll[M]): Poll[SQLOutputIO]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def delay[A](thunk: => A): Free[SQLOutputOp, A]
  10. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLOutputOp, A]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def forceR[A, B](fa: SQLOutputIO[A])(fb: SQLOutputIO[B]): Free[SQLOutputOp, B]
  14. def fromFuture[A](fut: SQLOutputIO[Future[A]]): Free[SQLOutputOp, A]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def handleErrorWith[A](fa: SQLOutputIO[A])(f: (Throwable) => SQLOutputIO[A]): SQLOutputIO[A]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val monotonic: Free[SQLOutputOp, FiniteDuration]
  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 onCancel[A](fa: SQLOutputIO[A], fin: SQLOutputIO[Unit]): Free[SQLOutputOp, A]
  24. def pure[A](a: A): SQLOutputIO[A]
  25. def raiseError[A](err: Throwable): SQLOutputIO[A]
  26. def raw[A](f: (SQLOutput) => A): SQLOutputIO[A]
  27. val realtime: Free[SQLOutputOp, FiniteDuration]
  28. def suspend[A](hint: Type)(thunk: => A): Free[SQLOutputOp, A]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def uncancelable[A](body: (Poll[SQLOutputIO]) => SQLOutputIO[A]): Free[SQLOutputOp, A]
  32. val unit: SQLOutputIO[Unit]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def writeArray(a: Array): SQLOutputIO[Unit]
  37. def writeAsciiStream(a: InputStream): SQLOutputIO[Unit]
  38. def writeBigDecimal(a: BigDecimal): SQLOutputIO[Unit]
  39. def writeBinaryStream(a: InputStream): SQLOutputIO[Unit]
  40. def writeBlob(a: Blob): SQLOutputIO[Unit]
  41. def writeBoolean(a: Boolean): SQLOutputIO[Unit]
  42. def writeByte(a: Byte): SQLOutputIO[Unit]
  43. def writeBytes(a: Array[Byte]): SQLOutputIO[Unit]
  44. def writeCharacterStream(a: Reader): SQLOutputIO[Unit]
  45. def writeClob(a: Clob): SQLOutputIO[Unit]
  46. def writeDate(a: Date): SQLOutputIO[Unit]
  47. def writeDouble(a: Double): SQLOutputIO[Unit]
  48. def writeFloat(a: Float): SQLOutputIO[Unit]
  49. def writeInt(a: Int): SQLOutputIO[Unit]
  50. def writeLong(a: Long): SQLOutputIO[Unit]
  51. def writeNClob(a: NClob): SQLOutputIO[Unit]
  52. def writeNString(a: String): SQLOutputIO[Unit]
  53. def writeObject(a: SQLData): SQLOutputIO[Unit]
  54. def writeObject(a: AnyRef, b: SQLType): SQLOutputIO[Unit]
  55. def writeRef(a: Ref): SQLOutputIO[Unit]
  56. def writeRowId(a: RowId): SQLOutputIO[Unit]
  57. def writeSQLXML(a: SQLXML): SQLOutputIO[Unit]
  58. def writeShort(a: Short): SQLOutputIO[Unit]
  59. def writeString(a: String): SQLOutputIO[Unit]
  60. def writeStruct(a: Struct): SQLOutputIO[Unit]
  61. def writeTime(a: Time): SQLOutputIO[Unit]
  62. def writeTimestamp(a: Timestamp): SQLOutputIO[Unit]
  63. def writeURL(a: URL): SQLOutputIO[Unit]
  64. object SQLOutputOp

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped