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 WeakAsyncDriverIO: WeakAsync[DriverIO]
  5. def acceptsURL(a: String): DriverIO[Boolean]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val canceled: Free[DriverOp, Unit]
  8. def capturePoll[M[_]](mpoll: Poll[M]): Poll[DriverIO]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def connect(a: String, b: Properties): DriverIO[Connection]
  11. def delay[A](thunk: ⇒ A): Free[DriverOp, A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[DriverOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def forceR[A, B](fa: DriverIO[A])(fb: DriverIO[B]): Free[DriverOp, B]
  16. def fromFuture[A](fut: DriverIO[Future[A]]): Free[DriverOp, A]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val getMajorVersion: DriverIO[Int]
  19. val getMinorVersion: DriverIO[Int]
  20. val getParentLogger: DriverIO[Logger]
  21. def getPropertyInfo(a: String, b: Properties): DriverIO[Array[DriverPropertyInfo]]
  22. def handleErrorWith[A](fa: DriverIO[A])(f: (Throwable) ⇒ DriverIO[A]): DriverIO[A]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val jdbcCompliant: DriverIO[Boolean]
  26. val monotonic: Free[DriverOp, FiniteDuration]
  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 onCancel[A](fa: DriverIO[A], fin: DriverIO[Unit]): Free[DriverOp, A]
  31. def pure[A](a: A): DriverIO[A]
  32. def raiseError[A](err: Throwable): DriverIO[A]
  33. def raw[A](f: (Driver) ⇒ A): DriverIO[A]
  34. val realtime: Free[DriverOp, FiniteDuration]
  35. def suspend[A](hint: Type)(thunk: ⇒ A): Free[DriverOp, A]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def uncancelable[A](body: (Poll[DriverIO]) ⇒ DriverIO[A]): Free[DriverOp, A]
  39. val unit: DriverIO[Unit]
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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