Scala Library Documentation
|
|
scala/dbc/statement/IsolationLevel.scala
]
object
IsolationLevel
extends
AnyRefMethods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Object Summary | |
case object
|
ReadCommitted
extends IsolationLevel with Product
|
case object
|
ReadUncommitted
extends IsolationLevel with Product
|
case object
|
RepeatableRead
extends IsolationLevel with Product
|
case object
|
Serializable
extends IsolationLevel with Product
|
Scala Library Documentation
|
|