TransactionStatus

skunk.data.TransactionStatus
See theTransactionStatus companion object
sealed abstract class TransactionStatus extends Product with Serializable

Enumerated type of transaction status values. See the companion object for more information.

Attributes

Companion:
object
Source:
TransactionStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Active.type
object Failed.type
object Idle.type

Members list

Concise view

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product