object driver

Annotations
@silent("deprecated")
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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def evalOn[A](ec: ExecutionContext)(fa: DriverIO[A]): Free[DriverOp, A]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val getMajorVersion: DriverIO[Int]
  21. val getMinorVersion: DriverIO[Int]
  22. val getParentLogger: DriverIO[Logger]
  23. def getPropertyInfo(a: String, b: Properties): DriverIO[Array[DriverPropertyInfo]]
  24. def handleErrorWith[A](fa: DriverIO[A], f: (Throwable) => DriverIO[A]): DriverIO[A]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val jdbcCompliant: DriverIO[Boolean]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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 shift: DriverIO[Unit]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val unit: DriverIO[Unit]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. object DriverOp

Inherited from AnyRef

Inherited from Any

Ungrouped