TransactionStatus

skunk.data.TransactionStatus$
See theTransactionStatus companion class

Attributes

Companion:
class
Source:
TransactionStatus.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Active extends TransactionStatus

Transaction is active has not encountered an error.

Transaction is active has not encountered an error.

Attributes

Source:
TransactionStatus.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Active.type
case object Failed extends TransactionStatus

Transaction has encountered an error and must be rolled back.

Transaction has encountered an error and must be rolled back.

Attributes

Source:
TransactionStatus.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Failed.type
case object Idle extends TransactionStatus

No current transaction.

No current transaction.

Attributes

Source:
TransactionStatus.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Idle.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val eq: Eq[TransactionStatus]

Attributes

Source:
TransactionStatus.scala