class TestXA extends XA with TestDbHelpers
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestXA
- TestDbHelpers
- XA
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def : A
- Definition Classes
- TestXA → TestDbHelpers
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and[H[_]](h: FunctionK[doobie.ConnectionIO, H]): FunctionK[doobie.ConnectionIO, [γ$2$]Tuple2K[IO, H, γ$2$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[IO, H]): FunctionK[doobie.ConnectionIO, H]
- Definition Classes
- FunctionK
- def apply[A](c: doobie.ConnectionIO[A]): IO[A]
- Definition Classes
- XA → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertRowCountChanges[A](expectations: (String, Int)*)(fn: => A)(implicit l: Line): A
- Definition Classes
- TestDbHelpers
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compose[E[_]](f: FunctionK[E, doobie.ConnectionIO]): FunctionK[E, IO]
- Definition Classes
- FunctionK
- def countRows(tableName: String, where: String): Int
- Definition Classes
- TestDbHelpers
- def countRows(tableName: String): Int
- Definition Classes
- TestDbHelpers
- def countRowsInAllTables(): Counts
- Definition Classes
- TestDbHelpers
- def debugSelect(sql: String): Unit
- Definition Classes
- TestDbHelpers
- def debugSelectOnError[A](sql: => String)(f: => A): A
- Definition Classes
- TestDbHelpers
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def narrow[F0[x] <: doobie.ConnectionIO[x]]: FunctionK[F0, IO]
- Definition Classes
- FunctionK
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$0$]EitherK[doobie.ConnectionIO, H, γ$0$], IO]
- Definition Classes
- FunctionK
- def printTableCounts(): Unit
- Definition Classes
- TestDbHelpers
- def rowCountChanges[A](fn: => A): (A, Counts)
- Definition Classes
- TestDbHelpers
- def select[A](sql: String)(implicit arg0: doobie.Read[A]): A
- Definition Classes
- TestDbHelpers
- def selectOption[A](sql: String)(implicit arg0: doobie.Read[A]): Option[A]
- Definition Classes
- TestDbHelpers
- def selectVector[A](sql: String)(implicit arg0: doobie.Read[A]): Vector[A]
- Definition Classes
- TestDbHelpers
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tables: Set[DbTable]
- Definition Classes
- TestXA → TestDbHelpers
- def toString(): String
- Definition Classes
- AnyRef → Any
- val transactor: doobie.Transactor[IO]
- Definition Classes
- XA
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def widen[G0[x] >: IO[x]]: FunctionK[doobie.ConnectionIO, G0]
- Definition Classes
- FunctionK
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated