Packages

implicit final class ConnectionIOExt[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionIOExt
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConnectionIOExt(self: doobie.ConnectionIO[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attemptVoid: doobie.ConnectionIO[Option[Throwable]]
  6. def collapseError[B](implicit ev: =:=[doobie.ConnectionIO[A], doobie.ConnectionIO[Either[SQLException, B]]]): doobie.ConnectionIO[B]
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. def inSafeTransaction: doobie.ConnectionIO[Either[SQLException, A]]

    "Safe" in the sense that an error rolls back the inner transaction without aborting the outer one.

  9. def inTransaction(on: Boolean): doobie.ConnectionIO[A]
    Annotations
    @inline()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def measureDuration: doobie.ConnectionIO[(Duration, A)]
  12. def toString(): String
    Definition Classes
    Any
  13. def void: doobie.ConnectionIO[Unit]
  14. def withAutoCommit(ac: Boolean): doobie.ConnectionIO[A]
  15. def withTransactionLevel(level: Int): doobie.ConnectionIO[A]

    level

    See java.sql.Connection

Inherited from AnyVal

Inherited from Any

Ungrouped