Packages

final class ImperativeXA extends TestXA

Linear Supertypes
TestXA, TestDbHelpers, XA, FunctionK[doobie.ConnectionIO, IO], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImperativeXA
  2. TestXA
  3. TestDbHelpers
  4. XA
  5. FunctionK
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ImperativeXA(xa: XA, realDb: Db, lazyTables: () => Set[DbTable])

Value Members

  1. def ![A](c: doobie.ConnectionIO[A]): A
    Definition Classes
    ImperativeXATestXATestDbHelpers
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def and[H[_]](h: FunctionK[doobie.ConnectionIO, H]): FunctionK[doobie.ConnectionIO, [γ$2$]Tuple2K[IO, H, γ$2$]]
    Definition Classes
    FunctionK
  6. def andThen[H[_]](f: FunctionK[IO, H]): FunctionK[doobie.ConnectionIO, H]
    Definition Classes
    FunctionK
  7. def apply[A](c: doobie.ConnectionIO[A]): IO[A]
    Definition Classes
    XA → FunctionK
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def assertRowCountChanges[A](expectations: (String, Int)*)(fn: => A)(implicit l: Line): A
    Definition Classes
    TestDbHelpers
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def compose[E[_]](f: FunctionK[E, doobie.ConnectionIO]): FunctionK[E, IO]
    Definition Classes
    FunctionK
  12. def countRows(tableName: String, where: String): Int
    Definition Classes
    TestDbHelpers
  13. def countRows(tableName: String): Int
    Definition Classes
    TestDbHelpers
  14. def countRowsInAllTables(): Counts
    Definition Classes
    TestDbHelpers
  15. lazy val db: Db
  16. def debugSelect(sql: String): Unit
    Definition Classes
    TestDbHelpers
  17. def debugSelectOnError[A](sql: => String)(f: => A): A
    Definition Classes
    TestDbHelpers
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def narrow[F0[x] <: doobie.ConnectionIO[x]]: FunctionK[F0, IO]
    Definition Classes
    FunctionK
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$0$]EitherK[doobie.ConnectionIO, H, γ$0$], IO]
    Definition Classes
    FunctionK
  28. def printTableCounts(): Unit
    Definition Classes
    TestDbHelpers
  29. def rowCountChanges[A](fn: => A): (A, Counts)
    Definition Classes
    TestDbHelpers
  30. def select[A](sql: String)(implicit arg0: doobie.Read[A]): A
    Definition Classes
    TestDbHelpers
  31. def selectOption[A](sql: String)(implicit arg0: doobie.Read[A]): Option[A]
    Definition Classes
    TestDbHelpers
  32. def selectVector[A](sql: String)(implicit arg0: doobie.Read[A]): Vector[A]
    Definition Classes
    TestDbHelpers
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def tables: Set[DbTable]
    Definition Classes
    TestXATestDbHelpers
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val transactor: doobie.Transactor[IO]
    Definition Classes
    XA
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def widen[G0[x] >: IO[x]]: FunctionK[doobie.ConnectionIO, G0]
    Definition Classes
    FunctionK
  41. val xa: XA

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from TestXA

Inherited from TestDbHelpers

Inherited from XA

Inherited from FunctionK[doobie.ConnectionIO, IO]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped