object driver
- 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: DriverIO[A]): Free[DriverOp, A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object DriverOp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated