object driver
- Annotations
- @silent("deprecated")
- Source
- driver.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- driver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val AsyncDriverIO: Async[DriverIO]
- implicit val ContextShiftDriverIO: ContextShift[DriverIO]
- def acceptsURL(a: String): DriverIO[Boolean]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): DriverIO[A]
- def asyncF[A](k: ((Either[Throwable, A]) => Unit) => DriverIO[Unit]): DriverIO[A]
- def bracketCase[A, B](acquire: DriverIO[A])(use: (A) => DriverIO[B])(release: (A, ExitCase[Throwable]) => DriverIO[Unit]): DriverIO[B]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def connect(a: String, b: Properties): DriverIO[Connection]
- def delay[A](a: => A): DriverIO[A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[DriverOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: DriverIO[A]): Free[DriverOp, A]
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val getMajorVersion: DriverIO[Int]
- val getMinorVersion: DriverIO[Int]
- val getParentLogger: DriverIO[Logger]
- def getPropertyInfo(a: String, b: Properties): DriverIO[Array[DriverPropertyInfo]]
- def handleErrorWith[A](fa: DriverIO[A], f: (Throwable) => DriverIO[A]): DriverIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jdbcCompliant: DriverIO[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pure[A](a: A): DriverIO[A]
- def raiseError[A](err: Throwable): DriverIO[A]
- def raw[A](f: (Driver) => A): DriverIO[A]
- val shift: DriverIO[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unit: DriverIO[Unit]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object DriverOp