Transaction

harness.sql.query.Transaction$
See theTransaction companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Live extends Transaction

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Live.type
final class Savepoint

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Savepoint

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object raw

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
raw.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]