doobie.contrib.h2.h2transactor

H2Transactor

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def after: ConnectionIO[Unit]

    Attributes
    protected
    Definition Classes
    Transactor
  7. def always: ConnectionIO[Unit]

    Attributes
    protected
    Definition Classes
    Transactor
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def before: ConnectionIO[Unit]

    Attributes
    protected
    Definition Classes
    Transactor
  10. def clone(): AnyRef

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

    Attributes
    protected
    Definition Classes
    H2Transactor → Transactor
  12. val dispose: M[Unit]

    A program that shuts down this H2Transactor.

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val getActiveConnections: M[Int]

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

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

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

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

  19. val getMaxConnections: M[Int]

    Gets the maximum number of connections to use.

  20. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  25. def oops: ConnectionIO[Unit]

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

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

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

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

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

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

    Definition Classes
    Transactor

Deprecated Value Members

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

    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]

    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