doobie.free.sqlinput

SQLInputOp

object SQLInputOp

Module of constructors for SQLInputOp. These are rarely useful outside of the implementation; prefer the smart constructors provided by the sqlinput module.

Source
sqlinput.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SQLInputOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Attempt[A](action: SQLInputIO[A]) extends SQLInputOp[\/[Throwable, A]] with Product with Serializable

  2. case class Lift[Op[_], A, J](j: J, action: Free[Op, A], mod: Aux[Op, J]) extends SQLInputOp[A] with Product with Serializable

  3. case class Pure[A](a: () ⇒ A) extends SQLInputOp[A] with Product with Serializable

  4. case class Raw[A](f: (SQLInput) ⇒ A) extends SQLInputOp[A] with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object ReadArray extends SQLInputOp[Array] with Product with Serializable

  7. object ReadAsciiStream extends SQLInputOp[InputStream] with Product with Serializable

  8. object ReadBigDecimal extends SQLInputOp[BigDecimal] with Product with Serializable

  9. object ReadBinaryStream extends SQLInputOp[InputStream] with Product with Serializable

  10. object ReadBlob extends SQLInputOp[Blob] with Product with Serializable

  11. object ReadBoolean extends SQLInputOp[Boolean] with Product with Serializable

  12. object ReadByte extends SQLInputOp[Byte] with Product with Serializable

  13. object ReadBytes extends SQLInputOp[Array[Byte]] with Product with Serializable

  14. object ReadCharacterStream extends SQLInputOp[Reader] with Product with Serializable

  15. object ReadClob extends SQLInputOp[Clob] with Product with Serializable

  16. object ReadDate extends SQLInputOp[Date] with Product with Serializable

  17. object ReadDouble extends SQLInputOp[Double] with Product with Serializable

  18. object ReadFloat extends SQLInputOp[Float] with Product with Serializable

  19. object ReadInt extends SQLInputOp[Int] with Product with Serializable

  20. object ReadLong extends SQLInputOp[Long] with Product with Serializable

  21. object ReadNClob extends SQLInputOp[NClob] with Product with Serializable

  22. object ReadNString extends SQLInputOp[String] with Product with Serializable

  23. object ReadObject extends SQLInputOp[AnyRef] with Product with Serializable

  24. object ReadRef extends SQLInputOp[Ref] with Product with Serializable

  25. object ReadRowId extends SQLInputOp[RowId] with Product with Serializable

  26. object ReadSQLXML extends SQLInputOp[SQLXML] with Product with Serializable

  27. object ReadShort extends SQLInputOp[Short] with Product with Serializable

  28. object ReadString extends SQLInputOp[String] with Product with Serializable

  29. object ReadTime extends SQLInputOp[Time] with Product with Serializable

  30. object ReadTimestamp extends SQLInputOp[Timestamp] with Product with Serializable

  31. object ReadURL extends SQLInputOp[URL] with Product with Serializable

  32. implicit val SQLInputKleisliTrans: Aux[SQLInputOp, SQLInput]

  33. object WasNull extends SQLInputOp[Boolean] with Product with Serializable

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped