DriverOp

doobie.free.driver$.DriverOp$
See theDriverOp companion trait
object DriverOp

Attributes

Companion:
trait
Source:
driver.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class AcceptsURL(a: String) extends DriverOp[Boolean]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[Boolean]
class Object
trait Matchable
class Any
case object Canceled extends DriverOp[Unit]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[Unit]
class Object
trait Matchable
class Any
Self type
final case class Connect(a: String, b: Properties) extends DriverOp[Connection]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[Connection]
class Object
trait Matchable
class Any
final case class Embed[A](e: Embedded[A]) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
final case class ForceR[A, B](fa: DriverIO[A], fb: DriverIO[B]) extends DriverOp[B]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[B]
class Object
trait Matchable
class Any
case object GetMajorVersion extends DriverOp[Int]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetMinorVersion extends DriverOp[Int]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[Int]
class Object
trait Matchable
class Any
Self type
case object GetParentLogger extends DriverOp[Logger]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[Logger]
class Object
trait Matchable
class Any
Self type
final case class GetPropertyInfo(a: String, b: Properties) extends DriverOp[Array[DriverPropertyInfo]]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[Array[DriverPropertyInfo]]
class Object
trait Matchable
class Any
final case class HandleErrorWith[A](fa: DriverIO[A], f: Throwable => DriverIO[A]) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
case object JdbcCompliant extends DriverOp[Boolean]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[Boolean]
class Object
trait Matchable
class Any
Self type
case object Monotonic extends DriverOp[FiniteDuration]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[FiniteDuration]
class Object
trait Matchable
class Any
Self type
final case class OnCancel[A](fa: DriverIO[A], fin: DriverIO[Unit]) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
final case class Poll1[A](poll: Any, fa: DriverIO[A]) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
final case class RaiseError[A](e: Throwable) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
final case class Raw[A](f: Driver => A) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
case object Realtime extends DriverOp[FiniteDuration]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DriverOp[FiniteDuration]
class Object
trait Matchable
class Any
Self type
final case class Suspend[A](hint: Type, thunk: () => A) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
final case class Uncancelable[A](body: Poll[DriverIO] => DriverIO[A]) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any
trait Visitor[F[_]] extends FunctionK[DriverOp, F]

Attributes

Source:
driver.scala
Graph
Supertypes
trait FunctionK[DriverOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val DriverOpEmbeddable: Embeddable[DriverOp, Driver]

Attributes

Source:
driver.scala