o

doobie.free

sqlinput

object sqlinput

Annotations
@SuppressWarnings()
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 AsyncSQLInputIO: Async[SQLInputIO]
  5. implicit val ContextShiftSQLInputIO: ContextShift[SQLInputIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): SQLInputIO[A]
  8. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ SQLInputIO[Unit]): SQLInputIO[A]
  9. def bracketCase[A, B](acquire: SQLInputIO[A])(use: (A) ⇒ SQLInputIO[B])(release: (A, ExitCase[Throwable]) ⇒ SQLInputIO[Unit]): SQLInputIO[B]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def delay[A](a: ⇒ A): SQLInputIO[A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLInputOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def evalOn[A](ec: ExecutionContext)(fa: SQLInputIO[A]): Free[SQLInputOp, A]
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def handleErrorWith[A](fa: SQLInputIO[A], f: (Throwable) ⇒ SQLInputIO[A]): SQLInputIO[A]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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 shift: SQLInputIO[Unit]
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. val unit: SQLInputIO[Unit]
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  61. val wasNull: SQLInputIO[Boolean]
  62. object SQLInputOp

Inherited from AnyRef

Inherited from Any

Ungrouped