Object/Class

doobie.util.transactor

Transactor

Related Docs: class Transactor | package transactor

Permalink

object Transactor

Source
transactor.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. Transactor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[M[_], A0] = Transactor[M] { type A = A0 }

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def after[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

    Permalink

  5. def always[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

    Permalink

  6. def apply[M[_], A0](kernel0: A0, connect0: (A0) ⇒ M[Connection], interpret0: Interpreter[M], strategy0: Strategy): Aux[M, A0]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def before[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

    Permalink

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connect[M[_], A]: Lens[Aux[M, A], (A) ⇒ M[Connection]]

    Permalink

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromConnection[M[_]](a: Connection)(implicit arg0: Catchable[M], arg1: Suspendable[M], M: Monad[M]): Aux[M, Connection]

    Permalink

  15. object fromDataSource

    Permalink

    Construct a constructor of Transactor[M, D] for some D <: DataSource by partial application of M, which cannot be inferred in general.

    Construct a constructor of Transactor[M, D] for some D <: DataSource by partial application of M, which cannot be inferred in general. This follows the pattern described [here](http://tpolecat.github.io/2015/07/30/infer.html).

  16. object fromDriverManager

    Permalink

    Construct a constructor of Transactor[M, Unit] backed by the JDBC DriverManager by partial application of M, which cannot be inferred in general.

    Construct a constructor of Transactor[M, Unit] backed by the JDBC DriverManager by partial application of M, which cannot be inferred in general. This follows the pattern described [here](http://tpolecat.github.io/2015/07/30/infer.html).

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def interpret[M[_]]: Lens[Transactor[M], Interpreter[M]]

    Permalink

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def kernel[M[_], A]: Lens[Aux[M, A], A]

    Permalink

  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def oops[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

    Permalink

  26. def strategy[M[_]]: Lens[Transactor[M], Strategy]

    Permalink

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. val DataSourceTransactor: fromDataSource.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.2) use Transactor.fromDataSource

  2. val DriverManagerTransactor: fromDriverManager.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.2) use Transactor.fromDriverManager

Inherited from AnyRef

Inherited from Any

Constructors

Lenses

Ungrouped