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
DriverOp.type

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
driver.scala
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