o

doobie.free

sqlinput

object sqlinput

Source
sqlinput.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sqlinput
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SQLInputIO[A] = Free[SQLInputOp, A]
  2. sealed trait SQLInputOp[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 WeakAsyncSQLInputIO: WeakAsync[SQLInputIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val canceled: Free[SQLInputOp, Unit]
  7. def capturePoll[M[_]](mpoll: Poll[M]): Poll[SQLInputIO]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def delay[A](thunk: ⇒ A): Free[SQLInputOp, A]
  10. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLInputOp, A]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def forceR[A, B](fa: SQLInputIO[A])(fb: SQLInputIO[B]): Free[SQLInputOp, B]
  14. def fromFuture[A](fut: SQLInputIO[Future[A]]): Free[SQLInputOp, A]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def handleErrorWith[A](fa: SQLInputIO[A])(f: (Throwable) ⇒ SQLInputIO[A]): SQLInputIO[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[SQLInputOp, 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: SQLInputIO[A], fin: SQLInputIO[Unit]): Free[SQLInputOp, A]
  24. def pure[A](a: A): SQLInputIO[A]
  25. def raiseError[A](err: Throwable): SQLInputIO[A]
  26. def raw[A](f: (SQLInput) ⇒ A): SQLInputIO[A]
  27. val readArray: SQLInputIO[Array]
  28. val readAsciiStream: SQLInputIO[InputStream]
  29. val readBigDecimal: SQLInputIO[BigDecimal]
  30. val readBinaryStream: SQLInputIO[InputStream]
  31. val readBlob: SQLInputIO[Blob]
  32. val readBoolean: SQLInputIO[Boolean]
  33. val readByte: SQLInputIO[Byte]
  34. val readBytes: SQLInputIO[Array[Byte]]
  35. val readCharacterStream: SQLInputIO[Reader]
  36. val readClob: SQLInputIO[Clob]
  37. val readDate: SQLInputIO[Date]
  38. val readDouble: SQLInputIO[Double]
  39. val readFloat: SQLInputIO[Float]
  40. val readInt: SQLInputIO[Int]
  41. val readLong: SQLInputIO[Long]
  42. val readNClob: SQLInputIO[NClob]
  43. val readNString: SQLInputIO[String]
  44. def readObject[T](a: Class[T]): SQLInputIO[T]
  45. val readObject: SQLInputIO[AnyRef]
  46. val readRef: SQLInputIO[Ref]
  47. val readRowId: SQLInputIO[RowId]
  48. val readSQLXML: SQLInputIO[SQLXML]
  49. val readShort: SQLInputIO[Short]
  50. val readString: SQLInputIO[String]
  51. val readTime: SQLInputIO[Time]
  52. val readTimestamp: SQLInputIO[Timestamp]
  53. val readURL: SQLInputIO[URL]
  54. val realtime: Free[SQLInputOp, FiniteDuration]
  55. def suspend[A](hint: Type)(thunk: ⇒ A): Free[SQLInputOp, A]
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def uncancelable[A](body: (Poll[SQLInputIO]) ⇒ SQLInputIO[A]): Free[SQLInputOp, A]
  59. val unit: SQLInputIO[Unit]
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. val wasNull: SQLInputIO[Boolean]
  64. object SQLInputOp

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