o

doobie.free

sqloutput

object sqloutput

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

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped