Class/Object

doobie.h2.h2transactor

H2Transactor

Related Docs: object H2Transactor | package h2transactor

Permalink

final class H2Transactor[M[_]] extends Transactor[M]

A Transactor backed by an H2 JdbcConnectionPool.

Source
H2Transactor.scala
Linear Supertypes
Transactor[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2Transactor
  2. Transactor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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: ConnectionIO[Unit]

    Permalink
    Attributes
    protected[doobie]
    Definition Classes
    Transactor
  5. def always: ConnectionIO[Unit]

    Permalink
    Attributes
    protected[doobie]
    Definition Classes
    Transactor
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def before: ConnectionIO[Unit]

    Permalink
    Attributes
    protected[doobie]
    Definition Classes
    Transactor
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val connect: M[Connection]

    Permalink
    Attributes
    protected[doobie]
    Definition Classes
    H2Transactor → Transactor
  10. val dispose: M[Unit]

    Permalink

    A program that shuts down this H2Transactor.

  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. val getActiveConnections: M[Int]

    Permalink

    Returns the number of active (open) connections of the underlying JdbcConnectionPool.

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val getLoginTimeout: M[Int]

    Permalink

    Gets the maximum time in seconds to wait for a free connection.

  17. val getMaxConnections: M[Int]

    Permalink

    Gets the maximum number of connections to use.

  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def oops: ConnectionIO[Unit]

    Permalink
    Attributes
    protected[doobie]
    Definition Classes
    Transactor
  24. def setLoginTimeout(seconds: Int): M[Unit]

    Permalink

    Sets the maximum time in seconds to wait for a free connection.

  25. def setMaxConnections(max: Int): M[Unit]

    Permalink

    Sets the maximum number of connections to use from now on.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. lazy val yolo: Yolo[M]

    Permalink
    Definition Classes
    Transactor

Deprecated Value Members

  1. def transact[A](pa: Process[ConnectionIO, A]): Process[M, A]

    Permalink
    Definition Classes
    Transactor
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.1) will go away in 0.2.2; use transP

  2. def transact[A](ma: ConnectionIO[A]): M[A]

    Permalink
    Definition Classes
    Transactor
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.1) will go away in 0.2.2; use trans

Inherited from Transactor[M]

Inherited from AnyRef

Inherited from Any

Ungrouped