harness.sql.query.Transaction$
See theTransaction companion trait
object Transaction
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Transaction.type
Members list
Type members
Classlikes
object Live extends Transaction
Attributes
- Supertypes
- Self type
-
Live.type
object Savepoint
object Transactionless extends Transaction
Attributes
- Supertypes
- Self type
-
Transactionless.type
object UseSavepointForTransaction extends Transaction
Attributes
- Supertypes
- Self type
Value members
Concrete methods
def inSavepoint[R <: JDBCConnection & Logger & Telemetry, A](effect: HRIO[R, A]): HRIO[Transaction & R, A]
def inTransaction[R <: JDBCConnection & Logger & Telemetry, A](effect: HRIO[R, A]): HRIO[Transaction & R, A]
In this article