o

doobie.free

sqldata

object sqldata

Annotations
@silent("deprecated")
Source
sqldata.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sqldata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SQLDataIO[A] = Free[SQLDataOp, A]
  2. sealed trait SQLDataOp[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 AsyncSQLDataIO: Async[SQLDataIO]
  5. implicit val ContextShiftSQLDataIO: ContextShift[SQLDataIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): SQLDataIO[A]
  8. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLDataIO[Unit]): SQLDataIO[A]
  9. def bracketCase[A, B](acquire: SQLDataIO[A])(use: (A) => SQLDataIO[B])(release: (A, ExitCase[Throwable]) => SQLDataIO[Unit]): SQLDataIO[B]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def delay[A](a: => A): SQLDataIO[A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLDataOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def evalOn[A](ec: ExecutionContext)(fa: SQLDataIO[A]): Free[SQLDataOp, A]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val getSQLTypeName: SQLDataIO[String]
  18. def handleErrorWith[A](fa: SQLDataIO[A], f: (Throwable) => SQLDataIO[A]): SQLDataIO[A]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def pure[A](a: A): SQLDataIO[A]
  25. def raiseError[A](err: Throwable): SQLDataIO[A]
  26. def raw[A](f: (SQLData) => A): SQLDataIO[A]
  27. def readSQL(a: SQLInput, b: String): SQLDataIO[Unit]
  28. val shift: SQLDataIO[Unit]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val unit: SQLDataIO[Unit]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def writeSQL(a: SQLOutput): SQLDataIO[Unit]
  36. object SQLDataOp

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped