o

doobie.free

driver

object driver

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

Type Members

  1. type DriverIO[A] = Free[DriverOp, A]
  2. sealed trait DriverOp[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 AsyncDriverIO: Async[DriverIO]
  5. implicit val ContextShiftDriverIO: ContextShift[DriverIO]
  6. def acceptsURL(a: String): DriverIO[Boolean]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): DriverIO[A]
  9. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ DriverIO[Unit]): DriverIO[A]
  10. def bracketCase[A, B](acquire: DriverIO[A])(use: (A) ⇒ DriverIO[B])(release: (A, ExitCase[Throwable]) ⇒ DriverIO[Unit]): DriverIO[B]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def connect(a: String, b: Properties): DriverIO[Connection]
  13. def delay[A](a: ⇒ A): DriverIO[A]
  14. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[DriverOp, A]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def evalOn[A](ec: ExecutionContext)(fa: DriverIO[A]): Free[DriverOp, A]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val getMajorVersion: DriverIO[Int]
  20. val getMinorVersion: DriverIO[Int]
  21. val getParentLogger: DriverIO[Logger]
  22. def getPropertyInfo(a: String, b: Properties): DriverIO[Array[DriverPropertyInfo]]
  23. def handleErrorWith[A](fa: DriverIO[A], f: (Throwable) ⇒ DriverIO[A]): DriverIO[A]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val jdbcCompliant: DriverIO[Boolean]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def pure[A](a: A): DriverIO[A]
  31. def raiseError[A](err: Throwable): DriverIO[A]
  32. def raw[A](f: (Driver) ⇒ A): DriverIO[A]
  33. val shift: DriverIO[Unit]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val unit: DriverIO[Unit]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. object DriverOp

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