harness.sql.Atomically$.LiveRollback
See theLiveRollback companion object
final case class LiveRollback[E](con: Database, mapError: ErrorMapper[QueryError, E]) extends WithConnection[E]
Uses a live connection. Whether or not the effect passes, rollback will occur.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithConnection[E]trait Atomically[E]class Objecttrait Matchableclass Any
Members list
In this article