TransactionIsolationLevel

skunk.data.TransactionIsolationLevel
See theTransactionIsolationLevel companion object
sealed abstract class TransactionIsolationLevel(val sql: String) extends Product with Serializable

Enumerated type of transaction isolation level values.

Attributes

Companion:
object
Source:
TransactionIsolationLevel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ReadCommitted.type
object ReadUncommitted.type
object RepeatableRead.type
object Serializable.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