object DriverOp
- Source
- driver.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DriverOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AcceptsURL(a: String) extends DriverOp[Boolean] with Product with Serializable
- final case class Connect(a: String, b: Properties) extends DriverOp[Connection] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends DriverOp[A] with Product with Serializable
- case class ForceR[A, B](fa: DriverIO[A], fb: DriverIO[B]) extends DriverOp[B] with Product with Serializable
- case class FromFuture[A](fut: DriverIO[Future[A]]) extends DriverOp[A] with Product with Serializable
- final case class GetPropertyInfo(a: String, b: Properties) extends DriverOp[Array[DriverPropertyInfo]] with Product with Serializable
- final case class HandleErrorWith[A](fa: DriverIO[A], f: (Throwable) ⇒ DriverIO[A]) extends DriverOp[A] with Product with Serializable
- case class OnCancel[A](fa: DriverIO[A], fin: DriverIO[Unit]) extends DriverOp[A] with Product with Serializable
- case class Poll1[A](poll: Any, fa: DriverIO[A]) extends DriverOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends DriverOp[A] with Product with Serializable
- final case class Raw[A](f: (Driver) ⇒ A) extends DriverOp[A] with Product with Serializable
- case class Suspend[A](hint: Type, thunk: () ⇒ A) extends DriverOp[A] with Product with Serializable
- case class Uncancelable[A](body: (Poll[DriverIO]) ⇒ DriverIO[A]) extends DriverOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[DriverOp, F]
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 DriverOpEmbeddable: Embeddable[DriverOp, Driver]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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 Canceled extends DriverOp[Unit] with Product with Serializable
- object GetMajorVersion extends DriverOp[Int] with Product with Serializable
- object GetMinorVersion extends DriverOp[Int] with Product with Serializable
- object GetParentLogger extends DriverOp[Logger] with Product with Serializable
- object JdbcCompliant extends DriverOp[Boolean] with Product with Serializable
- object Monotonic extends DriverOp[FiniteDuration] with Product with Serializable
- object Realtime extends DriverOp[FiniteDuration] with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated