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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): SQLInputIO[A]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def delay[A](a: ⇒ A): SQLInputIO[A]
  9. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLInputOp, A]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def handleErrorWith[A](fa: SQLInputIO[A], f: (Throwable) ⇒ SQLInputIO[A]): SQLInputIO[A]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def raiseError[A](err: Throwable): SQLInputIO[A]
  21. def raw[A](f: (SQLInput) ⇒ A): SQLInputIO[A]
  22. val readArray: SQLInputIO[Array]
  23. val readAsciiStream: SQLInputIO[InputStream]
  24. val readBigDecimal: SQLInputIO[BigDecimal]
  25. val readBinaryStream: SQLInputIO[InputStream]
  26. val readBlob: SQLInputIO[Blob]
  27. val readBoolean: SQLInputIO[Boolean]
  28. val readByte: SQLInputIO[Byte]
  29. val readBytes: SQLInputIO[Array[Byte]]
  30. val readCharacterStream: SQLInputIO[Reader]
  31. val readClob: SQLInputIO[Clob]
  32. val readDate: SQLInputIO[Date]
  33. val readDouble: SQLInputIO[Double]
  34. val readFloat: SQLInputIO[Float]
  35. val readInt: SQLInputIO[Int]
  36. val readLong: SQLInputIO[Long]
  37. val readNClob: SQLInputIO[NClob]
  38. val readNString: SQLInputIO[String]
  39. def readObject[T](a: Class[T]): SQLInputIO[T]
  40. val readObject: SQLInputIO[AnyRef]
  41. val readRef: SQLInputIO[Ref]
  42. val readRowId: SQLInputIO[RowId]
  43. val readSQLXML: SQLInputIO[SQLXML]
  44. val readShort: SQLInputIO[Short]
  45. val readString: SQLInputIO[String]
  46. val readTime: SQLInputIO[Time]
  47. val readTimestamp: SQLInputIO[Timestamp]
  48. val readURL: SQLInputIO[URL]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. val unit: SQLInputIO[Unit]
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. val wasNull: SQLInputIO[Boolean]
  56. object SQLInputOp

Inherited from AnyRef

Inherited from Any

Ungrouped