Packages

class TestXA extends XA with TestDbHelpers

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

Instance Constructors

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

Value Members

  1. def ![A](query: doobie.ConnectionIO[A]): A
    Definition Classes
    TestXATestDbHelpers
  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. def debugSelect(sql: String): Unit
    Definition Classes
    TestDbHelpers
  16. def debugSelectOnError[A](sql: => String)(f: => A): A
    Definition Classes
    TestDbHelpers
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def narrow[F0[x] <: doobie.ConnectionIO[x]]: FunctionK[F0, IO]
    Definition Classes
    FunctionK
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$0$]EitherK[doobie.ConnectionIO, H, γ$0$], IO]
    Definition Classes
    FunctionK
  27. def printTableCounts(): Unit
    Definition Classes
    TestDbHelpers
  28. def rowCountChanges[A](fn: => A): (A, Counts)
    Definition Classes
    TestDbHelpers
  29. def select[A](sql: String)(implicit arg0: doobie.Read[A]): A
    Definition Classes
    TestDbHelpers
  30. def selectOption[A](sql: String)(implicit arg0: doobie.Read[A]): Option[A]
    Definition Classes
    TestDbHelpers
  31. def selectVector[A](sql: String)(implicit arg0: doobie.Read[A]): Vector[A]
    Definition Classes
    TestDbHelpers
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def tables: Set[DbTable]
    Definition Classes
    TestXATestDbHelpers
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val transactor: doobie.Transactor[IO]
    Definition Classes
    XA
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def widen[G0[x] >: IO[x]]: FunctionK[doobie.ConnectionIO, G0]
    Definition Classes
    FunctionK

Deprecated Value Members

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

Inherited from TestDbHelpers

Inherited from XA

Inherited from FunctionK[doobie.ConnectionIO, IO]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped